
/* Layout Stylesheet */ 

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

#bar-top {
 width: 100%; 
 height: 30px; 
 background: #00cc00;
 color: #333333;
 border: solid #000000;
 border-width: 2px 0; 
 margin: 0;
}

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

#content { 
 height: 350px; 
 position:relative;
 border: solid #000000; 
 border-width: 0px 2px; 
 background: #ffffff;
 color: #333333;
 overflow: auto;
 margin:0 15% 0 15%;
 }