@import url(reset.css);


body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    background: #000 url(/images/mainbg.jpg) top center no-repeat;
    
}

p {
    margin-bottom: 10px;
}

a {
    color: #969696;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

#container {
    background: url(/images/containerbg.jpg) no-repeat;
    margin: 23px auto;
    width: 980px;
}

#toplogo {
    display: block;
    width: 38px;
    height: 37px;
    background: url(/images/c3ptop.jpg) no-repeat 0 0;
}

#toplogo:hover {
    background-position: 0 -37px;
}

#toplogo span {
    display: none;
}

#header {
    margin-left: 457px;
}

#header ul a {
    text-transform: uppercase;
    font-size: 11px;
}

#header ul li {
    float: left;
    display: inline;
    margin-top: 15px;
    margin-right: 18px;
}

#header ul li.logo {
    margin-top: 6px;
}

#parentsimg {
    float: left;
    margin: 18px 0 0 432px;
    display: block;
    width: 145px;
    height: 200px;
    background: url(/images/parentsdoors.jpg) no-repeat 0 0;
}

#parentsimg:hover {
    background-position: 0 -200px;
}

#parentsimg span {
    display: none;
}

#teachersimg {
    float: left;
    margin-top: 42px;
    display: block;
    width: 163px;
    height: 221px;
    background: url(/images/teachersdoors.jpg) no-repeat 0 0;
}

#teachersimg:hover {
    background-position: 0 -221px;
}

#teachersimg span {
    display: none;
}

#everyoneimg {
    float: left;
    margin-top: 58px;
    display: block;
    width: 191px;
    height: 253px;
    background: url(/images/everyonedoors.jpg) no-repeat 0 0;
}

#everyoneimg:hover {
    background-position: 0 -253px;
}

#everyoneimg span {
    display: none;
}

#leftcol {
    float: left;
    margin: 25px 0 0 90px;
    padding-right: 50px;
    width: 260px;
}

#allweb {
    float: left;
    width: 172px;
    height: 83px;
    padding-top: 45px;
}

#clear {
    width: 500px;
    clear: both;
    
}

#footer {
    margin: 36px auto;
    width: 440px;
}

#footer p {
    color: #969696;
    font-weight: bold;
    padding: 0 10px 0 20px;
}

#footer ul li {
    float: left;
    margin-top: 9px;
}

#footer ul li.logo {
    margin-top: 0px;
}

#c3pfooter {
    
    display: block;
    width: 246px;
    height: 37px;
    background: url(/images/c3pfooter.jpg) no-repeat 0 0;
}

#c3pfooter:hover {
    background-position: 0 -37px;
}

#c3pfooter span {
    display: none;
}

#footerlink td {
    vertical-align: middle;
    font-size: 12px;
}

#footerlink img {
    padding-top: 5px;
}