body,
html {
	background:#4c4646;
	color:#000;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	margin:0;
	padding:0;
}
body {
	min-width:855px;
	padding-bottom:20px;
	text-align:center;
}

#wrap {
	background:#211b1b;
	font-size:12px;
	line-height:16px;
	margin:0 auto;
	padding:8px 10px;
	text-align:left;
	width:835px;
}

#header {
	/*
	background:url('../img/header.gif') no-repeat #211b1b;
	display:block;
	height:75px;
	width:835px;
	*/
}

#wrapper-nav {
	background:url('../img/bg_nav.gif') repeat-x #990100;
	height:28px;
	padding-top:5px;
	_height:33px;
	_padding-top:0px;
	width:835px;
}

#content {
	background:url('../img/bg_content.gif') repeat-y;
	display:block;
	width:835px;
}
#content:after,
ul#listing li:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
#content, ul#listing li {display:inline-block;}
/* Hides from IE-mac \*/
* html #content, *html ul#listing li {height: 1%;}
#content, ul#listing li {display:block;}
/* End hide from IE-mac */

#main {
	float:left;
	width:594px;
}
#main .gradient {
	background:url('../img/bg_main.gif') no-repeat;
	height:21px;
	width:594px;
}
#main .entry {
	padding:0 20px 20px 20px;
}

#sidebar {
	color:#7c1c20;
	float:right;
	width:241px;
}
#sidebar .gradient {
	background:url('../img/bg_sidebar.gif') no-repeat;
	height:21px;
	width:241px;
}
#sidebar .entry {
	padding:0 20px 10px 20px;
}

#footer {
	color:#e8ded4;
	clear:both;
	font-size:10px;
	text-align:center;
}
