﻿/* CSS layout */
#masthead {
	background-image: url('images/header3.jpg');
	max-height: 175px;
	height: 175px;
	background-repeat: no-repeat;
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	font: inherit;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url('images/sidebar2.jpg');
	background-repeat: repeat;
	color: #CEBD9E;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	text-indent: 17px;
}

#page_content {
	border-color: #000000;
	border-style: inset inset inset inset;
	padding: 5px;
	margin-left: 200px;
	background-color: #F3F0E9;
	border-bottom-color: #366B89;
	border-right-color: #366B89;
	text-indent: 0px;
}

#footer {
}

