﻿/* CSS-Layout */
#masthead {
	border-bottom: thin #FFFFFF solid;
	background: #0000FF;
	vertical-align: middle;
}

#top_nav {
	background: #3399FF;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	background: #99CCFF;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	background: #FFFFFF;
	margin-right: 200px;
	margin-left: 200px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
	background-color: #0000FF;
}
