#PageWrapper {
    width: 100%;
}

#Page {
    width: 960px;
    margin: 0 auto;
}

#TopBar {
    background: transparent url(images/TopBar.png) no-repeat 50% 0;
    height: 100px;
    text-indent: -9999px;                
}

.ImageWithCaption {
    padding-top: 0;
}

.ImageWithCaption a {
    color: #333;
    text-decoration: none;  
}

.ImageWithCaption a:hover {
    color: blue;
    text-decoration: none;
}


/* Wrap text in this class on simple pages. */

.OneColumn {
    width: 600px;
}




/* --- Contact Info --------------------------------------------------------- */

.ContactInfo {
    float: left;
    margin: 10px 40px 0 0;
}

.ContactInfo h3,
.ContactInfo p {
    padding-top: 0;
}



/* --- #PageFooter ---------------------------------------------------------- */

#FooterWrapper {
    clear: both;
    margin: 40px 0 0 0;
    border-top: 2px solid #ff5c20;
}

#Footer {
    bottom: 10px;
    padding: 10px 0 10px 0;
    font-size: 10px;
    text-align: center;
}

