html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/main01/bg_page.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
p, h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
}
h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

a {
	color: #0033CC;
	text-decoration: underline;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}



#div-topmenu {
	background-color: #CC0000;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#div-topmenu a {
	color: #FFFFFF;
	text-decoration: none;
}
#div-topmenu a:hover {
	text-decoration: underline;
}
#div-header {
	padding: 0px;
	clear: both;
	height: 151px;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/main01/header01.png);
	background-repeat: no-repeat;
}
#div-header-members {
	padding: 0px;
	clear: both;
	height: 151px;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/main01/header01_members.png);
	background-repeat: no-repeat;
}

#div-content {
	padding: 0px;
	clear: both;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#div-content-oto {
	padding: 0px;
	clear: both;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

#div-body {
	padding: 0px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#div-subheadline {
	margin: 0px;
	padding-top: 122px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/main01/subheadline.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}




#div-footer {
	padding: 0px;
	clear: both;
	height: 60px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(../images/main01/footer01.png);
	background-repeat: no-repeat;
}
#div-menubottom {
	padding: 0px;
	clear: both;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	text-align: center;
}
#div-copyright {
	clear: both;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 11px;
	text-align: center;
	color: #666666;
}
#td-signupbox {
	margin: 0px;
	padding: 7px;
	background-color: #FEFEE6;
	border: 4px dashed #CC0000;
}
#div-membersmenu {
	clear: both;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #333333;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	color: #FFFFFF;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#div-membersmenu a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#div-membersmenu a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#div-affid {
	color: #FFFFFF;
	text-align: right;
	margin: 0px;
	font-size: 13px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#div-pagetitle {
	font-size: 25px;
	font-weight: bold;
	text-transform: capitalize;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	font-variant: small-caps;
	background-image: url(../images/main01/red_underline.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}


.submit-join {
	height: 53px;
	width: 273px;
	border: none;
	background-image: url(../images/main01/button_joinnow.png);
	background-repeat: no-repeat;
	background-color: #FEFEE6;
}
.submit-join:hover  {
	background-image: url(../images/main01/button_joinnow.png);
	background-repeat: no-repeat;
	background-position: 0 -53px;
	cursor: hand;
	cursor: pointer;
}
.yellowhighlight {
	background-color: #FFFF00;
}
.red {
	color: #CC0000;
}
