/*div.botin, div.midout, div.textmenu, div.menubot, div.boxtop{ behavior: url(iepngfix.htc) }*/
body{
	background:url(background.png) repeat-x #fff center top;
}
div.middle, div.bottomin{
	width:770px;
	padding: 0 95px 0 95px;
}
div.left{
	width:160px;
	padding: 0 20px 0 20px;
}
div.right{
	width:570px;
}
div.text{
	margin:0px;
	padding: 0 40px 0 40px;
}
div.middle{
	background:url(backgroundimg.jpg) no-repeat center top;
	padding-top:260px;
}
div.middlein{
	background:url(content-bg.png) repeat-y center top;
}
div.middlein-top{
	height: 37px;
	background:url(content-top.png) no-repeat center top;
	margin-bottom: 10px;
}
div.middlein-bottom{
	height: 29px;
	background:url(content-bottom.png) no-repeat center top;
}
div.bottomin{
	height:50px;
	text-align: center;
}
/*    Boxy    */
div.boxtop, div.boxbody, div.boxbottom{
}
div.boxtop{
	margin-bottom: 10px;
	color: #c2b46b;
	font-family: Georgia, "New York CE", utopia, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
div.box{
	margin-bottom: 30px;
}
/*    Menu    */
div#menu{
	margin:0;
	padding:0;
	padding-left:0px;
	padding-bottom:20px;
}
#menu a{
	color:#565655;
	font-size:11px;
	font-weight:bold;
	background: url(button.png) no-repeat;
	text-align:left;
	padding-left: 12px;
	text-decoration:none;
	line-height: 27px;
	font-family: Georgia, "New York CE", utopia, sans-serif;
}
#menu a:hover{
	color:#fff;
	text-decoration:none;
	background: url(button.png) no-repeat 0px -27px;
}
#menu ul{
	height:32px;
	padding:0;
}
#menu li {
	background: #c2b46b;
}
#menu h2{
	padding:0px;
	margin:0px;
	text-align:left;
}
#menu ul.sub{
	margin:0;
	padding:0;
	_margin-left: 1px;
}
#menu ul.sub li {
	border: 1px solid #c2b46b;
}
#menu ul.sub a{
	padding:3px;
	margin:0px;
	background: url(site_menu.png) no-repeat 0px -2px;
	text-align:left;
	padding-left:15px;
	color: #fff;
}
#menu ul.sub a:hover{
	margin:0px;
	background: #fff;
	text-align:left;
	padding-left:15px;
	color: #c2b46b;
}
