div.middletop, div.bottomcover, div#menu a, div.boxtop{ behavior: url(iepngfix.htc) }
html{
	background:url(site_back.jpg) repeat-x #000 center top;
	background-attachment:fixed;
	_background-attachment:scroll;
}
body{
	background:url(site_top_back.jpg) no-repeat center top;
	background-attachment:fixed;
	_background-attachment:scroll;
}
div.middle{
	width:900px;
	padding-top:210px;
}
div.center{
	width:575px;
}
div.left{
	width:268px;
	margin-left:40px;
	padding-top:225px;
	_margin-left:10px;
}
div.text{
	margin:0px 10px 0px 5px;
	padding:18px;
	padding-bottom:0;
}
div.middletop{
	background:url(site_body_top.png) no-repeat;
	height:35px;
}
div.middletop2{
	background:url(site_top3.jpg) no-repeat;
	height:30px;
}
div.middlecards{
	background:url(site_body_cards.jpg) no-repeat 0 -10px;
}
div.middlein{
	background:url(site_body.jpg) repeat-y 0 25px;
}
div.bottomcover{
	background:url(site_bottom.png) no-repeat;
	height:50px;
}
div.bottomin{
	background:#000;
	height:50px;
}
/*    Boxy    */
div.boxtop, div.boxbody, div.boxbottom{
	padding:5px;
}
div.boxtop{
	background:url(site_box_top.png) no-repeat;
	padding:6px;
	color:#FF6C1E;
	font-weight:bold;
	text-align:center;
}
div.box{
	padding-bottom:10px;
}
/*    Menu    */
div#menu{
	position:absolute;
	top:30px;
	margin-left:30px;
	width:270px;
}
#menu a{
	padding:7px 6px 9px 30px;
	color:#FF6C1E;
	font-size:12px;
	font-weight:bold;
	background: url(site_menu.png) no-repeat;
	text-align:left;
	text-decoration:none;
}
#menu a:hover{
	color:#000000;
	_color:#FFF;
	text-decoration:none;
	background: url(site_menu_hover.png) no-repeat 0px 0px;
}
#menu ul{
	height:30px;
	padding:0;
}
#menu h2{
	padding:0px;
	margin:0px;
}
#menu ul.sub{
	margin:0;
	margin-left:-1px;
	padding:0;
}
#menu ul.sub a{
	padding:3px;
	margin:0px;
	background: url(site_menu.png) no-repeat 0px -2px;
	text-align:left;
	padding-left:15px;
}
#menu ul.sub a:hover{
	margin:0px;
	background: url(site_menu_hover.png) no-repeat 0px -2px;
	text-align:left;
	padding-left:15px;
}
