@charset "utf-8";
body {
	background-color: #999999;
	background-image: url(../images/pagebackground3.gif);
	background-repeat: repeat;
}

/* CSS Document */

#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: thin none #333333;
}
#header  {
	padding: 10px;
	width: 760px;
	background-position: top;
	vertical-align: top;
	text-align: left;
}
#footer {
	background-color: #044F31;
	width: 780px;
	color: #FFFFFF;
	clear: both;
	text-align: center;
	font-size: small;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main {
	margin: 10px;
	padding-top: 15px;
	height: 330px;
	clear: both;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #5E2700;
}
#logo {
	float: left;
	height: 64px;
	width: 250px;
}
#quote {
	float: right;
	height: 60px;
	width: 315px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu {
	float: right;
	padding-top: 20px;
	width: 520px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#content a {
	color: #005030;
	text-decoration: underline;
}
