﻿/* CSS layout */
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 900 px;
	height: 500 px;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #800000;
}

#page_content {
	margin-left: 200px;
	background-color: #800000;
}

#footer {
	background: #666666;
}
