﻿/* CSS layout */
#masthead {
	background-color: #1E1A17;
	font-size: xx-large;
	color: #FFCC00;
}
#top_nav {
	background-color: #FFCC00;
	font-size: large;
}
#container {
	position: relative;
	width: 100%;
	background-color: #FFCC00;
}
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #1E1A17;
	color: #FFCC00;
}
#page_content {
	margin-left: 200px;
	background-color: #FFCC00;
}
#footer {
	background-color: #1E1A17;
	color: #FFFFFF;
}

