<style type="text/css">
<!--
body {
  margin: 0px;
  padding: 0px;	
  
 }
#header {
  background:#B69578;
  width: 100%;
}
#leftcol {
  background: #B69578;
  float: left;
  width: 20%;
  height: 600px;
}
#rightcol {
  background:#B69578;
  float: right;
  width: 20%;
  height: 600px;
  }
#content {
  background: #fff;
  float: left;
  text-align: center;
  width: 59%;
  height: 600px;
  font-family: arial;
  font-size: 90%;
}
#footer {
  background: #fff;
  color: #333;
  clear: both;
  text-align: center;
  width: 100%;
  font-family: arial;
  font-size: 80%;
}
#menu {

  color:#793C00;
  clear: both;
  text-align: center;
  width: 100%;
  font-family: arial; 
   font-size: 150%;
}
  a:link {color:#996600;text-decoration:none;}
  a:visited {color:#996600;text-decoration:none;}
  a:hover {color:#553A00;text-decoration:underline;}
-->
</style>
