/* Layout Stylesheet */ 

body {
 margin: 0; 
 padding:0;
 background: #aeccea;
 color: #000000;
 text-align: center;
 }

#bar-top {
 width: 100%; 
 height: 30px; 
 color: #0000CC;
 border: solid #000000;
 border-width: 1px 0; 
 margin: 0;
}

#bar-bottom {
 width: 100%; 
 height: 30px;
 position:relative;  
 color: #333333;
 border: solid #000000; 
 border-width: 1px 0;
 }

#content { 
 height: 450px; 
 position:relative;
 border: solid #000000; 
 border-width: 0px 1px; 
 color: #333333;
 overflow: auto;
 margin:0 12% 0 12%;
 }
