﻿/* CSS layout */
#masthead {
	font-family: Tahoma;
	font-style: italic;
	font-size: x-large;
	font-weight: bold;
}

#top_nav {
}

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

#left_col {
	width: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: Tahoma;
}
#page_content {
	margin-right: 125px;
	margin-left: 125px;
	font-family: Tahoma;
}
#right_col {
	width: 100px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: Tahoma;
}

#footer {
}
