/*
 *   WLD site styles
 */
body {
	background-color: #372338;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.clear {
	clear: both
}
div.clear hr {
	display: none;
}

.indent {
	margin-left: 40px;
}


#page {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

#header {
	height: 165px;
	width: 760px;
	display: block;
	background-image: url(./images/HeaderImage.jpg);
	background-repeat: repeat-x;
}

#header h1 {
	display: none;
}

#menu_gap {
	width: 760px;
	height: 2px;
	background-color: #372338;
}

#menu {
	height: 16px;
	width: 760px;
	background-color: #cd0235;
	padding: 2px;
}

#menu ul {
list-style-type:none;
}

#menu ul li {
float:left;
padding:0 0 0 5px;
}

#menu ul li a {
	color: #ffffff;
	font-size: 12px;
	text-decoration:underline;
}

#main {
	width: 760px;
	display: block;
	background-color: #372338;
	padding: 5px;
}

#footer {
	clear: both;
	float: none;
	height: 16px;
	width: 760px;
	display: block;
	background-color: #372338;
	border-top-width: 1px;
	border-top-color: #CD0235;
	border-top-style: solid;
	margin-top: 10px;
}

#main h1 {
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: 120%;
}
#main h2 {
	color: #dddddd;
	margin-top: 14px;
	margin-bottom: 3px;
	font-size: 100%;
}

#main p {
	color: #999999;
	margin-top: 7px;
	margin-bottom: 7px;
	line-height: 18px;
	list-style: circle;
}

#main li {
	color: #999999;
	line-height: 18px;
	list-style: circle;
}
#main a {
	color: #bbbbbb;
	text-decoration: underline;
}

#footer p {
	text-align: center;
	font-size: 80%;
	color: #CCCCCC;
	margin-top: 2px;
}

#findby li, #method li {
	line-height: 0px;
	font-size: 0px;
	text-indent: -999em;
}

#findwomen {
	background-image: url("./images/S4Women.jpg"); width : 205px;
	width: 205px;
	height: 207px;
	position: relative;
	float: left;
	left: 40px;
}

#findmen {
	background-image: url("./images/S4Men.jpg");
	width: 205px;
	height: 207px;
	position: relative;
	float: left;
	left: 70px;
}

#login {
	background-image: url("./images/Login.jpg");
	width: 206px;
	height: 87px;
	position: relative;
	float: left;
	left: 100px;
}

#register {
	background-image:url("./images/Register.jpg");
	width: 206px;
	height: 87px;
	position: relative;
	float: left;
	left: 100px;
	top: 30px;
}