﻿/* disposition CSS */
#masthead {
	background-color: #95632F;
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #E8E4E3;
}

#page_content {
	margin-left: 200px;
}

#footer {
}
