﻿/* Layout CSS */
#masthead {
}

#top_nav {
}

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

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	font: normal normal normal 100% "MS Sans Serif", Arial, sans-serif;
	margin-left: 200px;
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: small;
	font-style: normal;
}

#footer {
}

