html {
	background:#660000;
}
body {
	text-align:center;
	color:#fff;
	border:0;
	margin:0;
	padding:0;
	font-family: Verdana, Tahoma, Arial, Serif;
}
h1 {
	color: #660000;
	text-align:center;
	margin:10px 20px 0 20px;
	padding:10px;
	background: #f1f1f0;
	border:solid 1px #d1d1d1;
}
table {
	margin: 10px auto;
	color:#747474;
}
img, div, p {
	border:0;
	margin:0;
	padding:0;
}
a:link, a:active, a:visited {
	color:#ff2c2c;
}
a:hover {
	color:#f70303;
}
#header {
	width:1000px;
	margin:0 auto;
	position:relative;
	background:#e7e6e5;
}
#header_text {
	position: absolute;
	top:12px;
	right:18px;
	width:610px;
	height:100px;
	font-size:1.1em;
	color:#454545;
	text-align:justify;
}
#main {
	width:1000px;
	margin:0 auto;
	background:#e7e6e5;
	overflow:hidden;
}
#joinlink {
	position:absolute;
	display:block;
	width:300px;
	height:72px;
	right:6px;
	bottom:0;
	background: url('/design_02/images/join.png') top left no-repeat;
}
#joinlink:hover {
	background-position:0 -72px;
}
#memberlink {
	position:absolute;
	display:block;
	width:300px;
	height:72px;
	right:318px;
	bottom:0;
	background: url('/design_02/images/members.png') top left no-repeat;
}
#memberlink:hover {
	background-position:0 -72px;
}
#left {
	float:left;
	width:371px;
	margin:0 -371px 10px 0;
	padding:0;
	border:0;
}
#leftmem {
	float:left;
	width:371px;
	margin:0 -371px 0 0;
	padding:0;
	border:0;
}
#right {
	margin:0 0 10px 371px;
	padding:0;
	border:0;
	width:629px;
}
#rightmem {
	margin:0 0 0 371px;
	padding:0;
	border:0;
	width:629px;
}
#left_text {
	background:url('/design_02/images/join_11.jpg') top left repeat;
	width:371px;
	margin:0;
	padding:0;
	border:0;
	color:#747474;
}
#right_text {
	background:url('/design_02/images/join_12.jpg') top left repeat;
	margin:0;
	padding:0;
	border:0;
	width:629px;
	color:#747474;
}
#left_text div, #right_text div {
	padding:20px;
}
#left_text div h2 {
	font-size:1.2em;
	color: #660000;
	padding-bottom:20px;
}
#left_text div p {
	display:block;
	border:solid 1px #d1d1d1;
	font-size:1.1em;
	margin:20px 10px;
	padding:10px;
	text-align:justify;
	color: #660000;
}
#left_text td div, #right_text td div {
	padding:0;
}
.headnotes {
	color: #660000;
	text-align:center;
	margin:0 0 10px 0;
	padding:0;
	font-size:1.1em;
}
.sample {
	background:#fff;
	border:solid 3px #d1d1d1;
	margin:20px;
}
.sample div {
	overflow:hidden;
}
.sample h2 {
	color:#454545;
	margin-left:10px;
	text-align:justify;
}
.sample h3 {
	display:block;
	width:937px;
	height:57px;
	margin:10px auto 10px auto;
	z-index:100;
}
.sample h3 a.gbutt {
	position:relative;
	top:-30px;
	left:0;
	width:937px;
	height:57px;
	display:block;
	margin-bottom:-15px;
	background: url('/design_02/images/button_get_access.png') top left no-repeat;
	z-index:500;
}
.sample h3 a.gbutt:hover {
	background-position:0 -57px;
}
.sample p {
	color:#747474;
	margin:10px;
	text-align:justify;
}
.sample p.tojoin {
	text-align:right;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:10px;
}
.sample img {
	width:220px;
	height:220px;
	float:left;
	margin-left:0;
	margin-right:10px;
	margin-bottom:10px;
	border: solid 1px #d1d1d1;
}
.sample img.bthumb {
	width:450px;
	height:500px;
	margin-left:10px;
}
.join table {
	margin:0;
}