/* CSS Layout */

body {

}

#wrap {
width:800px;
background: #D1481A;
background-image:url(images/bg.gif);

  position:relative;
    padding:0px;
    margin:0px;
    left:50%;
    margin-left:-400px; /*800px moved 50% of window to make left edge at center - negative margin half the box width (400px) pulls it back so that the box is at the center*/

}
#header {
position:relative;
width: 800px; 
height: 121px; 
z-index: 10; 
background: #FFFFFF
background-image:url(images/topnav.gif);
}

#topnav {
position:relative;
width: 770px; 
padding-left:15px;
padding-right:15px;
padding-top:4px;
vertical-align:middle;
height: 19px; 
z-index: 13; 
background: #666666; 
background-image:url(images/topnav.gif);
}

#leftcontainer {
position:relative;
float:left; 
width: 170px; 
z-index: 15; 
}

#rightcontainer {
  position:relative;
float:left;
width: 600px;
}

#image {
  position:relative;
float:left; 
width: 200px; 
z-index: 16; 
background: #D1481A;
display:none;
visibility:hidden;

}

#body {
position:relative;
float:left; 
width: 570px; 
z-index: 17; 
background: #D1481A;
}

#bodylarge {
position:relative;
float:left; 
width: 570px; 
z-index: 17; 
background: #D1481A;
}

#bottomnav {
 position:relative;
width: 800px; 
height: 17px; 
padding-top:4px;
z-index: 19; 
background: #D1481A;
background-image:url(images/footer.gif);
}

#copyright {
  position:relative;
width: 800px; 
height: 23px; 
z-index: 21; 
background: #FFFFFF;
}
