﻿/* CSS layout */
#masthead {
}

#top_nav {
	border-color: #3399FF;
	width: 850px;
	height: 42px;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 120px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: auto;
	background-color: #B3F15F;
}

#page_content {
	margin-left: 120px;
}

#footer {
	width: 850px;
	position: relative;
}
