html, body
{
	margin: 0;
	background: #270c05;
}
#container
{
	width: 1024px;
	margin: 0 auto;
}
#header
{
	width: 100%;
/*	height: 169px;*/
}
#nav
{
	width: 100%;
	background: #36BFB2;
	height: 28px;
}
#sidebar
{
	float: left;
	width: 421px;
	height: 597px;
}
#content_wrapper {
	float: left;
	width: 603px;
	height: 597px;
	background: #5E0000;
}
#content
{
	margin: 50px 50px 35px 75px;
}
#footer
{
	width: 100%;
	clear: both;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	background: #503224;
}

