@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */
}
* {
	margin:0px; 
	padding:0px; 
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
}
table, td {padding:0px; margin:0px;}
div{padding:0px; margin:0px;}
p {line-height:12px; margin:0px 0px 0px 0px; color:#003300;}

body {
	background:url(/images/greenbg.jpg); 
	height:100%;
    background-repeat:repeat-x;
    background-attachment: fixed;
    background-position:top;
	background-color:#3F6411;
	text-align:center;
}
#header{

position:absolute;
width:100%;
text-align:center;

}
#logo{

width:800px;
text-align:left;


}

#main1{
	margin-left: auto;
    margin-right: auto;
	width:908px;
	top:0;
	z-index:-1;
	
}
#main2{


	width:100%;
	height:400px;
	margin-top:-700px;
	background-color:#27510A;
	z-index:0;
	text-align:center;

}


#main3{
	position:absolute;
	width:100%;
	height:400px;
	margin-top:-10px;
	z-index:10;
	text-align:center;


}
#content{

	padding:13px;
}
#content P{
	font-family:arial,helvetica,sans-serif;
	color:#666666;
	font-weight:bold;
	font-size:13px;
	line-height:130%;

}







