html {
	background:#660000;
}
body {
	text-align:center;
	color:#fff;
	border:0;
	margin:0;
	padding:0;
	font:100%/1.2 Verdana, Tahoma, Arial, Serif;
}
h1 {
	color: #660000;
	text-align:center;
	margin:10px 20px 0 20px;
	padding:10px;
}
table {
	margin: 10px auto;
	color:#747474;
}
img, div, p {
	border:0;
	margin:0;
	padding:0;
}
a:link, a:active, a:visited {
	color:#ff2c2c;
	text-decoration:underline;
}
a:hover {
	color:#f70303;
	text-decoration:none;
}
#header {
	width:1000px;
	margin:0 auto;
	position:relative;
	background:#e7e6e5;
	font-size:0px;
}
#header_text {
	position: absolute;
	top:12px;
	right:18px;
	width:610px;
	height:100px;
	font-size:18px;
	color:#454545;
	text-align:justify;
}
#header_menu {
	height:55px;
	overflow:hidden;
	width:1000px;
	margin:0 auto;
	padding:0;
	border:0;
}
#header_menu a, #header_menu img {
	float:left;
	margin:0;
	padding:0;
	border:0;
	display:block;
	height:55px;
}
#header_menu a#menu_home {
	background:url('/design_02/images/menu_home.png') top left no-repeat;
	width:166px;
}
#header_menu a#menu_next {
	background:url('/design_02/images/menu_nextpage.png') top left no-repeat;
	width:250px;
}
#header_menu a#menu_members {
	background:url('/design_02/images/menu_members.png') top left no-repeat;
	width:350px;
}
#header_menu a#menu_join {
	background:url('/design_02/images/menu_join.png') top left no-repeat;
	width:231px;
}
#header_menu a#menu_home:hover, #header_menu a#menu_next:hover, #header_menu a#menu_members:hover, #header_menu a#menu_join:hover {
	background-position:0 -55px;
}
#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;
	font-size:0px;
}
#leftmem {
	float:left;
	width:371px;
	height:724px;
	margin:0 -371px 0 0;
	padding:0;
	border:0;
	font-size:0px;
	background:url('/design_02/images/members_06.jpg') top left no-repeat;
}
#mem_menu {
	margin:0;
	padding:0;
	border:0;
	position:relative;
	top:12px;
	left:0;
	background:url('/design_02/images/members_menu.png') top left no-repeat;
	width:371px;
	height:55px;
}
#mem_menu a#b_home {
	display:block;
	position:absolute;
	border:0;
	margin:0;
	padding:0;
	width:143px;
	height:55px;
	top:0;
	left:0;
	background:url('/design_02/images/members_menu_home.png') top left no-repeat;
}
#mem_menu a#b_next {
	display:block;
	position:absolute;
	border:0;
	margin:0;
	padding:0;
	width:227px;
	height:55px;
	top:0;
	left:144px;
	background:url('/design_02/images/members_menu_next.png') top left no-repeat;
}
#mem_menu a#b_home:hover, #mem_menu a#b_next:hover {
	background:none;
}
#right {
	margin:0 0 10px 371px;
	padding:0;
	border:0;
	width:629px;
	font-size:0px;
}
#rightmem {
	margin:0 0 0 371px;
	padding:0;
	border:0;
	width:629px;
	font-size:0px;
}
#left_text {
	background:url('/design_02/images/join_11.jpg') top left repeat;
	width:371px;
	height:545px;
	margin:0;
	padding:0;
	border:0;
	color:#747474;
	font-size:16px;
}
#right_text {
	background:url('/design_02/images/join_12.jpg') top left repeat;
	margin:0;
	padding:0;
	border:0;
	width:629px;
	height:985px;
	color:#747474;
	font-size:14px;
}
#rightmem #right_text {
	height:695px;
}
#rightmem #right_text hr {
	width:429px;
	margin:30px 0 30px 100px;
}
#rightmem #right_text p.memjoin {
	margin-top:10px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
