﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	background-color: #836441;
}

#top_nav {
	background-color: #BAA985;
	border-bottom-color: #4F3C26;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-color: #4F3C26;
	border-top-style: solid;
	border-top-width: thin;
}

#container {
	min-width: ;
	height: 2000px;
}

#left_col {
	width: 200px;
	float: left;
	background-color: #836441;
	height: 2000px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: medium;
}

#right_col {
	width: 200px;
	float: right;
	background-color: #836441;
	height: 2000px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: medium;
}

#page_content {
	margin-left: 200px;
	margin-right: 200px;
	background-image: url('gradient%20earthtone%20light%20only.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	overflow: scroll;
	height: 2000px;
}

#footer {
	background-color: #836441;
	padding-bottom: 10px;
	padding-top: 10px;
}
