﻿body {
    background:black url(../images/bg.gif) no-repeat center top;
    color:white;
    font-family:verdana !important;
    font-size:62.5%;
    margin:0;
    padding:0;
}

a {
    color: #d80607;
}

H1 {
    font-size: 170%;
}

hr {
    color: #d80607;
    height: 1px;
}

#bodyWrapper {
    width: 1024px;
    margin: auto;
    padding-bottom: 12px;
    border-bottom: 12px #d80607 solid;
}

#headerWrapper {
    width: 100%;
    border-top: 12px #d80607 solid;
    padding-top: 12px;
}
    a#headerLogo {
        display: block;
        width: 400px;
        height: 88px;
        overflow: hidden;
        line-height: 187px;
        margin: auto;
        padding-top:12px;
        background: transparent url(../images/headerText.gif) no-repeat;
    }
    
#contentWrapper {
    width: 444px;
    margin: auto;
    overflow:auto;
}
    div.location, 
    div.contact, 
    div.open, 
    div.admission {
        width: 222px;
        margin-bottom: 12px;
    }
    div.location, 
    div.open {
        float: left;
    }
    div.contact, 
    div.admission {
        float: right;
    }
    
div#linksWrapper {
    text-align:center;
}
div#linksWrapper ul {
    display:block;
    list-style-type:none;
    margin:auto;
    overflow:auto;
    padding:0;
    width:420px;
}
div#linksWrapper ul li {
    display: inline;
    font-size:120%;
    font-weight:bold;   
}
