
/* Layout Stylesheet */ 

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

#bar-top {
 width: 100%; 
 height: 30px; 
 background: #9FC5F2;
 color: #333333;
 border: solid #2462B9;
 border-width: 4px 0; 
 margin: 0;
}

#bar-bottom {
 width: 100%; 
 height: 20px;
 position:relative; 
 background: #9FC5F2; 
 color: #333333;
 border: solid #2462B9; 
 border-width: 4px 0;
 }

#content { 
 height: 321px; 
 position:relative;
 border: solid #2462B9; 
 border-width: 0px 4px; 
 background: #ffffff url(images/bg2.jpg) fixed no-repeat;
 color: #333333;
 overflow: auto;
 margin:0 5% 0 5%;
 }