h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	margin-left: 10px;
	margin-right: 10px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 5px;
	margin-bottom: 0;
}

h1+p, h2+p, h3+p, h4+p { margin-top: 10px; }

h1 {
	color:white;
	font-size:40px;
	text-transform:uppercase;
}

h2 {
	color:#ed176d;
	font-size:22px;
}

h3 {
	color:white;
	font-size:18px;
}

h4 {
}

h5 {
}

.clearboth { clear: both; margin:0; padding:0; }

form {width:320px; padding:5px; margin:0 auto; font-size:12px; }
form fieldset {width:300px; display:block; margin:0px; border:none; }
form input 	{float:left; width:165px; height:12px; padding:3px; margin:1px;;}
form fieldset label {width:120px; clear:left; display:block; float:left; text-align:right; margin-bottom:0px; line-height:12px; font-size:10px; color:white; padding-top:3px;}
form .button {background:#8c0339; border-bottom:2px solid #790131; border-right:2px solid #790131; border-left:2px solid #a80244; border-top:2px solid #a80244; color:#fff; cursor:pointer; width:200px; height:25px; margin-left:50px; margin-top:15px;}
form .button:hover {background:#cc0150; border-bottom:2px solid #790131; border-right:2px solid #790131; border-left:2px solid #a80244; border-top:2px solid #a80244;  color:#fff;  }
form p.note {text-align:right; margin:0 0 5px 20px; padding-top:0px; font-size:10px; color:white; clear:both; }
form .day {width:50px; margin:1px;}
form .month {width:55px; margin:1px;}
form .year {width:55px; margin:1px;}
form .gender {width:175px; margin:1px;}
form .options {width:175px; margin:1px;}
form a {color:white; font-weight:bold; text-decoration:none; text-transform:uppercase;}
form a:hover {text-decoration:underline;}

.button_login {
	width:25px;
	height:25px;
	background:url(../image/button_member_login.png);
	border:none;
}

ul {
}

li {
}

.button01 {
	position:relative;
	top:190px;
	left:-27px;
}

#container {
	width:1000px;
	height:auto;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
}

#logo {
	width:650px;
	height:140px;
	float:left;
	background:url(../image/logo01.png) no-repeat;
}

#login {
	width:350px;
	height:70px;
	float:right;
	background:green;
}

#icons {
	width:350px;
	height:70px;
	float:right;
	background:blue;
}

/* Content */	
#main {
	width:100%;
	height:900px;
}

#row1col1 {  /* couple */
	width:300px;
	height:900px;
	float:left;
	background:url(../image/couple_right.jpg);
}

#row1col2 {  /* splash */
	width:350px;
	height:400px;
	float:left;
	background:url(../image/splash.gif);
}

#row1col3 {  /* signup */
	width:320px;
	height:370px;
	float:left;
	padding:15px;
	background:url(../image/signup.gif);
}

#row2col1 {  /* members */
	width:680px;
	height:230px;
	float:right;
	padding:10px;
	background:url(../image/members.gif);
	overflow:hidden;
}

#row3col1 {  /* testimonial */
	width:330px;
	height:230px;
	float:left;
	padding:10px;
	background:url(../image/search.gif);
}

#row3col2 {  /* video */
	width:320px;
	height:220px;
	float:left;
	background:url(../image/testimonial.gif);
	padding:15px;
}

#footer {
	width:1000px;
	height:30px;
	background:#9b013d;
	margin:0 auto;
	height:50px;
	float:left;
}

/* Menu */
#menu {
	width:500px;
	height:20px;
	padding:15px;
	float:left;
	color:white;
}

/* Menu */
#menu ul {
	margin:0;
	padding:0;
	color:white;
}

#menu ul li {
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	display:inline;
}
	
#menu ul li a {
	color:white;
	text-decoration:none;
	padding:0 5px 0 5px;
}
	
#menu ul li a:hover {	
	text-decoration:underline;
}

#menu ul li a.current {
}

/* Payment */
#payment {
	width:350px;
	height:50px;
	float:right;
	background:green;
}

