@charset "utf-8";
/* CSS Document */

#join-form table {
	width: 930px;
	margin: 0 auto;
}

#join-form-bg {
	background: url(../img/join-form_02.gif) top repeat-y;
	width: 465px;
	font-size: 12px;
	color: #000;
}

#join-form-bg form {
	width: 400px;
	margin: 0 auto;
}

#promo-box-bg {
	background: url(../img/promo-box_01.jpg) top no-repeat;
	width: 1000px;
	height: 430px;
}

#promo-box-bg p#line1 {
	font-size: 28px;
	font-weight: bold;
	color: #dac395;
	text-align: center;
	padding: 10px 0 0 0;
}

#promo-box-bg p#line2 {
	font-size: 62px;
	font-weight: bold;
	text-transform: uppercase;
	color: #dd0000;
	text-align: center;
}

#promo-box-bg p#line3 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

#promo-box-bg p#line4 {
	font-size: 15px;
	text-align: center;
	padding: 10px 15px 0 15px;
}

#promo-box-bg p#line5 {
	font-size: 20px;
	font-weight: bold;
	color: #dac395;
	text-align: center;
	padding: 10px 0 0 0;
}

#promo-box-bg table {
	width: 960px;
	margin: 10px auto 0 auto;
}

#promo-box-bg table p {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 20px 0;
}

#signup a:link {
	width: 712px;
	height: 102px;
	display: block;
	background:url(../img/signup.gif) top no-repeat;
	margin: 10px auto 0 auto;
}

#signup a:visited {
	width: 712px;
	height: 102px;
	display: block;
	background:url(../img/signup.gif) top no-repeat;
	margin: 10px auto 0 auto;
}

#signup a:hover {
	width: 712px;
	height: 102px;
	display: block;
	background:url(../img/signup-hover.gif) top no-repeat;
	margin: 10px auto 0 auto;
}

/* footer */

#footer {
	margin: 30px 0 0 0;
}

#footer-nav-bg {
	background: url(../img/join-footer_03.png) top no-repeat;
	width: 1000px;
	height: 84px;
}

#footer-nav-bg table {
	width: 960px;
	margin: 0 auto;
}

#footer-nav {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #dd0000;
	padding: 19px 0 0 0;
	margin: 0;
}

#footer-nav a:link {
	color: #fff;
	text-decoration: none;
}

#footer-nav a:visited {
	color: #fff;
	text-decoration: none;
}

#footer-nav a:hover {
	color: #fff;
	text-decoration: underline;
}

#copyright {
	font-size: 10px;
	color: #d28383;
	text-align: right;
	padding: 14px 0 0 0;
	margin: 0;
}

/* /footer */