html, body {
	height: 100%;         /* required */
}

body {
	   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0px;            /* required to "hide" distance div */
	background-color: #66CB00;
	background-repeat: repeat-x;
	background-position: top center;
	
}	

#leftlinks img{
margin: 15px 10px 0px 0;
}

#header {
	width: 100%;
	background-image: url('../i/hdrlong.jpg');
	height: 237px;
	background-repeat: repeat-x;
	margin: auto;

}

#subhdr {
width: 900px;
height: 237px;
background-image: url('../i/hdrbg.jpg');
margin: auto;

}

#subhdr a{
text-decoration: none;
color: #fff;
}

#container {
	width: 920px;
	margin: auto;
	background-repeat: repeat-y;
	background-image: url('../i/columns.jpg');

}
#linkbox {
	border-top: 3px solid #3C2215;
	border-bottom: 3px solid #3C2215;
	height: 47px;
	width: 100%;
	background-image: url('../i/linksbg.jpg');
	background-repeat: repeat-x;
}
.ftrlinks a{
	color: #24140D;
	text-decoration: none;
	line-height: 140%;
}

.ftrlinks a:hover{
	font-weight: bold;
}

#links {

width: 920px;
margin: auto;
padding-top: 6px;
text-align: left;
}

#links a{
	text-decoration: none;
	font-family: geneva;
	font-size: 13px;	
	color: #fff;
}

#links a:hover{
	color: #FDEE20;
}

#content {
	width: 920px;
	margin: 10px 0 10px 0;
	text-align: left;
	font-family: Verdana;
	font-size: 13px;
	color: #301407;
}

#footer {
	font-size: 12px;
	font-family: helvetica;
	width: 100%;
	background-image: url('../i/ftrbg.jpg');
	background-repeat: repeat-x;
	text-align: left;
color: #24140D;
	height: 243px;
 }

.img {
border: none;
text-decoration: none;
 }

a img {
border: none;
text-decoration: none;
	}
	
h1 {
	color: #F69321;
	font-size: 18px;
	font-weight: normal;
	margin: 15px 0px 5px 0px;
}