body,td,th {
	font-family: Century Gothic, Arial;
	font-size: 12px;
	color: #708FBA;
}
body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #DD0000;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
img {
	border:0px;
	margin:0px;
}
h2, .h2 {
	font-size:2.4em;
	line-height:1.2em;
	font-weight:bold;
	display:block;
	color: #9CA8B8;
}
h3, .h3 {
	font-size:1.4em;
	font-weight:bold;
	margin-top:.2em;
	margin-bottom:.2em;
	display:block;
	color: #9CA8B8;
}
h4, .h4 {
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	margin-top:.2em;
	margin-bottom:.2em;
	display:block;
	color: #9CA8B8;
}

/* layout */
.body {
	width:700px;
	background-color: #000000;
	border:2px solid #1C416D;
	margin:15px;
}
.body_wide {
	width:850px;
	background-color: #000000;
	border:2px solid #1C416D;
	margin:15px 0px;
}
.head {
	height:86px;
	background-color:#000000;
	background-image:url(header_empty.gif);
	background-repeat:no-repeat;
}
.head .logo {
	float:left;
	height:86px;
	width:200px;
}
.head .title {
	float:left;
	height:66px;
	width:500px;
	padding-top:20px;
	font-size:33px;
	font-weight:bold;
}
.head .cast {
	height:65px;
	position:relative;
	z-index:2;
	color:#CC0000;
	text-align:center;
}
.head .shadow {
	position:relative;
	height:63px;
	top:-63px;
	z-index:1;
	color:#000000;
	padding-left:2px;
	text-align:center;
}
.main {
	padding:25px 47px 30px 47px;
}
.main_wide {
	padding:25px 21px 30px 21px;
}
.copy {
	margin:0px;
	padding:3px;
}
.copy_blend, a.copy_blend:link, a.copy_blend:visited, a.copy_blend:hover, a.copy_blend:active {
	color:#708FBA;
	text-decoration:none;
}

/* cells */
.subcell_gray {
	background-color:#999999;
	color:#FFFFFF;
	width:600px;
	margin:10px 0px;
	padding:3px;
}
.subcell_gray a, .subcell_gray a:visited {
	color:#000000;
}
.subcell_gray a:hover, .subcell_gray a:active {
	color:#294262;
}
.subcell_skiptomastur {
	width:600px;
	height:29px;
	background-image:url(graycell_skiptomastur.gif)
}
.subcell_skiptomastur:hover {
	background-image:url(graycell_skiptomastur_hover.gif);
}
.subcell_skiptolesbian {
	width:600px;
	height:29px;
	background-image:url(graycell_skiptolesbian.gif);
}
.subcell_skiptolesbian:hover {
	background-image:url(graycell_skiptolesbian_hover.gif);
}
.subhead_girlsof {
	width:600px;
	height:48px;
	background-image:url(subhead_girlsof.gif);
}
.subhead_girlsof:hover {
	background-image:url(subhead_girlsof_hover.gif);
}
.subhead_tour {
	width:600px;
	height:48px;
	background-image:url(subhead_freetour.gif);
}
.subhead_tour:hover {
	background-image:url(subhead_freetour_hover.gif);
}

/* recips */
.rtable {
	margin:0px 0px 20px 0px;
}
.rtable td {
	background-color:#333333;
	padding:7px 3px;
	text-align:center;
	border:1px solid #294262;
}
.niche1, a.niche1 {
	color:#FFFFFF;
	font-size:12px;
	line-height:16px;
}
.niche2, a.niche2 {
	color:#8AA4CA;
	font-size:12px;
	line-height:16px;
}
a.niche1:hover, a.niche2:hover, {
	color:#CC0000;
}

/* content */
.bigline {
	font-size:34px;
	line-height:40px;
}
.medline {
	font-size:20px;
	line-height:36px;
}
.thumbs img {
	margin:2px;
	border:1px solid #666666;
}
.thumbs img:hover {
	margin:2px;
	border:1px solid #FFFFFF;
}

/* pads */
.p3 {padding:3px;}
.ptb25 {padding-top:25px;padding-bottom:25px;}

/* etc */
.clear {clear:both;}