body {
  height:100%;
  width:100%;
  font-family:tahoma, sans-sarif;
  font-size:11px;
   background-color:#888; 
}  

a {
  text-decoration:none;
  color:#0099CC;   
  }
a:hover {
  background-color:#444;
  }
h2 {
 font-size:14px;
color:#666;
font-family:Courier, sans-serif;
margin:2px 0 0 2px;
font-weight:normal;
}  

#container {
 height:380px;
 width:840px;
 position:absolute;
 top:50%;
 left:50%;
/* border:5px solid #fff;*/ 
 margin-top:-190px;
 margin-left:-535px;

 color: #8C6529;    
 }

#upper {
  width:100%;
  height: 70px;
  }
.upperrow {
  height:70px;
  float:left;
  margin-bottom:2px;
  margin-top:2px;
  }
.lowerrow {
  height:244px;
  float:left;
  margin-bottom:2px;
  }
.bottomrow, .headrow {
  height:20px;
  float:left;
  background-color:#fff;
  }
#lower {
  width:100%;
  height: 244px;
  }
#head, #bottom {
  height:20px;
  width:100%;
  }
#uleft {
  width:113px;
  background-image:url(../img/left.jpg);
  background-repeat:no-repeat;
  }
#umiddle {
  width:249px; /*249px;*/
  background-image:url(../img/middle.jpg);
  background-repeat:no-repeat;
  margin-left:2px;
  background-color:#fff;
  }
#uright {
  width:230px;
  background-image:url(../img/right.jpg);
  background-repeat:no-repeat;
  margin-left:2px;
  background-color:#fff;
  }
#lleft {
  /*width:113px;
  background-image:url(../img/lleft.jpg);
  background-repeat:no-repeat;
    background-color:#8C6529;   */
  }
#lright {
  width:333px;
 /* background-image:url(../img/body.jpg);
  background-repeat:no-repeat;    */
  margin-left:0px;
  background-color:#fff;
  }
#text {
font-size:12px;
line-height:1.4em;
color:#666;
font-family:Courier, sans-serif;
}
#bleft, #hleft {
  width:113px;
  }
#hmiddle, #bmiddle {
  width:249px; /*249px;*/
/*  border-left:2px solid #fff;*/
  margin-left:2px;
  }
#hright {
  width:230px;
 /* border-left:2px solid #fff;*/
 margin-left:2px;
    }
#bright {
  width:481px;
/*  border-left:2px solid #fff;  */
  margin-left:2px;
    }
#text {
  padding:10px;
  }
#mainnav {
  float:left;
  width:230px;
  height:100%;
}
#mainnav ul {
  padding:0px;
  margin:61px 0 0 0;
/*  border-right:2px solid #fff;*/
margin-right:2px;
  }
#mainnav li {
  padding:0px;
  margin:0px;
   list-style-type:none;
  }
#mainnav li a {
  margin:47px 0px;
  padding:2px;
  font-size:24px;
  display:block;
  color:#ddd;
  font-weight:bold;
  border-bottom: 1px solid #ccc;
  }
#subnav {
  /*height:50px;*/
  width:100%;
  margin:0 0 0 265px;
}
#subnav ul {
  padding:0px;
  margin:0px;
  float:left;
  border-top:2px solid #fff;
  }
#subnav li {
  padding:0px;
  margin:0px;
  float:left;
  list-style-type:none;
  }
  #subnav li a {
    display:block;
    margin:0 25px 0 0px;
    padding:45px 2px 1px 2px;
  font-size:14px;
  color:#ddd;
  font-weight:bold;
  border-left: 1px solid #ccc;
    }