body,html{
	background:url(site_back.png) repeat-x #27425D center top;
}
div.back{
}
div.middle, div.bottomin{
	width:990px;
	overflow:hidden;
}
div.center{
	width:690px;
	overflow:hidden;
}
div.right{
	width:247px;
	margin-right:40px;
	_margin-right:13px;
	overflow:hidden;
}
div.text{
	margin:75px 17px 0px 60px;
	padding:15px;
	padding-bottom:5px;
}
div.middle{
	background:url(site_body.png) repeat-y 0px 75px;
}
div.middlein{
	background:url(site_top.jpg) no-repeat;
	padding-top:325px;
}
div.bottomin{
	background:url(site_bottom.png) no-repeat;
	min-height:100px;
}
div.bottom{
}
/*    Boxy    */
div.boxtop{
	padding:35px 8px 8px 8px;
	color:#fff;
	font-weight:bold;
	background:url(site_box_top.png) no-repeat #63A51F;
	text-align:center;
}
div.boxbottom{
	background:url(site_box_bottom.png) no-repeat bottom;
	height:15px;
}
div.boxbody{
	background:url(site_box_body_top.png) no-repeat top;
	padding:7px 17px;
	color:#222;
}
div.box{
	background:url(site_box_body.png) repeat-y;
	width:240px;
	margin-bottom:20px;
}
div.loginbox{
	background:url(site_login_body.png) repeat-y;
}
div.loginbox div.boxtop{
	background:url(site_login_top.png) no-repeat #B81414;
}
div.loginbox div.boxbottom{
	background:url(site_login_bottom.png) no-repeat bottom;
}
div.loginbox div.boxbody{
	background:url(site_login_body_top.png) no-repeat top;
	text-align:center;
}
div.loginbox input{
	padding:2px 5px;
	_padding:2px 3px;
	border:1px solid #B81414;
}
div.loginbox input[type=submit]{
	background:#B81414;
	color:#FFF;
	margin-bottom:8px;
}
/*    Menu   */ 
div#menu{
	position:absolute;
	top:342px;
	left:50%;
	margin-left:-449px;
	width:640px;
}
#menu a{
	padding:4px;
	color:#FFCB05;
	font-size:12px;
	font-weight:bold;
	cursor:hand;
	text-align:center;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	white-space:nowrap;
	background:url(transparent.gif) repeat;
}
#menu a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
#menu ul{
	height:32px;
	padding:0;
	&white-space:nowrap
}
#menu h2{
	padding:0px;
	margin:0px;
}
#menu ul.sub{
	margin:0;
	padding:0;
	white-space:normal;
	width:140px;
	margin-left:-30px;
	border-top:1px solid #202020;
}
#menu ul.sub a{
	background:#151515;
	border:1px solid #202020;
	border-top:none;
	text-align:left;
}
#menu ul.sub a:hover{
	margin:0px;
	text-align:left;
	background:#000;
}
div#anim{
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-235px;
}
