Body {
	font-family: Verdana, Arial, Helvetica;
    background-color:  #d22133;
	text-align: center; 
	font-size: 0.8em;
	 }
/*97df5e green* 	#f7941e;
/*	#efb400 brown*/
/*#fdd7a9; /*/

#wrapper {
	width: 850px; 
	margin: 0 auto; 
	text-align: left; } 

#container {
	background-color:  #f7941e;
	margin: 0 auto; 
	width: 840px;
	border: 5px solid white;
	
	height: auto;
	z-index:1;	
	
}
	/*background-color: #F5DD92;*/
#banner  {
	/*background-color: #d22133;*/
	width: 840px;	
	height: 330px;
	background-color: transparent;
	z-index:4;
	
}
#content {
	font-family: Verdana, Arial, Helvetica;
	text-align:left;
	padding:5px;	
	/*float:right;*/
	background-color: white;
}
#content3 {
	font-family: Verdana, Arial, Helvetica;
	text-align:left;
	padding:10px;
	background-color: white;
	width: 610px;
	z-index:3;
	float:left;
	height: 100%;

}

#Lleft {
	float:left;
	width: 200px;	
	padding: 5px;
	background-color: inherit;
	z-index:3;
}
#footer  {
	/*background-color: #d22133;
	position: relative;
	*/
	background-color: #d22133;
	height: 21px;
	color: white;
	padding-top: 4px;
	font-size: .85em;
	text-align: center;
	border-top : 5px solid white;

}