body,html{
	background:url(site_back.png) #24211D repeat-x center top;
}
div.middle, div.bottomin{
	width:930px;
	overflow:hidden;
}
div.center{
	background:url(site_page.png) no-repeat -2520px -5px;
	width:500px;
	overflow:hidden;
}
div.holder{
	width:705px;
	overflow:hidden;
	&margin-top:-1px;
}
div.holderfull{
	width:905px;
	overflow:hidden;
	&margin-top:-1px;
}
div.pageback{
	background:url(site_page.png) repeat-y -910px;
	margin:0 10px;
	*margin-top:1px;
}
div.pagebackfull{
	background:url(site_page.png) repeat-y;
	margin:0 10px;
	*margin-top:1px;
}
div.pagebottom{
	background:url(site_page.png) no-repeat -2520px 0;
	height:5px;
	width:500px;
	margin-left:215px;
	font-size:0;
}
div.pagebottomfull{
	background:url(site_page.png) no-repeat -1820px 0;
	height:5px;
	width:700px;
	margin-left:215px;
	font-size:0;
}
div.holderfull div.center{
	background:url(site_page.png) no-repeat -1820px -5px;
	width:700px;
	overflow:hidden;
}
div.left{
	width:200px;
	margin-top:8px;
}
div.right{
	width:200px;
	margin-top:8px;
	overflow:hidden;
}
div.text{
	padding:12px 16px;
}
div.middle{
	background:url(site_body.png) repeat-y;
}
div.middlein{
	background:url(site_top.jpg) no-repeat;
	padding:260px 0px 0px 0px;
}
div.bottomin{
	background:url(site_bottom.png) no-repeat;
	height:60px;
}
div.bottom{
}
/*    Boxy    */
div.boxtop{
	font-weight:bold;
	background:url(site_box_top.png) no-repeat;
	color:#fff;
	text-align:center;
	font-size:13px;
	padding:7px 5px 8px 5px;
}
div.boxbottom{
}
div.boxbody{
	padding:7px;
	color:#FFF;
}
div.boxbody a, div.boxbody a:hover{
	color:#FFF;
}
div.box{
	margin-bottom:15px;
}
/*    Menu   */ 
div#menu{
	width:900px;
	position:absolute;
	top:210px;
	margin-left:5px;
}
#menu a{
	padding:10px 6px 10px 6px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
}
#menu a:hover{
	color:#fff;
	text-decoration:none;
}
#menu ul{
	padding:0;
	background:none;
}
#menu ul:hover{
	background:url(site_menu_hover.png) repeat-x;
}
#menu ul:hover a{
	color:#FFF;
}
#menu ul:hover ul.sub a{
	color:#fff;
}
#menu h2{
	padding:0px;
	margin:0px;
}
#menu ul.sub{
	margin:0;
	padding:0;
	white-space:normal;
	width:160px;
	height:15px;
	border-top:1px solid #8D363C;
	background:none;
}
#menu ul.sub a{
	background: url(site_menu.png) #7A151C repeat-x 0px -8px;
	text-align:left;
	padding:3px;
	padding-left:10px;
	border:1px solid #8D363C;
	border-top:none;
}
#menu ul.sub a:hover{
	background: url(site_menu_hover.png) #9E2A32 repeat-x 0px -8px;
	margin:0px;
	text-align:left;
	color:#FFF !important;
}
