body{}

#container
{
padding-top: 30px;
height: 100%;
color: white;
width: 100%;
min-width:800px;
margin: 0 auto;
font-family: Cambria;
}


#header
{
height: 200px;
background: url('images/headgerback.jpg');
padding:0;
/*background-color: #775203;  */
}

#navbar
{
text-align: center;
background: url('images/navback.jpg');
height: 60px;
/*background-color: #976803;*/
}

#navbar a {
font-size: 18px;
text-decoration: none;
font-weight: bold;
color: white;
line-height:60px;
background: url('images/linkfback.png');
display: inline-block;
padding: 0px 20px 0px 20px;
}

.rightend {
color: white;
line-height:60px;
background: url('images/righttrans.png');
display: inline-block;
padding: 0px 20px 0px 20px;
}

#content_container
{
background: url('images/contentback.jpg') repeat-x;
height: 100%;
padding-top: 10px;
}   

#content_wrapper
{
width: 900px;
margin: 0 auto;
color: #000;
font-size: 18px;
}   
                       


#right_content
{
background: url('images/rightback.png') no-repeat;
padding: 30px;
float: right;
width: 260px;
height: 600px;
}

#left_content
{
padding: 10px;
float: left;
width: 450px;
height: 300px;
}

div.smallbanner
{
padding: 8px;
background: url('images/smallbanner.png');
height: 66px;
width: 230px;
float: left;
font-size: 12px;
}

div.smallbanner h2
{
margin: 0px;
padding: 0px;
font-size: 13px;
}


div.squarebanner
{
padding: 10px;
background: url('images/squarebanner.png') ;
height: 150px;
width: 170px;	
float: right;
font-size: 12px;
}

div.squarebanner h2
{
margin: 0px;
padding: 0px;
font-size: 13px;
}


#footer
{
background: url('images/footer.png') repeat-x;
clear: both;
height: 150px;
background-color: #4F0F0F;
}



