h2 {
    background-repeat: no-repeat;
    height: 40px;
    margin: 0px;
    text-indent: -3000px;
}

h2.description_title {
    background-position: -3px -40px;
}
h2.announcements_title {
    background-position: -3px 0px;
}



#titlebar {
    background:url(../images/bg_title.jpg) no-repeat; 
    height: 110px;
    margin:0 auto; 
    width: 1000px;
}

#illustration {
    background:url(../images/bg_illustration.jpg) no-repeat; 
    height: 553px;
    margin:0 auto; 
    width: 1000px;
}

#content {
    background:url(../images/bg_content.png) no-repeat; 
    height: 630px;
    margin:0 auto; 
    width: 1100px;
}

#mainnav { 
    height: 60px; 
    left: 0px;
    right: 0px;
    top: 493px;
    position: relative;
    background-color: transparent;
    font-size: 14px;
    color: #eee;
    text-align: left;
}

#mainnav ul { 
    width: 1000px;
    height: 60px;
    margin: 0px auto;
    padding-left: 0px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#mainnav li { 
    float: left;
    text-indent: -9999px;
    background-position: center top;
}

#mainnav li:hover { 
    background-position: center bottom;
 }

#mainnav a { 
    color: #eee;
    display: block;
    height: 60px;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
 }

#featured { 
    padding-top: 49px;
    margin: 0px;
    text-align: center;
    height: 182px;
}

#featured ul {
    margin: 0 auto;
    width: 1000px;
    padding: 0px;
    border: 0px;
}
 
#featured li {
    display:inline;
    padding:0 13px;
    margin: 0px;
    border: 0px;
}

#description {
    position: relative; 
    height: 253px;
    width: 443px;
    padding: 20px 15px 10px 202px;
    margin: 0px;
    float: left;
    overflow: hidden;

}

#announcements {
    position: relative; 
    height: 253px;
    width: 192px;
    padding: 20px 15px 10px 45px;
    margin: 0px;
    float: left;
    font-size: 11px;
}

#announcements .subject {
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 12px;
}
#announcements .date {
    font-size: 10px;
    margin: 2px 0;
    color: #929292;
}
#announcements .body {
}


