﻿/* CSS layout */
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	padding-right: 5px;
	padding-left: 5px;
	padding: 0 0 0 5px;
	margin-left: 200px;
}

#footer {
}
