﻿/* CSS-Layout */
#masthead {
	width: 1000px;
	background-color: #FFFFFF;
	z-index: 4;
}

#top_nav {
}

#container {
	position: relative;
	width: 1000px;
}

#left_col {
	width: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FFFEBA;
	font-family: Verdana;
	font-size: x-small;
	padding-left: 10px;
	color: #333333;
}

#page_content {
	font: small Verdana;
	margin-left: 300px;
	padding-left: 30px;
	color: #333333;
}

#footer {
	font-family: Verdana;
	font-size: x-small;
	color: #333333;
	top: 1000;
	position: absolute;
}
