﻿/* CSS layout */
#masthead {
	position: relative;
}

#top_nav {
	margin-left: 100px;
	margin-right: 100px;
}

#container {
	border: medium;
	background-position: center;
	position: relative;
	width: 100%;
}

#left_col {
	border-color: #000000;
	border-style: groove;
	border-width: medium;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FFFF99;
}

#page_content {
	margin-left: 230px;
	padding-left: 10px;
}

#footer {
}
