/* CSS Document */

body {
background-color: #6f6350;
  color: #6f6350;
  font-family: verdana;
  font-size: 11px;
  font-weight: normal;  
  text-decoration: none;

}

p {
  color: #6f6350;
  font-family: verdana;
  font-size: 11px;
  font-weight: normal;  
  text-decoration: none;
  padding: 0;
  margin:0;
  line-height: 18px;

}

#footer {
margin-top: -30px;
margin-left: 20px;
color: #4f6433;

}

img {
padding-right: 4px;


}

h1 {
  font-weight: normal;
  color: #819c4f;
  font-size: 16px;
   font-family: verdana;
   padding:0;
   margin: 10px 0px 10px 0px;

}

#main_container	{
width: 900px;
height: 714px;
background: #fff;
margin-left: auto;
margin-right: auto;

}


#sub_container {
height: 714px;
padding-left: 20px;
background: #6f6350 url(main.jpg); 
}

#content {
padding-top: 480px;

}

#left_col {
float: left;
width: 540px;
}

#right_col {
float: right;
width: 290px;
margin-right: 16px;
}

a {
  color: #819c4f;
  font-weight: normal;
  text-decoration: none;
  font-family: verdana;
  padding-top: 6px;
  margin-top: 6px;
  font-size: 9px;
 }

a:hover {
  color: #819c4f;
 font-family: verdana;
  font-weight: normal;  
  text-decoration: underline;
   padding-top: 6px;
  margin-top: 6px;
   font-size: 9px;

}













