body,html{
	background:url(site_back.png) repeat-x center top;
}
div.back{
}
div.middle, div.bottomin{
	width:910px;
	overflow:hidden;
}
div.center{
	width:630px;
	overflow:hidden;
}
div.right{
	width:260px;
	margin-right:10px;
	_margin-right:5px;
	margin-top:5px;
	overflow:hidden;
}
div.text{
	margin:0px 0px 0px 10px;
	padding:18px;
}
div.middle{
	background:url(site_body.png) repeat-y;
}
div.middlein{
	background:url(site_top.jpg) no-repeat;
	padding-top:240px;
}
div.bottomin{
	background:url(site_bottom.png) no-repeat;
	height:50px;
}
div.bottom{
}
/*    Boxy    */
div.boxtop, div.boxbody, div.boxbottom{
	padding:5px;
}
div.boxtop{
	padding:5px;
	padding-left:15px;
	font-weight:bold;
	background:#EEEEEE;
	color:#005AAB;
}
div.box{
	padding:6px;
}
div.boxbody{
}
/*    Menu   */ 
div#menu{
	margin-bottom:1px;
	width:870px;
	position:absolute;
	left:50%;
	top:191px;
	margin-left:-435px;
}
#menu a{
	padding:13px 6px 13px 6px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
}
#menu a:hover{
	color:#000000;
	text-decoration:none;
}
#menu ul{
	padding:0;
	background:url(site_menu.png) repeat-x;
}
#menu ul:hover{
	background:url(site_menu_hover.png) repeat-x;
}
#menu h2{
	padding:0px;
	margin:0px;
}
#menu ul.sub{
	margin:0;
	padding:0;
	white-space:normal;
	width:160px;
	height:15px;
	margin-top:-1px;
	&margin-top:-2px;
}
#menu ul.sub a{
	background: url(site_menu.png) #00539B repeat-x 0px -10px;
	text-align:left;
	padding:3px;
	padding-left:10px;
}
#menu ul.sub a:hover{
	background: url(site_menu_hover.png) #8B6600 repeat-x 0px -10px;
	margin:0px;
	text-align:left;
	color:#000000;
}
div#anim{
	width:610px;
	height:191px;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-425px;
}
div.breadcrumb{
	padding:0px 5px 5px 5px;
	font-size:11px;
}