body,html{
	background:#ECDB94;
}
div.back{
	background:url(site_back.png) repeat-x #FFF center top;
}
div.bottom{
	background:url(site_back_bottom.png) repeat-x center top;
}
div.middle, div.bottomin{
	width:910px;
	overflow:hidden;
}
div.cr{
	float:right;
}
div.cl{
	float:left;	
}
div.text{
	margin:0px 0px 10px 0px;
	padding:18px 0px;
	padding-bottom:5px;
}
div.middle{
	background:url(site_top.png) no-repeat;
}
div.middlein{
	padding-top:125px;
}
div.bottomin{
	background:url(site_bottom.jpg) no-repeat;
	height:50px;
}
div.bottom{
}
/*    Boxy    */
div.boxbottom{
	background:url(site_box_bottom.png) no-repeat left bottom;
	height:10px;
}
div.boxtop{
	background:url(site_box_top.png) no-repeat;
	padding:4px;
	padding-top:6px;
	font-weight:bold;
	text-align:center;
	_width:215px;
}
div.box{
	margin-bottom:20px;
	background:url(site_box_body.png) repeat-y;
}
div.nb{
	background:url(site_box_body.png) repeat-y !important;
}
div.boxbody{
	background:url(site_box_body_top.png) no-repeat;
	_width:190px;
	padding:10px 20px 0px 20px;
}
/*    Menu   */ 
div#menu{
	margin-bottom:1px;
	width:540px;
	padding-left:10px;
	padding-right:10px;
	position:absolute;
	left:50%;
	margin-left:-110px;
	top:85px;
}
#menu a{
	padding:8px;
	color:#803300;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	background:url(transparent.png) repeat;
}
#menu a:hover{
	color:#202020;
	text-decoration:none;
}
#menu ul{
	height:38px;
	padding:0;
	&white-space:nowrap
}
#menu h2{
	padding:0px;
	margin:0px;
}
#menu ul.sub{
	margin:0;
	padding:0;
	white-space:normal;
	width:150px;
	margin-left:-15px;
	border-top:1px solid #EEE;
}
#menu ul.sub a{
	background:#FFF;
	padding:4px 6px;
	text-align:left;
	border:1px solid #EEE;
	border-top:none;
}
#menu ul.sub a:hover{
	margin:0px;
	background:#EEE;
	text-align:left;
}*/
