﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	width: 793px;
	height: 120px;
	font-family: Verdana, Tahoma, Arial;
	background-color: #FFFFFF;
}
#top_nav {
	width: 793px;
	background-color: #FFFFFF;
}
#container {
	min-width: 600px;
	width: 793px;
	height: 790px;
}
#left_col {
	width: 281px;
	float: left;
	height: 790px;
	background-color: #FFFFFF;
}
#page_content {
	margin-left: 200px;
	width: auto;
	height: 790px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#footer {
	clear: both;
	width: 793px;
	height: 65px;
	background-color: #FFFFFF;
}
.newStyle3 {
	color: rgb(136,98,18);
}
.newStyle22 {
	left: 200px;
	font-family: Verdana, Tahoma, Arial;
	color: rgb(136,98,18);
	background-color: #C0C0C0;
}
