﻿/* CSS layout */
#masthead {margin:0 auto;width:800px;}
}

#top_nav {
}

#container {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#left_col {
	width: 175px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 180px;
}

#footer {
}
