body
{
background-image:url(../images/background.png);
margin-top:52px;
}

#header
{
width:801px;
height:26px;
margin:auto;
}

	
	#header_left
	{
	width:308px;
	height:20px;
	float:left;
	text-align:center;
		padding-top:6px;
	}
	
	#header_right
	{
	width:493px;
	height:20px;
	background-image:url(../images/bg_navigation.png);
	float:right;
	text-align:center;
	padding-top:6px;
	}

#container_top
{background-image:url(../images/container_top.png);
width:801px;
height:22px;
margin:auto;
}

#container
{
width: 801px;
margin: 0 auto;
background-color: #25201C;
background-image:url(../images/background_white.jpg);

}


#content
{
	width: 585px;
	float: left;
	padding: 5px 10px;
	text-align: left;

}

#sidebar
{

width: 125px;
float: right;
padding: 0px 60px 10px 10px;
}

#footer
{
padding: 10px 0;
font-size: 11px;
text-align: center;
color: #383330;
background-color:#666;
clear: both;
}
