body {
	background: rgb(241,240,229) url(/interface/bg-1.png) repeat-x 0px 0px;
	color:#fff;
}
a {	
	color:#fff;
}
hr {
	display:none;
}
/*#cg_head,#cg_menu,#cg_body,#cg_content,#cg_sbar,#cg_foot {
	border:1px solid #bcc9b8;
}*/
#cg_page {
	background-color:#fff;
	margin:0 auto;
	width:800px;
}
#cg_head {
	height:100px;
	background: url(/interface/bg-head.png) repeat-x center top;
}
#cg_menu {
	height:20px;
	background:#1c1c1c url(/interface/bg-menu.png) repeat-x center top;
	border-left:1px solid #898882;
	border-right:1px solid #898882;
	border-bottom:1px solid #898882;
}
#cg_body {
	background: url(/interface/bg-body.png) no-repeat 50% 100%;
	border-bottom:1px solid #cecdcb;
	border-left:1px solid #cecdcb;
	border-right:1px solid #cecdcb;
	min-height:800px;
	position:relative;
}
#cg_content {
	margin:0px 296px 160px 20px;
	padding-top:50px;
}
#cg_sbar {
	position:absolute;
	top:50px;
	right:20px;
	width:254px;
	min-height:350px;
	background:url(/interface/bg-sbar.png) repeat-y 0 0;
	padding:10px 0;
}
#cg_foot {
	position:relative;
	height:25px;
	background-color:rgb(241,240,229);
}
.left {
	position:absolute;
	left:0;
	top:0;
}
.right {
	position:absolute;
	right:0;
	top:0;
}
.mb {
	margin-bottom:20px !important;
}
.cb {
	clear:both;
}















