﻿
  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-image: url('images/background-view-grey.jpg');
	background-repeat: repeat;
}
#total {
	font: normal normal normal 100%/normal Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	max-width: 750px;
	min-width: 750px;
	min-height: 200px;
	height: auto;
	border: medium #800000 ridge;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

#masthead {
	
	border-bottom-color: #800000;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

#header {
}

#nav {
	margin-left: 150px;
	max-width: 600px;
}

#container {
	border-top-color: #800000;
	border-top-style: solid;
	border-top-width: thin;
}

#left_col {
	
	border-bottom: thin #800000 solid;
	
	font: normal normal normal 100% Arial;
	width: 150px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #800000;
	border-right-color: #800000;
	border-right-style: solid;
	border-right-width: thin;
}

#pageheader {
	margin-left: 153px;
	
}


#page_content {
	margin-left: 153px;
	
}




#footer {
	clear: both;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font: normal normal normal 100% Arial;
	margin-left: 151px;
	margin-bottom: 20px;
}
