

body
{
    
    background-color: #000;
    
}

#bodyTop
{
    background-image: url(../images/body-top.jpg);
    height: 35px;
    width: 890px;
    background-repeat: no-repeat;
}

#bodyBot
{
    background-image: url(../images/body-bottom.jpg);
    height: 35px;
    width: 890px;
    background-repeat: no-repeat;
}

.shadowLeft
{
    background-image: url(../images/body-shadow-left.gif);
    background-repeat: repeat-y;
    width: 21px;
}

.shadowRight
{
    background-image: url(../images/body-shadow-right.gif);
    background-repeat: repeat-y;
    width: 21px;
}

#navBG
{
    background-image: url(../images/nav-bg.gif);
    height: 65px;
    width: 848px;
}

#Nav
{
    width:848px;
    font-family: Arial; 
    font-size: 11pt;
    font-weight: bolder;
    padding: 0px;
    margin: 0px;
    margin-top: -5px;
}

#Nav ul
{
    color:#000;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

#Nav ul li 
{
    color:#000;
    text-decoration: none; 
    display: inline;
}

#Nav ul li a
{
    color:#000;
    text-decoration: none; 
    display: inline;
}

#Nav ul li a:hover
{
    color: #f1efef;
    text-decoration: none; 
    display: inline;
}

#mainContent
{
    height:400px;
    width: 700px;
    background-color: #f1efef;
    margin-left: 35px;
    margin-right: 35px;
    border-bottom:solid 1px #000;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
}

#rightNav
{
    width: 90px;
}

#rightNav ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    margin-left: 10px;
}

#rightNav ul li 
{
    text-decoration: none; 
    display: block;
    height: 90px;
    width: 75px;
}

#rightNav ul li a
{
    text-decoration: none; 
    display: block;
    height: 90px;
    width: 75px;
}

#rightNav ul li a:hover
{
    color: #f1efef;
    text-decoration: none; 
    display: inline;
    border: 0px;
    height: 90px;
    width: 75px;
}
