img {
	border: none;
}

body {
	background-image: url(../img/asds/layout/bg.jpg);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#mainBody {
	width: 820px;
	margin: 0px auto 0px auto;
	background-image: url(../img/asds/layout/body_back.jpg);
	background-repeat: repeat-y;
}

#header {
	width: 820px;
	height: 70px;
	background-image: url(../img/asds/layout/header.jpg);
}

#header h1 {
	display: none;
}

#content {
	margin: 10px 0px 0px 35px;
	text-align: left;
}



#top {
	width: 800px;
}

#bottom {
	position: relative;
	top: -85px;
}

#asds_presents {
	float: left;
	width: 370px;
	height: 271px;
	background-image: url(../img/asds/layout/asds_presents.jpg);
}

#asds_presents span {
	display: none;
}

#brochure_spread {
	margin: 0px 0px 0px 0px;
	float: left;
	width: 420px;
	height: 320px;
	background-image: url(../img/asds/layout/brochure_spread.png);
	background-repeat: repeat-y;
}

*html #brochure_spread {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/asds/layout/brochure_spread.png', sizingMethod='crop');
}


#center {
	width: 800px;
}

#text {
	font-size: 12px;
	width: 370px;
	margin: 40px 0px 0px 0px;
	float: left;
}

#order_form {
	float: left;
	margin: 90px 0px 0px 20px;
}

#intro {
	color: #333333;
	font-weight: bold;
}

#brochures {
	position: relative;	
	float: left;
	width: 502px;
	margin: 5px 0px 0px 0px;
}

#bro-back {
	position: relative;
	top: -30px;
	float: left;
	width: 225px;
	height: 452px;

}

*html #brochures {

}

.brochure {
	width: 96px;
	height: 198px;
	background-image: url(../img/asds/layout/brochure_back.jpg);
	background-repeat: no-repeat;
	float: left;
}

.brochure img {
	margin-top: 7px;
	margin-left: 7px;
}

#footer {
	width: 820px;
	height: 37px;
	background-image: url(../img/asds/layout/footer.jpg);
}


