body
{
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
	font-family: "Arial";

}

#bg_header
{
	background-color:#C9E495;
	width: 100%;
	height: 190px;
}

#bg_header2
{
	background-color:#99CC33;
	width:100%;
	height: 75px;
}

#bg_header3
{
	width:100%;
	height: 138px;
	background-image: url(media/bgstrip.gif);
	repeat: repeat-x;
}

#content_start
{
	/* background-color:#8BAC86; */
	width:910px;
	height:810px;
	margin: 0 auto;
	text-align: center;
	margin-top:-350px;
	border-color: #A5B1B0;
	border-width: 2px;
	border-style: solid;
	background-color:#FFFFFF; 
	color: #000000;
}


#content_header
{
	background-image: url(media/header.jpg);
	width:910px;
	height:180px;
	margin: 0 auto;
	text-align: center;
	top:0px;
}


#content
{

	/* background-color:#78932D; */
	background-color:#FFFFFF; 
	width: 900px;
	height: 620px;
	margin: 0 auto;
	text-align: center;
	color: #000000;
	/* background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: middle center; */
}

#content_footer
{
	background-color:#378236;
	width: 900px;
	height: 40px;
	margin: 0 auto;
	text-align: center;	
}