body {
	color: #97b15e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color:#662426;
}
.clear{clear:both;}
* {margin: 0px;padding: 0px;}
#container {
	margin: 0 auto;
	text-align: left;
	width: 767px;
}
a{color:#80ba04;}
a:hover{color:#b7fb24;}
/********************** Header ***************************/
#header {
	background-image:url(../images/header.jpg);
	width:767px;
	height:300px;
	position:relative;
}
#header ul{
	position:absolute;
	top:267px;
	left:100px;
}
#header li{
	display:block;
	float:left;
	width:133px;
}
#header ul a{
	color:#aefa0d;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 900;
}
#header ul a:hover{color:#fffffe;border-bottom: 2px solid #fffffe;}

/********************** Welcome ***************************/
#welcome {

}
#welcome h3 {
	margin: 10px 10px 10px 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bolder;
	color: #7eae19;
}

#welcome h4 {
	margin: 0px 0px 0px 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #7eae19;
}

#welcome p{
	margin: 0px 10px 10px 10px;

	color: #fffff6;
	font-size: 16px;
}

#welcome a{}

/********************** News ***************************/
#news {
	background-image:url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 10px 10px 110px;
}
#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;}

#gallery {
	text-align: center;
}

#gallery img {
	margin: 2px;
}

/********************** Footer ***************************/
#footer {
	background-image:url(../images/footer.jpg);
	width:767px;
	height:404px;
	position:relative;
	text-align:center;
	font-size: 12px;
	color: #ffffff;
}

object a {display: none;} 
object {margin-left: auto; margin-right: auto; display block;}

