﻿/* CSS layout */
#masthead {
	position:relative;
	left: 0px;
	top: 0px;
	height: auto;	
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_nav {
	top: 0px;
	width: 200px;
	position: absolute;
	left: 0px;
	right: 175px;
	font:caption;
	line-height: 20px;
	margin-bottom: 50px;
}

#page_content {
	margin-left: 200px;
	margin-bottom: 50px;
}

#footer {
	position:relative;
	margin-left: 200px;
	height:auto;
}