body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #F0E7AC;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(images/bg.jpg);
}
* {
	margin: 0px; 
	padding: 0px;
}
.clear {
	clear: both;
}
#wrap{
	width: 940px; 
	margin: auto;
}
#top{
	height: 45px;
}
#header{
	height: 228px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#header .description {
	display: block;
	color: #FFFFCC;
	font-size: 36px;
	text-align: center;
	padding-top: 55px;
}
.description span {
	display: block; 
	color: #99CC33; 
	font-size: 28px; 
	text-align: center;
}
h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Arial, Verdana;
}

#sitename {
	display: block;
	float: left;
	font-size: 36px;
	padding-top: 5px;
}
#sitename a span {
	color: #999900;
}
#sitename a {
	color: #993300; 
	text-decoration: none;
}
#topmenu {
	list-style: none; 
	display: block; 
	float: right; 
	padding-top: 11px; 
	min-width: 400px;
}
#topmenu li { 
	display: inline;
}
#topmenu a{
	display: block; 
	float: left; 
	height: 27px; 
	padding: 7px 18px 0px 18px; 
	text-align: center; 
	font: "Trebuchet MS", Arial, Verdana; 
	font-size: 14px; 
	text-decoration: none; 
	text-transform: uppercase; 
	margin-right: 1px;
	background: url(images/menu1.jpg) repeat-x;
	color: #CC0000;
}
#topmenu a:hover{
	background: url(images/menu2.jpg) repeat-x;
	color: #660000;
}
#footer {
	background: url(images/footertop.jpg) repeat-x center top; 
	padding-top: 40px;
}
#footercontents {
	background: url(images/footer.jpg) repeat center top; 
	padding: 10px 25px 10px 25px; 
	text-align: center;
}
#main {
	padding: 10px;
}

#main p {
	line-height: 22px; 
	color: #333333; 
	margin-bottom: 20px;
}
#main h1,#main h2,#main h3,#main h4,#main h5 {
	color: #5E0A08;
}
#main h1 {
	font-size: 28px;
	text-align: center;
}
#main h2 {
	font-size: 24px;
}
#main h3 {
	font-size: 20px;
}
#main h4 {
	font-size: 18px;
}
#main h5 {
	font-size: 16px;
}
#main a {
	color: #CC3300;
}
#main a:hover {
	color: #999900; 
	text-decoration: none;
}
#credits {
	background: #FFFFCC; 
	padding: 10px; 
	text-align: center; 
	font-size: 10px;
}
#content {
	padding: 5px;
}
#content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#content  ol, #content ul {
	margin: 10px 10px 10px 25px;
}
#content  ol li {
	padding: 5px 5px 5px 20px;
}
#content ul li {
	padding: 5px 5px 5px 20px;
}
#footer a {
	color: #CC3300;
}
#footer a:hover {
	color: #999900; 
	text-decoration: none;
}
table {
	width: 90%;
	border: 1px solid #EBD696;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
th {
	padding: 3px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
td {
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EBD696;
	border-bottom-color: #EBD696;
}

