* {
     margin: 0;
}

html {
	height: 100%;
}

body {
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	height: 100%;
	color: #CCCCCC;
}
.title {
	font-size: 20px;
	color: #C7993C;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	line-height: 28px;
}

.header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 800px;
}
.wrapper {
	min-height:100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -235px;

}
.container {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	width: 700px;
	padding-bottom: 20px;
	overflow: auto;
}
.thumb {
	border: 2px solid #999999;
	margin-right: 6px;
}
.thumb:hover {
	border: 2px solid #CC3300;
	margin-right: 6px;
}

.footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 235px;
	width: 800px;
	margin-bottom: 0px;
	bottom: 0px;
	font-size: 10px;
	color: #999999;
}
a:link {
	color: #CC9933;
	text-decoration: underline;
}
a:visited {
	color: #CC9933;
	text-decoration: underline;
}
a:hover {
	color: #CC3300;
	text-decoration: none;
}

.push {
	height:235px;
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	width: 700px;
	clear: both;
}
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}


#nav-menu li
{
float: left;
margin: 0px 0px 0px 0.5em;
background-image: url(images/nav_bg_off.png);
}

#nav-menu li a
{
height: 41px;
line-height: 2.3em;
float: right;
width: 132px;
display: block;
color: #B2740B;
text-decoration: none;
font-size: 18px;
text-align: center;
font-family: "Times New Roman", Times, serif;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu li a:hover {
background-image: url(images/nav_bg_on.png);
color:#603D06;
}

#nav-menu
{
width:700px
} 
.form {
	background-color: #333333;
	padding: 3px;
	border: 1px solid #956713;
	color: #CCCCCC;
}
#topleft {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 125px;
	width: 125px;
	background: url(images/cornerbanner.png) no-repeat;
	text-indent: -999em;
	text-decoration: none
 }
