

.wrapper{
	/*
   margin-top: 10px;
	*/
   margin: 0px auto;
   width: 940px;
   line-height: 20px;
   background-color: white;
}

.header{
   float: right;
   width: 940px;
   height: 120px;
}



.main{
   padding:10px;
   width: 920px;
   height: auto;
   float: right;
   color: rgb(043, 043, 043);
   background-color: rgb(250, 250, 250);
	font-family: Verdana,Geneva,sans-serif; font-size: 10px; font-style:bold; font-variant: normal; font-weight: 500; line-height: 26.4px;
}

h2{
	text-align: center;
}

table{
	font-size: 10px;
   color: rgb(043, 043, 043);
}

body {
	/*
   font-size: 90%;
	*/
   background: white;  
   padding: 0px;
   margin: 5px;
   background-color: rgb(255, 235, 205);
}

