@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #F7F7F7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #F7F7F7;
	background-image: url(../images/body-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a:link {
	text-decoration: none;
	color: #999999;
}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

img {
    border: none;
} 
#wrapper {
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	background: url(../images/page-shadow.png) repeat-y;
}
#container  {
	width: 950px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 

#contentwrap {


}
#Navigation {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	margin-top: 5px;
}
#bookmarks {
	margin-top: 5px;
}

#intro {
	height: 217px;
	width: 950px;
	padding-left: 0px;
	padding-top: 0px;
	background-image: url(../images/intro.jpg);
	background-repeat: no-repeat;
	background-position: top;
}





#header  {
	height: 70px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
} 
#black_label_ads {
	padding-top: 20px;
	padding-right: 95px;
	padding-left: 95px;
	text-align: center;
}
#pagecap {
	background-image: url(../images/content-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 29px;
	width: 950px;
	margin-bottom: 10px;
}

#shadowwrap {
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(..//images/page-shadow.png) repeat-y center;
}
.maingallery {
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	text-decoration: none;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	line-height: 30px;
	font-weight: normal;
}


#logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 905px;
	height: 60px;
	padding-top: 10px;
	text-align: right;
	font-size: 0.6em;
	font-weight: bold;
	color: #999999;
}
#logo a {
	color: #CCCCCC;
	text-decoration: none;
}
#logo a:hover {
	color: #FFFFFF;
}


#top_ads {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#top_ads table {
	width: 100%;
}

#top_ads td {
	width: 16.66%;
	border: 1px solid #000000;
	font-size: 0.9em;
	color: #000000;
	text-align: center;
	padding-bottom: 2px;
	padding-top: 2px;
}
#mysites {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mysites table {
	width: 100%;
}
#mysites table tr td {
	font-size: .8em;
	text-align: center;
	width: 12.5%;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #000;
}


#sites {
}
#sites table {
	width: 100%;
}
#sites td {
	text-align: center;
	width: 20%;
	padding-bottom: 2px;
	border: 1px solid #000;
	font-weight: normal;
}

#bannerslinks {
}
#bannerslinks table {
	width: 730px;
}
#bannerslinks td {
	text-align: center;
	padding: 2px;
	width: 25%;
	border: 1px solid #FB0102;
}

#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 164px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	background-color: #FFF;
	background-image: url(../images/sidebar.jpg);
	background-repeat: no-repeat;
	height: 540px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-size: 0.9em;
}
#content {
	text-align: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#content h2 {
	margin-top: 0px;
	padding-top: 0px;
}

#sidebar1 a {
	display: block;
	text-align: center;
	padding: 8px;
	margin: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	color: #FB0102;
	font-weight: bold;
}
#sidebar1 a:hover {
	color: #000000;
	background-color: #FD2F2F;
}



#menu {
	width: 200px;
	margin-bottom: 40px;
	}
	
#menu li a {
	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #999999;
	display: block;
	padding: 8px 0 0 25px;
	background-image: url(../images/menu.gif);
	font-weight: bold;
	}
	
#menu li a:hover {
	color: #333333;
	padding: 8px 0 0 25px;
	background-image: url(../images/menu.gif);
	background-position: 0 -32px;
	}
#mainContent  {
	margin-top: 0px;
	margin-right: 164px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	line-height: 1.7em;
} 
#mainContent a {
	font-weight: bold;
	color: #666666;
}
#mainContent a:hover {
	color: #FF6600;
}
#mainContent  li  {
	margin-bottom: 5px;
	line-height: 18px;
}

#main_list {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main_list td {
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	width: 12.5%;
	border: 1px solid #000000;
	font-size: 0.7em;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
#trContentAdd {
	background-color: #0565C9;
	text-align: center;
	padding: 2px;
}
#top_pages {
	color: #0066CC;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 3px;
	font-size: 0.9em;
	font-weight: bold;
}


#adultfriendfinder {
	margin: 0px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
#fling {
	padding: 2px 4px;
	text-align: center;
}
#bottom_pages {
	color: #0066CC;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 3px;
	font-size: 0.9em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.addlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
	text-align: center;
}
#member_update {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
	font-size: 0.6em;
	background-color: #F7F7F7;
}
#memberwrapper {
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
.memberupdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
}
#links {
	padding-right: 1px;
	padding-left: 1px;
}
#links table {
	width: 100%;
}

#links a {
	color: #000000;
	font-weight: bold;
}

#links td {
	width: 16.66%;
	border: 1px solid #000000;
	text-align: left;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: top;
	font: 0.8em Arial, Helvetica, sans-serif;
}

#bottom_ad_bar {
	padding-right: 4px;
	padding-left: 4px;
}
#bottom_ad_bar table {
	width: 100%;
}
#bottom_ad_bar td {
	text-align: center;
	width: 12.5%;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #000;
	color: #000;
	font-size: 0.7em;
}


#footer  {
	background-color: #F7F7F7;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 55px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
	font-size: 0.6em;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: left;
	clear: both;
	float: left;
	width: 950px;
	text-indent: 25px;
} 
#footer  p  {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin: 0;
}
#footer a {
	color: #999999;
}
#footer a:hover {
	color: #333333;
}
#about {
	font-size: 9px;
	text-align: center;
	color: #CCCCCC;
	float: left;
	width: 910px;
}
#about a {
	color: #CCCCCC;
	text-decoration: none;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.payingmembers_inside {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.paying_table {
	margin: 0px;
	padding: 4px;
	width: 905px;
	height: 215px;
}
#imgBanners {
	text-decoration: none;
	text-align: center;
	padding: 3px;
}
.reseted {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000000;
}
#tableLogin {
	margin-top: 75px;
}
#contentAdd {
	padding-top: 10px;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #FFFFFF;
}
#contentAdd table {
	color: #000000;
	width: 100%;
	font-size: .9em;
}
