﻿/* CSS layout */
#masthead {
}

#top_nav {
	margin-bottom: .2in;
}

#container {
	position: relative;
	width: 800px;
}

#left_col {
	width: 25px;
	position: absolute;
	left: 25px;
	top: 0px;
}

#page_content {
	margin-left: 25px;
}

#footer {
}
