@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/backer_body.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	text-decoration: none;
	color: #aa7300;
}
a:hover {
	text-decoration: underline;
}
a span {
	display: none;
}
p {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #777;
	padding: 0px;
	margin: 5px 0px 15px 0px;
}
.main {
	position: relative;
	width: 745px;
	height: 700px;
	margin: 0px auto 20px auto;
	background-image: url(../images/backer_main.jpg);
	background-repeat: no-repeat;
}
.mainFAQ {
	position: relative;
	width: 665px;
	padding: 140px 40px 30px 40px;
	margin: 0px auto 20px auto;
	background-image: url(../images/backer_main_faq.jpg);
	background-repeat: no-repeat;
}
.linkFAQ {
	position: absolute;
	top: 110px;
	right: 260px;
	display: block;
	width: 90px;
	height: 90px;
}
.linkRelease {
	position: absolute;
	top: 110px;
	left: 280px;
	display: block;
	width: 90px;
	height: 90px;
}
.pQuestion {
	background-image: url(../images/drop_q.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding: 10px 0px 15px 50px;
	border-top: 1px #ccc solid;
	color: #777;
	font-weight: bold;
	font-size: 14px;
}
.pAnswer {
	background-image: url(../images/drop_a.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 15px 50px;
}
.mainRelease {
	position: relative;
	width: 665px;
	padding: 140px 40px 30px 40px;
	margin: 0px auto 20px auto;
	background-image: url(../images/backer_main_release.jpg);
	background-repeat: no-repeat;
}