﻿/* CSS layout */
body {
	border-style: solid;
	border-width: medium thick medium thick;
	border-color: #000000;
	margin: 0;
	padding: 0;
	background-image: url('Site/images/red027.jpg');
}
#masthead {
	margin-right: 75px;
	margin-left: 75px;
	background-color: #848442;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: none;
	border-right-width: thick;
	border-left-width: thick;
	border-bottom-width: thin;
}
#top_nav {
	border-style: solid;
	border-width: thin thick thin thick;
	border-color: #000000;
	height: 25px;
	background-color: #6A6A35;
	margin-right: 75px;
	margin-left: 75px;
}
#container {
	min-width: 500px;
	margin-right: 75px;
	margin-left: 75px;
}
#left_col {
	border-style: solid;
	border-width: thin thin thin thick;
	border-color: #000000;
	width: 150px;
	float: left;
	height: 900px;
	background-color: #848442;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	margin-right: 0px;
	margin-left: 0px;
}
#right_col {
	border-style: solid;
	border-width: thin thick thin thin;
	border-color: #000000;
	width: 250px;
	float: right;
	height: 900px;
	background-color: #800000;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-indent: 20px;
	clip: rect(auto, 10px, auto, 10px);
	margin-left: 10px;
	margin-right: 0px;
	padding-left: 10px;
}
#page_content {
	border-style: solid;
	border-width: thin;
	margin-left: 150px;
	margin-right: 200px;
	height: 900px;
	background-color: #848442;
}
#footer {
	border-style: solid;
	border-width: thin thick thin thick;
	border-color: #000000;
	clear: both;
	height: 50px;
	background-color: #6A6A35;
	margin-right: 75px;
	margin-left: 75px;
}
