﻿/* CSS layout */
#masthead {
	border-style: groove;
	border-width: thin;
	border-color: #74522A;
	width: 100% background-color: #F3DCAC;
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 170px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #74522A;
	color: #FFFFD2;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	padding-left: 0px;
}
#page_content {
	margin-left: 170px;
	padding-left: 5px;
	margin-right: auto;
}
#footer {
	margin-left: 0 px;
	clear: both;
}
