body
{
margin: 0px;
padding: 0px;
background-color: #333333;
text-align: center;
scrollbar-base-color: #44596e; 
scrollbar-arrow-color:#c0c0c0; 
}

td
{
color: #FFFFFF;
font-size: 12px;
font-family: arial;
font-weight: bold;
}

#container
{
background-image: url(images/background.jpg);
background-repeat: repeat-y;
width: 996px;
margin: auto;
text-align: center;
}

#header
{
width: 996px;
height: 251px;
padding: 0px;
margin: 0px;
text-align: center;
}

#footer
{
background-image: url(images/footer.jpg);
width: 996px;
height: 74px;
}


div.sideboxleft
{
width: 160px; 
float: left;
margin-left: 15px;
margin-top:9px;
}

div.sidebox-head
{
background-image: url(images/sidebox-head.jpg);
width: 160px;
height: 72px;
text-align: center;
font-size: 12px;
font-family: arial;
font-weight: bold;
line-height: 72px;
color: #FFFFFF;
}

div.sidebox-content
{
background-image: url(images/sidebox-content.jpg);
background-repeat: repeat-y;
text-align: center;
}

div.sidebox-footer
{
background-image: url(images/sidebox-footer.jpg);
width: 160px;
height: 72px;
}

div.midbox-head
{
background-image: url(images/midbox-head.jpg);
width: 481px;
height: 84px;
text-align: center;
font-size: 12px;
font-family: arial;
font-weight: bold;
line-height: 40px;
color: #FFFFFF;
}

div.midbox-mid
{background-image: url(images/midbox-content.jpg);
background-repeat: repeat-y;
text-align: center;
}

div.midbox-footer
{
background-image: url(images/midbox-footer.jpg);
width: 481px;
height: 84px;
}

div.midtextcontainer
{
margin-left: 35px;
margin-right: 30px;
}

#clear 
{ 
clear:both;
}