*{
   margin:0;
   border:0;
   padding:0;}
   
 body {
   text-align:center;
   background-image:url(images/bgblk.jpg);
   background-color:#030303;}

#page{
   width:900px;
   background-color:#fff;
   font-size:75%;
   color:#11427d;
   font-family:"Trebuchet MS","Palatino Linotype",Arial,Georgia,Geneva,Helvetica,sans-serif;
   margin:3% auto;}

#header {
   height:180px;
    background-image:url(images/logo.jpg);
    background-repeat:no-repeat;
    width:900px;}

#nav {
   height:28px;
   width:900px; 
   background-image:url(images/rd2bg.jpg);
   border-top:1px solid #c00;
   border-bottom:1px solid #c00;  
   background-color:#cc0000;}
   
#content {
   width:900px;
   text-align:left;
   float:left;
   min-height:690px;
   background-color:#fff;}
     
#subnav{
    float:left;
    width:120px;
    background-color:#fff;
    }
    
#main{
  float:right;
  background-color:transparent;
   width:780px;}
   
 #main2 {
   float:right;
   width:900px;
   min-height:500px; }
   
   #main3 {
   float:right;
   background-image:url(images/Map-BVI.jpg);
   background-repeat:no-repeat;
   background-position:60px 15px;
   height:500px;
  background-color:transparent;
   width:780px;}
  
   #main4 {
   float:right;
   background-image:url(images/layout.jpg);
   background-repeat:no-repeat;
   background-position:230px 5px;
   height:540px;
  background-color:transparent;
   width:780px;}
  
  #comments{
  float:right;
  background-color:transparent;
   width:780px;}
  
  #map{
   float:right;
   background-image:url(images/Map-BVI.jpg);
   background-repeat:no-repeat;
   background-position:0px 25px;
   height:500px;
  background-color:transparent;
   width:780px;}

#footer {
   clear:both;
   width:900px;
   background-image:url(images/rd2bg.jpg);
   margin:0 auto;
   height:27px;
   background-color:#CC0000;}
 