﻿
#container {
	background-repeat: inherit;
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 900px;
	background-color: #C0C0C0;
}
#header {
	background-image: url('oysterHeader2web.jpg');
	background-repeat: no-repeat;
	padding: 25px;
	margin: 0px;
	width: 850px;
	height: 150px;
}
#footer {
	background-image: url('gray_sand2.gif');
	background-repeat: repeat;
	padding: 25px;
	margin: 0px;
	width: 850px;
	height: 75px;
	clear: both;
	text-align: center;
}
#menu {
	padding: 0px 12px 0px 10px;
	width: 150px;
	float: left;
	list-style-type: none;
}
#content {
	width: 655px;
	float: right;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 35px;
	padding-top: 0px;
	height: 900px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #CCCCCC;
	padding: 0px;
	margin: 0px;
}
h1,h2,h3,h4,h5 {
	color: #000000;
}
#content a:link, a:visited, a:active {
	color: #009933;
	text-decoration: underline;
}
#content a:hover {
	color: #808080;
	text-decoration: none;
}
#sitetitle {
	text-indent: -850px;
	width: 850px;
	height: 50px;
	overflow: hidden;
	display: block;
}
#header h1 {
	padding: 0px;
	margin: 90px 0px 0px 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#menu li a {
	font-weight: bolder;
	color: #006600;
	text-decoration: none;
	text-align: center;
	background-color: #FFFFFF;
	border: 2px solid #006600;
	padding: 2px;
	margin: 10px;
	width: 120px;
	display: block;
	list-style-type: none;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#menu li a:hover {
	color: #CCCCCC;
	border: 2px solid #006600;
}
