

  body { margin: 0px; padding: 0px; background-image: url(images/body_bg.jpg); background-repeat: repeat-x; background-color: #4a3929; font-family: Verdana; font-size: 11px; color: #ffffff; }
  a { color:#FFFFFF; text-decoration:none; }
  hr { color:#90724B; }
  
  #body_container  { position: absolute; left: 50%; margin-left: -491px; width: 982px; }
  #body_head_on    { clear: both; float: left; width: 982px; height: 56px; background-image: url(images/body_head_on.jpg); }
  
  #body_left       { clear: both; float: left; width: 571px; height: 380px; }

  #body_left_link  { position: absolute; left: 10px; top: 180px; width: 200px; z-index: 99999; }  
  
  #body_right      { float: left; width: 360px; height: 350px; background-image: url(images/body_right.jpg); font-size: 11px; color: #90724b; line-height: 20px; padding: 10px 31px 20px 20px; overflow: auto; background-repeat: no-repeat; background-color: #fbeedb; background-attachment: scroll; }
  #body_right_home { float: left; width: 360px; height: 340px; background-image: url(images/body_right_home.jpg); font-size: 11px; color: #90724b; line-height: 20px; padding: 20px 31px 20px 20px; overflow: auto; }
  #body_right .listing  { border: 1px solid #90724b; }
  #body_right a    { color: #5c4930; }
  #body_right td   { line-height: 16px; }
  #body_right hr   { color: #90724b; }
  
  #body_foot_left  { clear: both; float: left; width: 576px; height: 116px; background-image: url(images/body_foot_left.jpg); padding: 25px 0px 0px 15px; }
  #body_foot_left_listing { float: left; padding-left: 15px; text-align: center; }
  #body_foot_left_listing img { border: 1px solid #efefef; }
  #body_foot_left_listing a { color: #efefef; text-decoration: none; }
  #body_foot_left_listing a:hover { color: #ffffff; text-decoration: underline; }
  
  #body_foot_right { float: left; width: 351px; height: 81px; background-image: url(images/body_foot_right.jpg); padding: 60px 40px 0px 0px; line-height: 16px; }
  #body_foot_right a { color: #ffffff; }
  
  #body_link       { float: left; clear: both; width: 497px; text-align: left; padding: 10px 0px 0px 3px; font-size: 11px; color: #9c8f7c; }
  #body_link a     { color: #9c8f7c; text-decoration: none; }
  #body_link a:hover { color: #b5a690; text-decoration: underline; }
  
  #body_copyright  { float: left; width: 479px; text-align: right; padding: 10px 3px 0px 0px; font-size: 10px; color: #9c8f7c; }
  #body_copyright td { font-size: 10px; color: #9c8f7c; padding-left: 10px; }


#body_left{
	position: relative;
}
#leftThang{
	position: absolute;
	left: 0px;
	top: 0;
	width: 571px;
	height: 380px;
	background-image: url('../images/body_left_on.png');
}
ul.form, ul.form li{
   float: left;
   padding: 0;
   margin: 0;
   clear: both;
   width: 100%;
  }

  ul.form li{
   margin:5px 20px 5px 20px;
   padding: 3px 0;
   list-style:none;
  }

  ul.form li span.label{
   float: left;
   width: 25%;
   text-align: right;
  }

  ul.form li span.input{
   float: left;
   margin-left: 3%;
   width: 50%;
  }

  ul.form li span.input select,
  ul.form li span.input input{
   width: 70%;
  }

  form div.submit{
   clear: both;
   text-align: left;
   padding-left: 30%;
   margin-left: 20px;
  }

  form div.submit input{
   padding: 2px 10px;
   text-transform: uppercase;
   font-size: 0.9em;
  }

  ul.form li.textarea  span.input textarea{
   width: 95%;
   height:140px;
  }


