﻿/* CSS layout */
#masthead {
}

#top_nav {
	font: 100% Tahoma;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 200px;
	font-family: Tahoma;
	font-size: x-large;
}

#footer {
}
h1 {
	font-family: Tahoma;
	font-size: large;
}

