
/* Layout Stylesheet */ 

body {
 margin: 0; 
 padding:0;
  color: #FFFFFF;
 text-align: center;
  background-color: #003366;
  background-image: url(images/chopper.JPG)
}

   #lh-col{
 position: absolute;
 top: 330px;
 left: 5px;
 width: 20px;
 border:;
 color: #D3CBD2;
 margin: 20px;
 padding: 0px;
 height: 600px;

}



#bar-top {
 width: 50%;
 height:60px;
 color: #FFFFFF;
 border: solid #000000;
 border-width: 2px 0; 
 margin: 0;
  background-color: #666666;
  background-image: url(images/blinkstars.gif)
}

#bar-bottom {
 width: 100%; 
 height: 50px;
 position:relative;
 color: #FFFFFF;
 border: solid #000000; 
 border-width: 2px 0;
  background-image: url(images/chopper.JPG)
}

#content {
 height: 450px; 
 position:relative;
 border: solid #000000;

 border-width: 0px 2px;
 color: #333333;
 overflow: auto;
 margin:0 15% 0 15%;
  border-bottom-style: outset;
  border-bottom-width: thick;
  border-color: #FF0000;
  background-color: #B5B5B5
}
