/* general reset */
body{
	margin:0;
	font:13px/16px Arial, Helvetica, sans-serif;
	color:#2d2d2d;
	background:#fff;
	min-width:980px;
}
img { border-style: none; }
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
a{
	color:#8C1F58;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	color:#3f3f3f;
	font:11px/16px Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
/* wrapper */
#wrapper{
	overflow:hidden;
	width:100%;
	background:url(../images/bg-body.gif) 50% 0;
}
.w1{
	overflow:hidden;
	width:100%;
	background:url(../images/bg-header.gif) repeat-x 50% 0;
}
.wrapper-b{
	overflow:hidden;
	width:100%;
	height:100px;
	position:relative;
	margin:-100px 0 0;
}
.wrapper-b div{
	background:url(../images/bg-wrapper-b.png) repeat-x;
	height:100%;
}
/* page */
#page{
	overflow:hidden;
	width:100%;
	position:relative;
	z-index:2;
}
.page-w1{
	width:1030px;
	position:relative;
	float:left;
	left:50%;
}
.page-w2{
	width:1030px;
	position:relative;
	float:left;
	left:-50%;
	padding:37px 0 0;
}
/* header */
#header{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	height:37px;
	text-align:center;
	font-size:15px;
	color:#fff;
	font-weight:bold;
}
#header a{color:#fff;}
/* main */
#main{
	overflow:hidden;
	width:100%;
	background:url(../images/bg-main-t.png) no-repeat;
	padding:134px 0 0;
}
.main-holder{
	width:100%;
	background:url(../images/bg-main.png) repeat-y;
}
.main-holder:after{
	clear:both;
	display:block;
	content:"";
}
/* container */
.container{
	overflow:hidden;
	height:1%;
	position:relative;
	top:-134px;
	margin:0 0 -134px;
	padding:0 27px 17px 35px;
}
/* sidebar */
#sidebar{
	float:left;
	width:220px;
	padding:62px 0 0;
}
/* two-columns */
.two-columns{
	float:right;
	width:715px;
}
/* content */
#content{
	float:left;
	width:465px;
	line-height:normal;
}
#content a{
text-decoration:underline;
}
#content a:hover{
text-decoration:none;
}
/* aside */
.aside{
	float:right;
	width:200px;
}
/* footer */
#footer{
	overflow:hidden;
	width:100%;
	border-top:1px solid #c8c0a7;
	padding:9px 0 50px;
	text-align:center;
}