
html, body {
    background: #929C92;
    padding: 0px;
    margin: 0px;
}


div#top {
    height: 25px;
    background: #929C92;
    padding: 0px;
}


div#container {
    background: #ffffff;
    width: 980px;
    margin: 0 auto;
    border: 1px solid #696B69;
}

div#header {
    height: 157px;
    background: #ffffff;
    border-bottom: 0px solid #000;
    padding: 0px;
}

div#body {
    overflow: hidden;
    width: 980px;
}

div#content {
    width: 708px;
    float: left;
    padding-top: 20px;
}

div#left-sidebar {
    width: 233px;
    height: 500px;
    float: left;
    padding-left: 5px;
background:url(images/menubg2.jpg);
text-align:right;
    border-right: 0px solid #000;
}

div#footer {
    height: 25px;
    background: #ffffff;
    border-top: 0px solid #000;
    margin-left:460px;
    font-family: verdana,arial,sans-serif; COLOR: #333333;
    font-size:10px;
}

div#footerlinks {
    height: 50px;
    border-top: 0px solid #000;
    margin-left:240px;

    font-family: verdana,arial,sans-serif; COLOR: #000000;
    font-size:12px;

}

