/* Layout Stylesheet */


html, body {
	margin: 0;
	padding: 0;


}

body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 120%;
	color: #000;

	
	font-family: Tahoma, Verdana, Helvetica, Arial;
	
	text-align:center;

	background: #e8e9eb;

}




#logo {
	display: block;
	width: 100%;
	height: 34px;

	padding: 0;
	margin: 20px 0 0 0;

	
}


#logo2 {
	display: block;
	width: 100%;
	height: 62px;
	padding: 0;
	margin: 20px 0 0 0;
	background: transparent url(../img/logo-whenp.gif) no-repeat;
}


#nav {
	display: block;
	

	width: 211px;
	

	padding: 0;
	margin: 20px 0 0 0;



}









 #outer {
	 text-align:left;
	 background: #fff;

	 border: 1px solid #cccdcf;
	 border-width: 0 1px 0 1px;
	 width:850px;

	 padding:  0  0 0 0;
	 margin: auto;
	 
	 background: #fff url(../img/outerbg.gif) no-repeat;
}


 




#content {

	display: block;
	width: 540px;
	float: right;

	font-size: 82%;
	line-height: 140%;

	margin: 30px 0 0 0;
	padding: 175px 30px 20px 20px ;

	text-align: left;
	background: transparent url(../public/header/topimg.jpg);
	background-repeat: no-repeat;
	background-position: 20px 7px;
}



 #left{

	display: block;

	float: left;

	margin: 15px 0 0 0;
	padding: 0 15px 0 25px;

	font-size: 82%;
	line-height: 120%;

	
	text-align: center;

	background: transparent;

	width: 210px;
	
	
	

 }
 
 
 


 #footer {

	clear: both;
	text-align: center;
	font-size: 70%;
	color: #466432;
	font-weight: normal;

	background: transparent url(../img/footerbg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;

	
	

	height: 25px;
	padding: 6px 0 0 0;
	margin: 0;

 }



