﻿/* Defines the layout for core elements and overrides necessary XHTML elements 

=Main Layout 
--------------------------------------------------------------------------- */

#wrap{
    margin: 0 auto;
    width: 1000px;
    background: transparent;
    border: 0;
}

#head, #preFoot, #footer, .flashWrap, .imagefade, #contentRight, #map
{
    width: 0;
    height: 0;
    border: 0;
    background: transparent;
    margin: 0;
    padding: 0;
    display: none;
}

#main, #contentLeft, .inner{width: 100%;}
#wrap #main #contentLeft .inner{width: 95%;}