﻿@import url('appearance.css');
/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #553711;
	font: 14px arial, sans-serif;
	color: #000000;
}

a:link {
	color: #800000;
}
a:visited {	
	color: #800000;
}
a:hover {
	color: gray;
}
a:active {
	color: red;
}

img {
	border-style:none;
}

#container {
	margin: 10px auto 10px auto;
	clear: both;
	width: 955px;
	min-height: 500px;
	background: #9a7946 url('../images/page_bg.jpg') repeat-x;
	border: 10px outset gray;
}
#masthead {
	height: 95px;
	background-color: #9a7946;
	border-bottom: thin;
	border-bottom-color: #000000;
	border-bottom-style: double;
}

#logo {
	float: left;
	width: 350px;
}

#header {
	margin-left: 200px;
}
#top_nav {
	margin: 0px;
	height: 25px;
	background-color: black;
}
#left_col {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 198px;
}
#page_content {
	margin-left: 200px;
	border-left: thin;
	border-left-style: double;
	border-left-color: #000000;
	min-height: 300px;
}
#footer {
	padding: 5px;
	margin: 0px;
	clear: both;
	border-top-style: double;
	border-top-width: thin;
	border-top-color: #000000;
	font-size: .8px;
}
#footer p {
	font-size: xx-small;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
