body {
	background-color: #FDF6E4;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#shadow {
	margin: 0 auto;
	position: relative;
	width: 779px;
	background-color: #FDF6E4;
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-y;
}

#shadow_top {
	position: absolute;
	width: 779px;
	height: 16px;
	left: 0px;
	top: 0px;
	background-color: #FDF6E4;
	background-image: url(../images/top_shadow.gif);
	margin: 0px;
	padding: 0px;
}

#shadow_bottom {
	width: 779px;
	height: 29px;
	position: relative;
	background-color: #A02932;
	background-image: url(../images/bottom_shadow.gif);
	margin: 0px;
	padding: 0px;
}

#content_center {
	width: 759px;
	position: relative;
	top: 10px;
	margin: 0 auto;
	background-color: #A02932;
	text-align: left;
	padding: 0px;
}

#content_top {
	position: absolute;
	width: 759px;
	left: 0px;
	top: 0px;
	height: 441px;
	background-color: #A02932;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
}

#member_login {
	position: relative;
	width: 194px;
	height: 76px;
	line-height: 23px;
	background-color: #A02932;
	text-align: center;
	border-top: 1px solid #EBD3D4;	
	border-bottom: 1px solid #EBD3D4;
	margin: 0 auto;
}

#register_now {
	position: relative;
	width: 300px;
	height: 96px;
	left: 0px;
	background-color: #A02932;
	text-align: center;	
	color: white;
	line-height: 40px;
	font-family: "Verdana";
	font-size: 14px;
	font-weight: bold;
	margin-left: 155px;
}

img {
	border: none;
}

#left_column {
	position: relative;
	width: 475px;
	padding-top: 450px;
	padding-left: 20px;
}

#right_column {
	position: absolute;
	width: 195px;
	top: 323px;
	left: 550px;
}

.text_block {
	text-align: left;
	position: relative;
	width: 100%;
	color: white;
	line-height: 22px;
	font-family: "Verdana";
	font-size: 11px;
}

h1 {
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;	
}

h1 a {
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}


h2 {
	font-family: "Verdana";
	font-size: 11px;
	font-weight: bold;	
}


.white_text_block {
	text-align: left;
	position: relative;
	width: 445px;
	color: #A02932;
	background-color: white;
	line-height: 18px;
	font-family: "Verdana";
	font-size: 11px;
	padding: 15px;
}

.white_text_block img {
	float: left;
	position: relative;
	margin-right: 20px;
	margin-top: 5px;
	height: 300px;
	width: 157px;
	margin-bottom: 5px;
}

.white_text_block img[id] {
	padding-right: 20px;
	padding-top: 10px;
	margin: 0px;
}


ul {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	list-style-type: square;
	margin-left: 20px;
}

/*ul li {
	background-image:url(../images/blue-checkmark.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	padding:8 0 20 40px;
}*/

table {
	line-height: 18px;
	font-family: "Verdana";
	font-size: 11px;
	color: white;
}

#center_column {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 500px;
}

.row {
	position: relative;
	width: 100%;
	clear: both;
	color: white;
	font-family: "Verdana";
	font-size: 10px;
	font-weight: normal;
	line-height: 25px;
}

a {
	color: white;
}

.row label {
	width: 140px;
	text-align: right;
	position: relative;
	float: left;
	font-size: 11px;
	font-weight: normal;
}

.row input {
	position: relative;
	float: right;
	width: 150px;
}

.smalltext {
	font-size: 9px;
}


#videoclip {
	position: absolute;
	background-color: #A02932;
	width: 404px;
	height: 240px;
	left: 355px;
	top: 280px;
	color: white;
	margin: 0 auto;	
	z-index: 10000;
}