﻿/* CSS layout */
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #808080;
}
#page_content {
	margin-left: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #C0C0C0;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #008080;
	background-color: #CCFFFF;
	height: 30px;
}
