#body{
	
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	background-position:left;
	
	
	

  margin-top:0px;
  float:left;
  height:100%;
  width:100%;
}

#content-left{
  width: 18%;
  height: 80%;
  float:left;
  margin-right: 30px;
}

#content-right{
	 margin-top:15px;
  border: 0px solid #84500B;
  width: 75%;
  height: 10000;
 overflow: hidden; 
  float:left; 
}
.section_title {
	color: #84500b;
}

#ul_links{
	font-family:verdana;
	font-size: 12;
	text-align: left;
	color: #999;
}

#ul_links li{
	list-style-type:none;
	font-family: verdana;
}

#ul_links a:link, a:visited{
	text-decoration:none;
	color: #999;
}

#ul_links a:hover{
  background-color: #84500B;
  color: #000;
}

#main_iframe{
  height:100%;
  width:100%;
  border:0px;
  overflow: visible;
}

.next_link a:hover, a:link, a:visited{
  text-decoration:none;
  color:#84500B;
}