@charset "utf-8";
/* CSS Document */
body
{
margin: 0px;
padding: 0px;
font-family:Arial, Helvetica, sans-serif;
text-align: center;
background-color: #000000;
}

#wrapper
{
text-align: left;
margin: 0px auto;
padding: 0px;
border:0;
width: 950px;
background: #FFF;
}

#header
{
margin: 0px;
height: 341px;
background: #000 url(media/gaydatingheader.jpg) no-repeat left top;
}

#header h1
{
display: none;
}

#headernav
{
float: left;
margin-top: 0px;
width: 950px;
height: 39px;
line-height: 34px;
}
#headernav ul
{
margin: 280px 0px 0px 250px;
padding: 0px;
width: 950px;
list-style: none;
}
#header ul li
{
float: left;
display: inline;
font-size: 12px;
margin-right: 40px;
}
#header ul li a
{
text-decoration: none;
color: #FFFFFF;
font-weight: bold;
}
#header ul li a:hover
{
color: #CCCCCC;
}

#clearfloats
{
clear: both;
}

#footer
{
margin: 10px 0px 0px 0px;
clear: both;
background: #CCCCCC url(media/footbg.jpg) no-repeat left top;
height: 44px;
line-height: 44px;
text-align: center;
}

.maintext
{
font-size: 14px;
}