﻿/* CSS layout */
#masthead {
	background-color: #FFCC99;
}

#top_nav {
}

#container {
	position: relative;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}

#left_col {
	margin: 0px 10px 0px 0px;
	border-style: groove ridge groove groove;
	border-width: 2px;
	border-color: #990000;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#page_content {
	padding: 15px;
	margin-left: 200px;
	width: 475px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-top-color: #990000;
	border-right-color: #990000;
}

#footer {
	clear: both;
	color: #000000;
}
#page_content a {
	text-decoration: none;
}
#left_col.style1 a {
	text-decoration: none;
}
#clear {
	clear: both;
}
