﻿/* CSS layout */
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #FFFFFF;
}

#page_content {
	margin-left: 200px;
}

#footer {
}
