#wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-image: url("/images/colorSplash.png");
    background-repeat: no-repeat;
    background-position: center;
    min-width: 1275px;
    height: 295px
}

#contentWrapper {
    width: 960px;
    margin: 0 auto;
    display: block;
}

#header {}

#logo {
    position: absolute;
    top: -0px;
    left: auto;
    margin-left: -150px;
    width: 1250px;
    height: 175px;
}

#headerBG {
    width: 100%;
    min-width: 1275px;
    background-image: url("/images/headerBG.png");
    height: 195px;
    position: absolute;
    top: 0px;
    left: 0px;
}

h1 {
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: serif;
    font-size: 30px;
    font-weight: bold;
}

#content {
    display: block;
    margin: 240px 0px 0px 0px;
    position: relative;
}

p {
    padding: 6px 6px;
}

.coLogo {
    display: block;
    float: left;
    height: 230px;
    margin: 5px 75px 5px 5px;
    padding: 5px 5px;
    overflow: auto;
}

.coLogo p {
    width: 215px;
    text-align: center;
}

#logoRoll {
    display: block;
    width: 100%;
    margin: 10px 0px;
    height: auto;
    padding: 10px;
}

body {
    background-image: url(/images/bg.jpg);
}