div.topout, div.top, div.bottom, div.bottomin{ behavior: url(iepngfix.htc) }
body{
	background:url(site_back.jpg) repeat #070B0A center top;
}
div.space{
	background:#0D0D0D;
	height:20px;
}
div.topspace{
	height:50px;
}
div.bottomspace{
	height:20px;
}
div.topout{
	background:url(site_back_top.png) repeat-x center bottom;
}
div.top{
	background:url(site_top.png) no-repeat center top;
	height:70px;
}
div.back{
}
div.middle, div.bottomin, div.top{
	width:910px;
}
div.middleout{
	background:#0D0D0D;
}
div.center{
	width:625px;
}
div.left{
	width:240px;
	margin-top:20px;
	margin-left:18px;
}
div.text{
	padding:6px 18px;
}
div.middle{
	background:url(site_body.png) repeat-y;
}
div.middlein{
	background:url(site_top.jpg) no-repeat;
}
div.bottom{
	background:url(site_back_bottom.png) repeat-x top center;
	height:35px;
}
div.bottomin{
	background:url(site_bottom.png) no-repeat;
	height:35px;
}
/*    Boxy    */
div.boxtop, div.boxbody, div.boxbottom{
	padding:5px;
}
div.boxtop{
	background:url(site_menu.png) no-repeat;
	padding:5px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
div.boxbody{
	background:#1A1A1A;
	margin:4px 5px;
	padding:7px 10px;
}
div.box{
	margin-bottom:10px;
}
/*    Menu    */
div#menu{
	margin:0;
	padding:0;
	padding-left:0px;
	padding-bottom:20px;
}
#menu a{
	padding:6px;
	padding-bottom:9px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	background: url(site_menu.png) no-repeat;
	text-align:center;
	text-decoration:none;
}
#menu a:hover{
	color:#000000;
	text-decoration:none;
	background: url(site_menu_hover.png) no-repeat 0px 0px;
}
#menu ul{
	height:28px;
	padding:0;
}
#menu h2{
	padding:0px;
	margin:0px;
}
#menu ul.sub{
	margin:0;
	margin-left:-1px;
	padding:0;
	width:200px;
	border-top:1px solid #3A3A3A;
}
#menu ul.sub a{
	padding:3px;
	margin:0px;
	background: url(site_menu.png) no-repeat 0px -2px;
	text-align:left;
	padding-left:15px;
	border:1px solid #3A3A3A;
	border-top:none;
}
#menu ul.sub a:hover{
	margin:0px;
	background: url(site_menu_hover.png) no-repeat 0px -2px;
	text-align:left;
	padding-left:15px;
}