
/* Layout Stylesheet */ 

body {
 margin: 0; 
 padding:0;
 background: #808080;
 color: #000000;
 text-align: center;
 }

#bar-top {
 width: 100%; 
 height: 45px; 
 background: #000000;
 color: #333333;
 border: solid #000000;
 border-width: 2px 0; 
 margin: 0;
}

#bar-bottom {
 width: 100%; 
 height: 30px;
 position:relative; 
 background: #c0c0c0; 
 color: #333333;
 border: solid #000000; 
 border-width: 2px 0;
 }

#content { 
 height: 450px; 
 position:relative;
 border: solid #000000; 
 border-width: 0px 2px; 
 background: #ffffff;
 color: #333333;
 overflow: auto;
 margin:0 15% 0 15%;
 }