@charset "utf-8";	
#html{
margin:0px; width:100%; height:100%;
}
#body{
width:100%; margin:0px auto; background:#A52A2A;
}
#wrapper {
  width:950px;
  height:auto;
  margin:3px auto;
  background:#FFFFFF;
  border-radius: 10px ;
  box-shadow:0px 0px 20px #D4A017;
  font-family:Arial, Helvetica, sans-serif;
 }
#top{
	width:950px;
	height:25px;
	background:#C19A6B;
	border-radius:10px 10px 0 0;
	font-size:12px;
	}
#header{
	width:950px;
	height:auto;
	color:#C35817;
	font-size:18px;
	}
#middle{
	width:950px;
	height:auto;
	font-size:14px;	
	}
.textbox1{
	border-width:1px;
	border-style:solid;
	border-color:#C19A6B;
	}
.text{
	background:#C19A6B;
	}
.required {
    color:#FF0000;
    font-weight: bold;
}	
.strupper{
	text-transform:uppercase;
	}
#footer
 {
  margin:0px;
  height:50px;
  background-color:#e9e9e9;
  border-bottom:5px solid #000000;
  border-top:1px solid #CCCCCC;
 }
 
 #footer
 {
  margin:0px;
  height:40px;
  clear:both;
  background-color:#e9e9e9;
  border-bottom:5px solid #000000;
  border-top:1px solid #CCCCCC;
  /*padding-top:5px; */
 }
#footer_menu
{

 width:100%;
 height:20px;
 text-align:center;
}

#footer_menu ul
{ 
  margin:0px;
  list-style-type:none;
  font-size:12px;
  font-family:arial,helvetica,sans-serif;
  
}