

#container
{
    /* width: 273px; */
    height: 227px;
}

#headerBG
{
    background-image: url(../images/headerBG.gif);
    background-position: right;
    background-repeat: no-repeat;
}

#nav
{
    background-image: url(../images/navBG.gif);
    background-repeat: repeat-x;
    height: 29px;
    text-align: center;
}

#nav ul
{
    display: inline;
    height: 29px;
    margin: 0px;
    padding: 0px;
}

#nav ul li
{
    display: inline;
    float: left;
    height: 29px;
    margin: 0px;
    padding: 0px;
    font-family: verdana;
    font-size: 8pt;
    font-weight: bold;
    color: white;
}

#nav ul li a
{
    display: block;
    height: 29px;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    color: white;
    padding-top: 8px;
}

#nav ul li a:hover
{
    display: block;
    background-image: url(../images/navBGOver.gif);
    background-repeat: repeat-x;
    height: 29px;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    padding-top: 8px;
}

#sideNav ul
{
    margin-left: -40px;
    padding-left: 40px;
}

#sideNav ul li
{
    display: block;
    background-image: url(../images/buttonBG.gif);
    background-repeat: no-repeat;
    height: 53px;
    width: 183px;
    list-style: none;
}

#sideNav ul li div
{
    padding-left: 56px;
    padding-top: 18px;
    color: white;
    font-weight: bold;
}

#side
{
    width: 93px;
    height: 254px;
}

#whatsNew
{
    background-image: url(../images/whatsNew.gif);
    background-repeat: no-repeat;
    width: 294px;
    height: 105px;
    margin-left: 290px;
}

#whatsNewHolder
{
    width: 294px;
    height: 105px;
    margin-left: 290px;
}

#whatsNew p
{
    padding-top: 25px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
}

#mainContent
{
    margin-left: 15px;
    margin-right: 15px;
}

#leftNav
{
    margin-top: 85px;
}

#whatsNew a
{
    text-decoration: none;
}

#news {
    width: 294px;
    margin: 0px auto;
}

#news-top {
    background: url(../images/news-top.gif) no-repeat;
    width: 294px;
    height: 23px;
}

#news-mid {
    background: url(../images/news-mid.gif) no-repeat #4083b6;
    width: 294px;
    min-height: 74px;
}

#news-wrapper {
    padding: 0px 5px;
}

#news-bot {
    background: url(../images/news-bot.gif) no-repeat;
    width: 294px;
    height: 8px;
}
