body {
margin: 0;
	margin-top: 10px;
	padding: 0;
	font: 90% Arial, Verdana, Geneva, Helvetica, sans-serif;
	overflow: auto;
	color: #000000;
	text-align: center;
	background-image: url(grad_bg.jpg);
	background-repeat: repeat-x;
}

a:link, a:visited {
	text-decoration: underline;
	color: #e4a041;
}

a:hover, a:active {
	text-decoration: none;
	color: #fff;
	background-color: #044c5f;
}


#container {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;	
	text-align: left;
	position: relative;
}

#contentbox {
	width: 740px;
	height: 400px;
	margin-left: 60px;
	margin-top: 50px;
	text-align: left;
}

#imagebox {
	width: 740px;
	height: 134px;
	text-align: left;
}

#maintext {
	width: 100%;
	height: auto;
	margin-left: 60px;
	margin-top: 50px;
}

#textbox {
	width: 350px;
	height: auto;
	margin-right: 25px;
	float: left;
}

#mainimage {
	width: 362px;
	height: auto;
	margin-top: 20px;
	float: left;
}

#header {
	width: 800px;
	height: 75px;
	background-image: url(logo_bg.jpg);
	background-repeat: no-repeat;
}

#footer{
	font-size: 70%;
	width: 730px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	color:#483012;
	background-color:#001c21;
	text-align: right;
	padding: 5px;
	float: left;
}

.footer a:link, .footer a:visited {
	font-size: 100%;
	color: #483012;
	display: inline;
}

.footer a:hover,  .footer a:active {
	font-size: 100%;
	text-decoration: none;
	color: #fff;
	background-color:#044c5f;
	display: block;
	display: inline;
}

#menu {
	font-size: 80%;
	width: 600px;
	height: 30px;
	margin-left: 222px;
	margin-top: 34px;
	float: left;
}

.menu a:link, .menu a:visited {
	float: left;
	background-color:#044c5f;
	display: block;
	padding: 4px;
	text-decoration: none;
	margin-right: 2px;
}
.menu a:hover,  .menu a:active {
	text-decoration: underline;
	float: left;
	color: #fff;
	background-color: #e4a041;
	display: block;
	padding: 4px;
		margin-right: 2px;
}

.image {
	width: 175px;
	height: 130px;
	margin-right: 8px;
	border: 2px solid #044c5f;
	float: left;
}

.imageright {
	width: 175px;
	height: 130px;
	border: 2px solid #044c5f;
	float: left;
}

.imagewide {
	width: 360px;
	height: 130px;
	margin-right: 9px;
	border: 2px solid #044c5f;
	float: left;
}

.imagewideright {
	width: 360px;
	height: 130px;
	border: 2px solid #044c5f;
	float: left;
}



p {
	text-align: left;
	font: 85% verdana, geneva, arial, helvetica, sans-serif;
	line-height: 1.7em;
	color: #fff;
}

h1 {
	font: 170% verdana, geneva, arial, helvetica, sans-serif;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #e4a041;
	text-align: left;	
	text-spacing: 5px;
}

h2 {
	color: #e4a041;
	font-size: 110%;
	text-align: left;
	margin-bottom: -10px;
}

h3 {
	color: #584f2d;
	font-size: 70%;
	padding: 5px;
	text-align: left;
}

.link {
	color: #e4a041;
}

.link a:link, .link a:visited {
	float: left;
	color: #e4a041;
	text-decoration: underline;
}
.link a:hover,  .link a:active {
	text-decoration: none;
	float: left;
	color: #fff;
	background-color:#044c5f;
	display: block;
}

li {
	font: 85% verdana, geneva, arial, helvetica, sans-serif;
	line-height: 1.7;
	color: #fff;
	margin-left: -25px;
}

