* {
	padding: 0;
	margin: 0;
}
html, body {
	
	font: 11px Arial, Helvetica, sans-serif;
	color: #262653;
	text-align: center;

	
}
body { 
background: #262653 url(/presentation/images/gradient.jpg) repeat-x; 
}
body.traditionalBoxModel { text-align: center; }

#mainwrapper {
	position: relative;
	width: 849px;
	top: 0px;
 	text-align: left;
 	margin: 0 auto;
	
	
}
#topad {
	position: relative;
	height: 15px;
	width: 849px;
	top: 0px;
	text-align: left;
 	margin: 0 auto;
	
	
}

#toparea {
	background: url(/presentation/images/online-dating-men.jpg) no-repeat;
	position: absolute;
	z-index: 1;
	height: 546px;
	width: 1000px;
	left: 0px;
	top: 35px;
	
}






#loginForm {
	position: absolute;
	height: 29px;
	width: 848px;
	left: 0px;
	top: 7px;
	background: #5B5B5B;
	border: 1px solid #8A8A8A;
	background: url(/presentation/images/login-gradient.jpg) repeat-x;

	
}
#loginForm input {
	height: 20px;
	width: 90px;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #000000;
	
	
}
#loginButton input {
	height: 22px;
	width: 90px;
	font-size: 14px;
		background-color: #3C3C3C;

	color: #FFFFFF;
	

}

#contentWrapper {
	position: absolute;
	z-index: 3;
	height: 500px;
	width: 600px;
	left: 460px;
	top: 0px;
	
}
#dating-content{
	position: absolute;
	z-index: 1;
	height: 300px;
	width: 849px;
	top: 570px;
	font-size: 11px;
	background-color: #262653;
	color: #FFFFFF;
}
#dating-content a{
	
	font-size: 11px;
	color: #FFFFFF;
}
#pictures {
	z-index: 3;
	position: absolute;
	height: 100px;
	width: 300px;
	left: 456px;
	top: 123px;
	margin: 0 auto;	
}

#searchForm {
	z-index: 3;
	position: absolute;
	height: 150px;
	width: 350px;
	left: 456px;
	top: 350px;
	text-align: center;
	margin: 0 auto;
	
	
}
#searchTable {
	position: absolute;
	height: 110px;
	width: 360px;
	left: 2px;
	top: 28px;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	
}












H1 {
	font-size: 12pt;
	color: #000000;
	margin: 0 auto;
}

P {
	line-height: 1.4em;
}




