div.main { behavior: url(iepngfix.htc) }
body {
	background: url(site_back.png) repeat-x #8CC4FB;
	color:black;
}
div.centertop{
	width:910px;
	background: url(site_top.jpg) no-repeat;
	height:260px;
}
div.main{
	width:910px;
	overflow:hidden;
	margin:auto;
	background: url(site_body.png) repeat-y;
}
div.copy{
	height:20px;
	overflow:hidden;
	padding-top:13px;
	_padding-top:18px;
	&padding-top:18px;
}
div.mainbottom{
	width:910px;
	height:40px;
	margin:auto;
	background: url(site_bottom.png) no-repeat;
}
div.left{
	width:215px;
	margin-left:5px;
	_margin-left:2px;
}
div.center{
	width:675px;
	margin-right:12px;
	_margin-right:6px;
	overflow:hidden;
}
div.boxtop{
	background: url(site_box_top.png) repeat;
	height:10px;
}
div.boxbottom{
	background: url(site_box_bottom.png) no-repeat top;
	height:30px;
}
div.boxbody{
	background: url(site_box_body.png) repeat-y;
	overflow:hidden;
}
div.boxbody#menu{
	overflow:visible;
}
div.text{
	padding:10px 15px 10px 15px;
}
div.menutext{
	padding:0px 7px 0px 7px ;
	font-size:14px;
}
div.end{
	height:0px;
	_padding-bottom:10px;
}
div.btext{
	margin:10px 10px 10px 10px ;
	padding-top:1px;
	font-size:12px;
	line-height:130%;
	overflow:hidden;
}
div#menu{
	width:205px;
	padding-left:5px;
}
#menu a{
	padding:7px;
	color:#E6E6E6;
	font-size:12px;
	font-weight:bold;
	background: url(site_menu.png) no-repeat;
	padding-left:25px;
}
#menu a:hover{
	color:#333333;
	text-decoration:none;
	background: url(site_menu_hover.png) no-repeat;
}
#menu ul{
	text-align:left;
	height:29px;
	margin-left:-1px;
	padding:0;
	margin-bottom:0px;
	_margin-bottom:-1px;
}
#menu h2{
	padding:0px;
	margin:0px;
	text-align:left;
	padding:1px;
	_margin-top:-7px;
}
#menu h2:hover{
}
#menu ul.sub a{
	padding-top:3px;
	padding-bottom:3px;
	background: url(site_menu.png) no-repeat -5px;
}
#menu ul.sub a:hover{
	background: url(site_menu_hover.png) no-repeat -5px;
}