﻿/* CSS layout */
#masthead {
	background-image: url('masthead2.jpg');
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-color: #FFFFFF;
	height: 200px;
	overflow: hidden;
}

#top_nav {
}

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

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FFFF00;
}

#page_content {
	margin-right: 300px;
	background-color: #;
	text-indent: 1em;
	padding-left: 20px;
	padding-right: 30px;
	padding-bottom: 25px;
	color: #333333;
}

#right_col {
	width: 300px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #FFFFFF;
	margin-right: 20px;
}

#footer {
	background-repeat: repeat-x;
	background-attachment: fixed;
	background: url('footer_bg.gif') repeat-x scroll bottom;
	background-position: top;
	min-height: 100px;
}

.page_headline {
	background: #00235d;
	padding: 3px;
}