﻿/* CSS layout */
body {
	position: relative;
	width: 800px;
	background-color: #7F6F43;
	margin-left: auto;
	margin-right: auto;
}
#masthead {
	position: relative;
	background-color: #FFFFFF;
}
#top_nav {
	position: relative;
	width: 800px;
	height: 80 px;
	clip: rect(auto, auto, auto, auto);
}
#container {
	min-width: 800px;
	position: relative;
	width: 800px;
	background-color: #FFFFFF;
}
#left_col {
	width: 195px;
	position: relative;
}
#right_col {
	width: 200px;
	position: relative;
}
#page_content {
	position: relative;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	position: relative;
	width: 800px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}

