/* Layout Stylesheet */ 
@import "/css/pres.css";
body {
 background-color: #819392;
 font:  12px Verdana !important;
 }

#outer {
 background-color: #220000;
 width:970px;
 margin:auto;
 }

#hdr {
 height:150px;
 width:950px;
 background-color: #ded7b3;
 margin: 1px 10px 0px 10px;
 }

#bar {
 text-align:left;
 height:60px;
 width:950px;
 background:#ded7b3;
 color: #333333;
 margin: -10px 10px 0px 10px ;
 }

#bodyblock {
 clear:right;
 background: #ded7b3 ;
 color: #333333;
 width:950px;
 padding-top:3px;
 margin-right: 10px;
 margin-left: 10px;
 text-align:left;
 z-index:0;
 }


.bottomcont {
    clear:right;
    position:relative;
    bottom:0px;
    margin-top: 0px;
    height:10px;
}
#contbo {
    position :relative;
    background-color:#f6f2da;
    height:10px;
    margin-top: 20px;
}
#bodybo {
    clear:right;
    position:relative;
    margin: 0px 0px 0px 0px  ;
    width:950px;
    background-color: #ded7b3;
    height:10px;
}
.topcont {
    width:100%;
    position:relative;
    top:0px;
    height:10px;
}
#cont1 {
 float: right;
 width:197px;
 height:100%;
 background:#f6f2da  ;
 color: #333333;
 text-align:left;
 margin-left: 5px ;
 margin-right: 8px ;
 margin-bottom: 8px;
 }
#cont {
 width:730px;
 background:#f6f2da ;
 color: #333333;
 margin-left: 8px;
 margin-right:5px;
 text-align:left;
 }

#ftr {
  text-align:center;
  min-height:20px;
  clear:right;
  vertical-align:bottom;
  font-size:10px;
  width:950px;
  background:#ded7b3;
  color: #333333;
  margin: 10px 10px 1px 10px;
 }
 
.borderTL, .borderTR, .borderBL, .borderBR {
  width: 10px; 
  height: 10px;
  padding: 0px; 
  z-index: 99;
}
.borderTL, .borderBL {float:left;}
.borderTR, .borderBR {float:right;}

div#references {
  text-align: center;
  bottom:0px;
  margin-top:30px;
  clear:right;
}
div#wuLang {
  float:right;
  margin-right:20px;

}