#rightmem #right_text p.memjoin  a{
	display:block;
	margin-top:10px;
	font-size:35px;
}
#left_text div, #right_text div {
	padding:10px 20px 20px;
}
#left_text div h2 {
	font-size:1.2em;
	color: #660000;
	padding-bottom:20px;
}
#left_text div p {
	display:block;
	border:0;
	border-top:solid 1px #d1d1d1;
	font-size:1em;
	margin:10px;
	padding:25px 10px 20px;
	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;
}
#footer {
	margin:0 auto 30px auto;
	width:1000px;
	height:132px;
	padding:0;
	border:0;
	position:relative;
	background:#e7e6e5;
}
#footer a {
	position:absolute;
	display:block;
	margin:0;
	padding:0;
	border:0;
	height:67px;
	width:325px;
	top:5px;
}
#footer a#bottom_join {
	left:20px;
	background:url('/design_02/images/bottom_join.png') top left no-repeat;
}
#footer a#bottom_next {
	right:20px;
	background:url('/design_02/images/bottom_nextpage.png') top left no-repeat;
}
#footer a#bottom_join:hover, #footer a#bottom_next:hover {
	background-position:0 -67px;
}
#footer #down_menu {
	display:block;
	position: absolute;
	bottom:0;
	left:0;
	width:1000px;
	height:33px;
	margin:0;
	padding:0;
	border:0;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	background:url('/design_02/images/menu_bottom_bg.jpg') top left repeat-x;
}
#footer #down_menu p {
	margin:10px 0 0 0;
	padding:0;
	border:0;
	color: #660000;
}
#footer #down_menu a {
	position:static;
	display:inline;
}

#joinf {
	width:400px;
	margin:10px auto;
	text-align:center;
}
#joinf label {
	width:150px;
	font-weight:bold;
	display:block;
	float:left;
	margin:0 -150px 0 0;
	padding: 2px 0 0 0;
}
#joinf input, #joinf select {
	margin:0 0 0 150px;
	vertical-align:middle;
}
#joinf input#lastname {
	margin:0;
}
#joinf input.short {
	width:100px;
}
#joinf input.long {
	width:220px;
}
#joinf select.long {
	width:225px;
}
#joinf #memtypes label {
	font-weight:normal;
	display:inline;
	float:none;
}
#joinf #memtypes input {
	margin:0 5px 0 0;
}
#joinf input[type=submit], #joinf input[type=image] {
	margin:10px 0;
}
#joininf {
	margin:20px 0 0 0;
	text-align:justify;
}
#joininf p {
	padding:5px 10px;
}
#joinf p {
	padding:2px 0;
}
#joinf p.join {
	text-align:justify;
}
#joinf p.tinfo {
	padding-bottom:15px;
}
#joinform p.phoneaccess, #joinform p.sms {
	text-align:center;
}
#joininf p {
	text-indent:10px;
}
#right_text div#mtype {
	float:left;
	width:150px;
	margin:10px -150px 10px 0;
	padding:0;
	border:0;
	font-weight:bold;
	text-align:left;
}
#right_text div#memtypes {
	margin:10px 0 10px 150px;
	width:250px;
	padding:0;
	border:0;
}
#memtypes hr {
	width:200px;
	margin:10px 0 10px 0;
}
#mem_block {
	width:400px;
	margin:0 auto;
	text-align:center;
}
#mem_block p {
	margin:0 0 10px 0;
	padding:0;
	border:0;
	overflow:hidden;
}
#mem_block p.entrance {
	font-size:30px;
	font-weight:bold;
	margin:50px 0 5px 0;
}
#mem_block p.iewarn {
	font-size:11px;
	margin:0 0 10px 0;
}
#mem_block p.mem_manage {
	font-size:13px;
	font-weight:bold;
	margin:0 0 10px 0;
}
#mem_block p.mem_desc {
	font-size:10px;
	margin:0 0 20px 0;
}
#mem_block p span {
	display:block;
	float:left;
	width:200px;
	margin:0;
}
#join_butt{
    background-color: #660000;
    color: #ffffff;
    width: 400px;
    font-size: 18px;
    padding: 4px;
	cursor:pointer;
}
#joinf p.bproc {
	padding-top:20px;
	font-size:12px;
}
