body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	text-align: center;
	padding: 0px;
	background-color:#FAF3CD;
}
.clear{clear:both;}
* {margin: 0px;padding: 0px;}
#container {
	margin: 0 auto;
	text-align: left;
	width: 1074px;
}
a{color:#80ba04;}
a:hover{color:#b7fb24;}
/********************** Header ***************************/
#header {
	background-image:url(images/header.jpg);
	top:20px;
  width:1074px;
	height:287px;
	position:relative;
}
#header ul{
	position:absolute;
	top:252px;
	left:15px;
}
#header li{
	display:block;
	float:left;
}

#header ul a:hover{color:#97b15e;}

/********************** Content ***************************/
#news {
	background-image:url(images/news.jpg);
	background-repeat:no-repeat;
  float: left;
	width: 236px;
	height: 340px;
	margin: 50px 0px 0px 30px



}
#ntext {
	float:left;
	width:200px;
	margin:70px 0px 0px 20px;
	display:inline;
}

#content {
	background-image:url(images/content.jpg);
	width:1074px;

}
img{
	border-width:0px;
}
h1{
	color:#000000;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}


#text {
	float:left;
	width:700px;
	margin-left:50px;
	margin-top :50px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#text a{color:#28556b;}
#text a:hover{color:#c77e0c;}
#photos a{
	margin-right:14px;
}

/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(images/footer.jpg);
font-size:1px;
height:17px;
}
#footer {
	width:1074px;
	text-align:center;
	padding: 20px 0px;
}
