body {
	color: #97b15e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	background-image:url(img/bg_blk.gif);
}
.clear{clear:both;}
* {margin: 0px;padding: 0px;}
#container {
	margin: 0 auto;
	text-align: left;
	width: 640px;
}
a      {
	color:#80ba04;
}
a:hover{
	color:#ffffff;
	font-weight: 500;	
}
/********************** main page image ***************************/
#top {
	background-image:url(../img/sunset.jpg);
	background-position: center;
	font-family:sans-serif;
  	width:640px;
	height:328px;
	position:relative;
}
/********************** Welcome ***************************/
#welcome {
	background-repeat: no-repeat;
	background-position: right top;
}
#welcome h3{
	text-align: center;
	margin: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #ffffff;
}
#welcome p{
	font-size:15px;
	margin: 10px 10px 10px 130px;
	width:416px;
}
#welcome a{}	
/**********************links ***************************/	
#links {
	background-position: center;
	font-family:sans-serif;
  	width:640px;
	height:40px;
	position:relative;
}
#links ul{
	font-family: sans-serif;
	font-size: 12px;
	position: relative;
	float: left;
	width: 475px;
	height: 40px;
	left: 165px;
	padding: 0px 0px 0px 0px;
}
#links li{
	text-align: center;
	display: block;
	float: left;
	width: 60px;
	padding: 0px 10px 0px 10px;
}
#links ul a{
	color:#ffffff;
	text-decoration:none;
	font-weight: 500;
	
}
#links ul a:hover{
	color: #ffffff;
	font-weight: 600;
	text-decoration:underline;
}
/********************** Line ***************************/
#line {
	background-image:url(../img/line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px 10px 5px 10px;
}
/********************** News ***************************/
#news h3{
	margin: 20px 10px 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #7eae19;
}
.newsitem{
	float:left;
	width:275px;
 	display:inline;
}
.newsitem a{
}
.newsitem img{
    float:left;margin-right:10px;
}
.newsitem span{
	color:#97b15e;
	font-size: 9px;
	font-weight: 900;
}
.newsitem p{
	margin: 10px 10px 15px 10px;
}
/********************** search ***************************/
#search {
	background-image:url(../img/line.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 10px 10px 10px 130px;
}
#search img{
	border:0px;
}
#search a{
	border:0px;float:left;
}
#search a:hover{
}
/********************** Google Ads ***************************/
#ads {
	background-image:url(../img/line.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 10px 5px 10px 5px;
}
#ads img{
	border:0px;
}
#ads a{
	border:0px;
	float:left;
}
#ads a:hover{
}
/********************** Footer ***************************/
#footer {
	background-image:url(../img/line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	text-size:20px;
}
