body{
	margin:0;
	background:#582242 url(../images/bg-body.jpg) repeat-x;
	font:13px/18px Arial, Helvetica, sans-serif;
	color:#252424;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#fff;
}
a:hover{text-decoration:underline;}

#main{
	width:843px;
	overflow:hidden;
	margin:0 auto;
	padding:0 0 50px 0;
}
.top{
	width:100%;
	overflow:hidden;
	padding:35px 0 0;
	background:url(../images/bg-main-top.jpg) no-repeat;
}
.center{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-content.png) repeat-y;
}
.bottom{
	width:100%;
	overflow:hidden;
	height:15px;
	background:url(../images/bg-content-bottom.png) no-repeat;
}
#header{
	width:100%;
	height:134px;
	position:relative;
}
.logo{
	display:block;
	overflow:hidden;
	position:absolute;
	top:47px;
	left:44px;
}
.logo a{
	display:block;
	width:323px;
	height:50px;
	text-indent:-9999px;
	background:url(../images/logo.png) no-repeat;
}
#content-holder{
	width:100%;
	overflow:hidden;
	padding:0 0 10px 0;
}
#menu{
	margin:0;
	float:left;
	padding:12px 0 12px 23px;
	list-style:none;
	width:820px;
	background:url(../images/bg-menu.png);
}
#menu li{
	float:left;
	font-size:15px;
	line-height:20px;
	padding:0 16px 0 22px;
	background:url(../images/bg-menu-line.gif) no-repeat 0 55%;
}
#menu li:first-child{
	background:none;
}
#menu li a{
	color:#c7d896;
	position:relative;
}
#menu li a:hover, #menu li a.active{
	color:#fff;
	text-decoration:none;
}
.content{
	float:left;
	width:760px;
	padding:44px 0 51px 44px;
}
.text{
	float:left;
	width:445px;
}
.text h2{
	margin:0;
	font-size:17px;
	line-height:22px;
	color:#681749;
}
.text p{
	margin:18px 0 0;
}
.contact{
	float:right;
	width:266px;
	padding:6px 0 0;
}
.contact-top{
	width:100%;
	height:15px;
	overflow:hidden;
	background:url(../images/bg-contact-top.png) no-repeat;
}
.contact-center{
	width:232px;
	padding:5px 9px 15px 24px;
	overflow:hidden;
	background:url(../images/bg-contact.png) repeat-y;
}
.contact-center h2{
	margin:0 0 8px 0;
	font-size:18px;
	color:#681749;
	font-weight:normal;
}
.contact-center p{
	margin:0;
	color:#525252;
	font-size:14px;
	line-height:16px;
}
.contact-center p a{
	color:#813e69;
	text-decoration:underline;
}
.contact-center p a:hover{
	text-decoration:none;
}
.contact-bottom{
	width:100%;
	height:15px;
	overflow:hidden;
	background:url(../images/bg-contact-bottom.png) no-repeat;
}
#footer{
	width:800px;
	margin:0 auto;
	clear:both;
	background:url(../images/bg-footer-center.gif) repeat-y;
}
.footer-top{
	width:100%;
	background:url(../images/bg-footer-top.gif) no-repeat;
}
.footer-bottom{
	width:745px;
	overflow:hidden;
	padding:16px 19px 16px 17px;
	background:url(../images/bg-footer-bottom.gif) no-repeat 0 100%;
}
.left{
	float:left;
	width:415px;
}
.left p{
	margin:0;
	font-size:12px;
	line-height:15px;
	color:#000;
}
.footer-bottom a{
	float:right;
	font-size:12px;
	line-height:15px;
	color:#000;
	text-decoration:underline;
}
.footer-bottom a:hover{
	text-decoration:none;
}