body {
	background-color: #273501;
	font-size:65%;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
}

#header,#content,#footer {		
		margin:0px auto;
		width:833px;
		
}
#header {
	height:15px;
	color:#dddddd;
	background:url(top.jpg) no-repeat;
}
#content {
	background:url(wide.jpg) repeat-y;
	min-height:570px;
	
}
#footer {
	height:30px;
	padding-top:20px;
	background:url(bottom.jpg) no-repeat;
	text-align:center;
	font-size:1em;
	color:#FFFFFF;
}

#logoBox {
	margin:auto;
	width:760px;
	height:120px;
	background:url(logo.jpg) no-repeat;
	overflow-y:hidden;
	clear:both;
}
#logoBox div {
	display:inline;
	float:right;
	margin:40px 80px;	
	width:350px;
}
#logoBox div h1 {
	font-size:1.1em;
}
.textBox {
	margin:auto;
	width:700px;
}
.textBox div {
	float:right;
	font-size:1.1em;
}
a, h2 a:hover, h3 a:hover {
	color: #06c;
	color:#F7931E;
	text-decoration: none;
	}
a:hover {
	color: #F7651E;
	text-decoration: underline;
	}	
