﻿/* 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: solid;
	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;
	height: 900px;
}
#page_content {
	border-style: solid;
	border-width: thin thick thin thick;
	height: 800px;
	background-color: #848442;
	padding-top: 50px;
	padding-right: 50px;
	padding-left: 50px;
	float: left;
}
#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;
}
