﻿/* CSS layout */
#masthead {
	background-color: #FFCC99;
	width: 795px;
	height: 94px;
}

#top_nav {
}

#container {
	width: 1068px;
	margin-right: auto;
	margin-left: auto;
}
#left_col {
	margin: 0px 10px 0px 0px;
	border-style: none;
	border-width: 2px;
	border-color: #990000;
	width: 200px;
	left: 0px;
	top: 0px;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
}
#page_content {
	padding: 15px;
	margin-left: 200px;
	width: 475px;
	border-top-style: none;
	border-right-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-top-color: #990000;
	border-right-color: #990000;
}

#footer {
	clear: both;
	font-weight: bold;
	color: #000000;
}
#page_content a {
	text-decoration: none;
}
#left_col.style1 a {
	text-decoration: none;
}
#clear {
	clear: both;
}
