.center_outer
{
	text-align: center;
	margin: 0 auto;
}

.center_inner
{
	text-align: left;
	margin: 0 auto;
	background-color:#ffffe7;
}

html, body
{
	font-family:Arial;
	font-size:12px;
	color:#edd76f;
	background-color:#0e4500;
	
	height:1000px%; /* needed for cover min-height */
}



#cover
{
	position: relative; /* needed for footer positioning*/
	width:1000px;
	 /* IE6: treaded as min-height*/
	
	height: auto !important; /* real browsers */
	min-height: 100%; /* real browsers */
	background-color:#0e4500;
	
}

img{
	border:0px;
}

a:link, a:visited
{
	color: #FFCC33;
	text-decoration: none;
}

a:hover, a:active
{
	color: #ffffff;
}

.left_margin
{
	background-color:#0e4500;
	width:12px;
	background:url(../images/bg_l.gif) repeat-x;

}
.left_margin
{
	background-color:#0e4500;
	background:url(../images/bg_r.gif) repeat-x;
	width:12px;
}

input
{
	border:1px solid #FFFFFF;
	background-color:#ffcc33;
	color:#0e4500;
}


