﻿/* CSS layout */
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
	font-family: "Century Gothic";
	font-size: medium;
	color: #FFFFFF;
}
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000000;
}
#page_content {
	margin-left: 200px;
	background-color: #000000;
}

#footer {
}
