BODY
{
    background-color: black;
}
.content
{
    width:1000px
}
.header
{
    background-image: url(header.jpg);
    width: 1000px;
    background-repeat: no-repeat;
    height: 118px;
}
.sidebar
{  vertical-align: top}
.sidebar ul
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}
.sidebar ul li
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}
.sidebar ul li a
{ background-image: url(../common/buttonunpressed.jpg); margin: 0; width: 176px; background-repeat: no-repeat; height: 50px; text-align: center; font-size: 11pt; color: #f7a9fc; text-decoration: none; padding: 15px 0 0; display:block; }
.sidebar ul li a:hover
{
    background-image: url(../common/buttonpressed.jpg);
    background-repeat: no-repeat;
}
.innercontent
{
    margin-top: 15px;
    margin-left: 30px;
    color: #ffffff;
    width: 800px;
}