body, table
{
	font-family: Geneva, Arial, Nimbus Sans L, Helvetica, sans-serif;
	font-size: 12px;
}
body
{
	background-color: #81b6e2;
	background-image:url('/images/header/bg.png');
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	text-align:center;
}
a img { border: 0px none; }

.section
{
	width:942px;
	text-align:center;
	margin:0px auto;
	padding:0px;
	overflow:hidden;
	background-image:url('/images/sectionbgs/bg1.jpg');
	background-repeat:repeat-y;
}
.section .header
{
	width:942px;
	height:69px;
	overflow:hidden;
}
.section .content
{
	width:942px;
	overflow:hidden;
	margin:0px auto;
}
.section .footer
{
	width:942px;
	height:16px;
	overflow:hidden;
}
.section .content2
{
	background-image:url('/images/sectionbgs/bg2.jpg');
}

.imgButton
{
	border:0px none;
	border-spacing: 0px;
	color:transparent;
	background-color:transparent;
	background-repeat:no-repeat;
	overflow:hidden;
}
.btnSearch
{
	background-image:url('/images/buttons/search.jpg');
	width:108px;
	height:22px;
}

.fl { float:left; }
.fr { float:right; }
.clearDiv { height:0px;	overflow:hidden; clear:both; }

.inline { display:inline; }

.vspace10 { height:10px; overflow:hidden; }

.bold { font-weight: bold; }
.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }

.lblue { color: #8ac6fd; }
.dblue { color: #04539c; }
.orange { color: #ff5400; }
.yellow { color: #ffe01a; }
.white { color: #ffffff; }
.red { color: #e73201; }
.pink { color: #fe3e32; }
.cream { color: #fdf5cc; }


.noline { text-decoration:none; }
.underline { text-decoration:underline; }
.allcaps { text-transform:uppercase; }
.ucwords { text-transform:capitalize; }
.f14 { font-size:14px; }
.f16 { font-size:16px; }
.f18 { font-size:18px; }
.f20 { font-size:20px; }
.f22 { font-size:22px; }
.f24 { font-size:24px; }

.cursor { cursor:hand; cursor:pointer; }

.nowrap { white-space:nowrap; }
.automargin { margin: 0px auto; }
.nopad { padding:0px; }
.padh10 { padding-left: 10px; padding-right: 10px; }
.padh20 { padding-left: 20px; padding-right: 20px; }
.padv10 { padding-top: 10px; padding-bottom: 10px; }

.emptyButton
{
	width:218px;
	height:48px;
	overflow:hidden;
	background-image:url('/images/buttons/empty.jpg');
	background-repeat:no-repeat;
}

.adStrip
{
	background-image:none !important;
	width:937px;
	margin: 0px auto;
	white-space:nowrap;
	overflow:hidden;
}
.adStrip a
{
	text-decoration:none;
}
.adStrip .emptyButton
{
	float:left;
	margin: 0px 8px;
}

.adStrip h1, .adStrip h2
{
	margin:0px;
	padding:0px;
}
.adStrip h1
{
	color:#ffe01a;
	font-size: 18px;
	line-height: 18px;
}

.adStrip h2
{
	color:#ffffff;
	font-size:10px;
	line-height: 10px;
}
.adStrip td
{
	height: 55%;
}

.mostpopular a, .mostpopular a:active, .mostpopular a:visited
{
	color:#8ac6fd;
	text-decoration:none;
	padding: 0px 4px;
	background-color:#003866;
}
.mostpopular a:hover
{
	color:#ff5400;
}
.mostpopular a.alt
{
	background-color:#002c51;
}

.pornstarlist a, .pornstarlist a:active, .pornstarlist a:visited
{
	text-decoration: none;
	color:#e73201;
	font-weight:bold;
}
.pornstarlist a:hover
{
	color:#04539c;
}

.nojmbfoot .jmbfoot { display:none; }