body  
{
background-color: #262626;
margin: 0;
padding: 0;
color: #ffffff;
text-align: center;
}

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

#header
 { 
background-image: url(images/header.jpg);
width: 995px;
height: 208px;
} 

#navigation
{
width: 995px;
height: 67px;
}

#navcontain
{
width: 995px;
height:67px;
}

#navline1
{
margin: 0px;
padding: 0px;
width: 995px;
height: 44px;
}

#navfoot
{
width: 995px;
height: 23px;
}

#middlecontent
{
width: 918px;
margin: auto;
text-align: center;
} 

#leftboxes
{
  float: none; 
  width: 158px; 
}


#rightboxes
{
float: right;
width: 158px;
}

#centerboxes
{
width: 552px;
margin: 222px;
}

#sidebox_head
{
background-image: url(images/sidebox-head.jpg);
width: 158px;
height: 39px;
text-align: center;
font-size: 10px;
font-family: arial;
font-weight: bold;
text-transform: uppercase;
line-height: 30px;
}

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

#sidebox-foot
{
background-image: url(images/sidebox-footer.jpg);
width: 158px;
height: 39px;
}

#squadmatches
{
width: 158px; 
float: left;
margin-top: 20px;
}

#qroster
{
width: 158px; 
float: right;
margin-top:20px;
}

#downloads
{
width: 158px; 
float: left;
margin-top: 20px;
}
#midbox-head
{
background-image: url(images/midbox-header.jpg);
width: 552px;
height: 39px;
text-align: center;
font-size: 10px;
font-family: arial;
font-weight: bold;
text-transform: uppercase;
line-height: 30px;
}

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

#midbox-foot
{
background-image: url(images/midbox-footer.jpg);
width: 552px;
height: 39px;
}

#intro
{
width: 552px; 
margin-top:20px;
}

#intro-contain
{
width: 500px;
text-align: center;
margin-left: 25px;
}

#clear 
{ 
clear:both;
}

#footer
{
background-image: url(images/footer.jpg);
width: 995px;
height: 25px;
margin-top: 20px;
}

