html,body {
	margin:0;
	background:#FFF;/* #F9CB28 */
}

#root {
	margin:0 auto;
	width:1173px;
}

#main {
	width:800px;/* 803px */
	float:left;
	background:#FFF;
}

#sidebar_left {
	width:185px;
	height:665px;
	float:left;
	margin-top:0px;
}

#sidebar_left a {
	text-transform:none;
}

#sidebar_left img {
	border:none;
}

#sidebar_right {
	width:185px;
	height:665px;
	float:left;
	margin-top:0px;
}

#sidebar_right a {
	text-transform:none;
}

#sidebar_right img {
	border:none;
}

#footer {
	background:#fff;
}