﻿/* CSS layout */
#masthead {
	background: #DED8BC;
	padding: 10;
}

#top_nav {
	max-width: 1000px;
	min-width: 1000px;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 165px;
}

#footer {
	background: #CCCCCC;
	border: thin #999999 ridge;
	max-width: 1000px;
	position: absolute;
	height: 35px;
	bottom: 0;
	width: 100%;
	float: left;
}

