/* Layout */ 

body {
 margin: 0;
 background: #cccccc; 
 text-align: center;
 padding: 0;
 }

#outer {
 text-align: left;
 border:0;
 width: 765px;
 margin: auto;
 margin-top: 5px;
 
 }

#header {
 height: 125px;
 background: transparent; 
 padding: 0 0 0 0;
 border: 2px solid #cccccc;
 }

#bar {
 position: absolute; top:100px;  margin-left: auto; margin-right: auto;
 height: 30px;
 width: 765px;
 background: transparent;
 font-family: arial, tahoma, sans-serif;
 color: #ffffff;
 text-align: center;
 text-decoration: none; 
 line-height: 30px; 
   }
  
#bodyblock, #sidebar { background: #666699;
  }

#bodyblock {
 position:relative;
 width:765px;
 padding:0; 
 border: 2px solid #cccccc;
  }

#sidebar {
 float: left;
 color: #ffffff;
 line-height: 25px;
 width: 200px;
 margin-top: 20px;
 padding-left: 25px;
 text-align: left;
   }
   
#pagename {
 width: 530px;
 height:50px; 
 background: #eeeedd; 
 text-align: center;
 border-left: 1px solid #cccccc;
 }

#cont {

 width:530px;
 color: #333333;
 background: #ffffee; 
 text-align: left;
 border-left: 1px solid #cccccc}

#footer {
 height: 25px;
 background: #eeeedd;
 color: #666666;
 line-height: 25px;
 font-family: verdana, sans-serif;
 font-style: italic;
 font-size: 76%;
 margin: 0;
 padding: 0 10px 0 10px;
 }