﻿/* Layout CSS */
#masthead {
}

#top_nav {
	width: 100%;
	left:auto;
	right:auto
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 20%;
	position: absolute;
	left: 0%;
	top: 0%;
}

#page_content {
	margin-left: 20%;
}

#footer {
}

