﻿/* CSS layout */
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 170px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#page_content {
	margin-right: 200px;
	margin-left: 150px;
	padding-right: 30px;
	right: 180px;
	left: 180px;
	padding-left: 30px;
	height: auto;
	width: auto;
	bottom: auto;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
	position: inherit;
	z-index: auto;
}
body {
	font-family: Verdana;
}

