﻿/* CSS layout */
a:link       { color: #0000FF; text-decoration: underline; }
a:visited    { color: #0000FF; text-decoration: underline; }
a:hover		 { color: #FF0000; text-decoration: underline; background-color:#ffffff; }
a:active     { color: #0000FF; text-decoration: underline; }

hr { border:1px orange solid; }

			
.WomComments	 { 
			font-family: Times New Roman; font-size: 12pt; color: #000000; line-height: 12pt; font-style:italic;
			text-indent: 20px;  margin-top: 0; margin-bottom: 10px; margin-left: 60px; margin-right:45px;  
			}
			
.ReaderComments	{ 
			font-family: Times New Roman; font-size: 11pt; color: #000000; line-height: 11pt;
			text-indent: 20px;  margin-top: 0; margin-bottom: 5px; margin-left: 10px  
			}
			
.heavy {
	font-weight: 900;
}
			
.indent {
	text-indent: 20px;
	}
	
.center {
	text-align:center;
	text-indent: 0px;
}

.left {
	text-align:left;
	text-indent: 0px;
}

.margin {
	text-indent:20px;
	margin:5px;
}

.noBorder {
	border-width: 0px;
}

.closed {
	background-color:#CCCCCC
}

.bottomMargin {
	margin-bottom:20px;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	padding: 0px;
	margin: 0px;
}

ul {
	margin: 12px 5px 12px 35px;
}


h1 {
	margin: 0px;
	color: black;
	font-size: 20pt;
	font-weight: 900;
	font-family: "Times New Roman", Times, serif;
	padding: 0px;
}

h2 {
	margin: 0px;
	color: black;
	font-size: 18pt;
	font-weight: 700;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	padding: 0px;
}

h3 {
	margin: 0px;
	color: black;
	font-size: 16pt;
	font-weight: 700;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	padding: 0px;
}

h4 {
	margin: 0px;
	color: black;
	font-size: 12pt;
	font-weight: 700;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	padding: 0px;
}




#page {
	position:absolute;
	top:0px;
	left:0px;
	width:995px;
	background-color:#EEEEEE ;
}

#masthead {
	position:relative;
	top:0px;
	left:0px;
	color:black;
	background-color: #ff9900;
	margin: 0px;
	text-align: center;
}

#body {
	position:relative;
	top:0px;
	left:0px;
	width:995px;
}

#middle {
	position:relative;
	top:0px;
	left:165px;
	width:660px;
}

#left {
	position:absolute;
	top:0px;
	left:0px;
	width:160px;
	float:left;
	background-color: #dddddd;
}

#right {
	position:absolute;
	top:0px;
	left:835px;
	width:160px;
	float:right;
	background-color: #dddddd;
}


#content {
	position:relative;
	top:0px;
	left:0px;
	width:660px;
	border: blue 1px solid;
}

#subHead {
	position:relative;
	top:0px;
	left:0px;
	width:660px;
	margin-top:5px;
}

#col1 {
	position:relative;
	top:0px;
	left:0px;
	width:320px;
	margin:5px;
}


#left_col {
	width: 160px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color:#aaaaaa;
}

#right_col {
	width: 160px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color:#aaaaaa
}

#page_content {
	margin-right: 185px;
	margin-left: 175px;
	margin-top: 15px;
	background-color:#eeeeee;
	border-style:solid;
	border-color:blue;
	border-width:1px;
	padding:5px;
}

#topAd {
	margin-right: 185px;
	margin-left: 175px;
	margin-top: 10px;
	border:1px	blue solid;
	background-color: #aaaaaa;
}

#bottomAd {
	margin-right: 185px;
	margin-left: 175px;
	margin-top: 10px;
	border:1px	blue solid;
	background-color: #aaaaaa;
}
	
#container {
	position: relative;
	width: 100%;
}

#footer {
	position:relative;
	top:0px;
	left:170px;
	width:600px;
	margin:5px;
}


.adBox {
	border: 1px solid blue;
	background-color: #aaaaaa;
	text-align: center;
	padding: 5px;
	
	
}

<style type="text/css">
#womVButton a  {
	color: #000000;
	font-size:9pt;
	font-family:arial;
	font-weight:bold;
	text-decoration: none;
	border:4px outset #ffcc00;
	background-color:#ff9900;
	display: block;
	width: 140px;
	height: 12px;
	padding: 3px 5px;
	margin: 0px;
}

#womVButton a:link  {
	color: #000000;
	font-size:9pt;
	font-family:arial;
	font-weight:bold;
	text-decoration: none;
	border:4px outset #ffcc00;
	background-color:#ff9900;
	display: block;
	width: 140px;
	height: 12px;
	padding: 3px 5px;
	margin: 0px;
}

#womVButton a:visited  {
	color: #000000;
	font-size:9pt;
	font-family:arial;
	font-weight:bold;
	text-decoration: none;
	border:4px outset #ffcc00;
	background-color:#ff9900;
	display: block;
	width: 140px;
	height: 12px;
	padding: 3px 5px;
	margin: 0px;

}

#womVButton a:hover {
	background-color: #ff9900;
	color: #000000;
	padding-left:4px;
	border:4px inset #ffcc00;
}

#womVButton a:active  {
	color: #000000;
	font-size:9pt;
	font-family:arial;
	font-weight:bold;
	text-decoration: none;
	border:4px outset #ffcc00;
	background-color:#ff9900;
	display: block;
	width: 140px;
	height: 12px;
	padding: 3px 5px;
	margin: 0px;
}

.womCity	{ color: #000000;
			font-size: 18pt;
			font-family: Times New Roman;
			font-weight: bold;
			text-align: center;
			border:4px outset #ffcc00;
			background-color:#ff9900;
			display: block;

			margin: 0px;
 			} 			
 			
.womClubName	{ 
			font-family: Times New Roman; 
			font-size: 16pt; 
			font-weight: bold; 
			text-align:left; 
			border-style: solid;
			border-left-width: 2px;
			border-top-width: 2px;
			border-right-width: 0px;
			border-bottom-width: 0px;
			border-color: #FF0000;
			text-indent: 5px;
			}
			
			
			
.womGayClub	{ 
			font-family: Times New Roman; 
			font-size: 14pt; 
			font-weight: bold; 
			text-align:left; 
			border-style: solid;
			border-left-width: 2px;
			border-top-width: 2px;
			border-right-width: 0px;
			border-bottom-width: 0px;
			border-color: #FF00FF;
			text-indent: 5px;
			}		
			
.womSwingerClub	{ 
			font-family: Times New Roman; 
			font-size: 14pt; 
			font-weight: bold; 
			text-align:left; 
			border-style: dashed;
			border-left-width: 2px;
			border-top-width: 2px;
			border-right-width: 0px;
			border-bottom-width: 0px;
			border-color: #FFFF00;
			background-color: auto;
			text-indent: 5px;
			}				
					
			
.womWomenClub	{ 
			font-family: Times New Roman; 
			font-size: 14pt; 
			font-weight: bold; 
			text-align:left; 
			border-style: solid;
			border-left-width: 2px;
			border-top-width: 2px;
			border-right-width: 0px;
			border-bottom-width: 0px;
			border-color: #ff0000;
			background-color: Pink;
			text-indent: 5px;
			}				
			
.womClosedClub	{ 
			font-family: Times New Roman; 
			font-size: 14pt; 
			font-weight: bold; 
			text-align:left; 
			border-style: solid;
			border-left-width: 5px;
			border-top-width: 2px;
			border-right-width: 0px;
			border-bottom-width: 1px;
			border-color: #000000;
			background-color: #cccccc;
			text-indent: 5px;
			padding-left: 5px;
			}
			
.womClosedBody {
	border-left:5px black solid;
	padding-left:5px
}	

.womClosedListing {
	background-color: #cccccc;
	font-style: normal;
	font-weight: 300;
	min-width: 300px;
	color: #000000;
	border-left-style: solid;
	padding-left: 5px;
}

.grayBG { background-color:#cccccc;}
.info   { color: black; background-color: transparent; font-weight: normal; }
.warn   { color: rgb(120,0,0); background-color: transparent; font-weight: normal; }
.error  { color: red; background-color: transparent; font-weight: bold }
.adtext { font-family: Arial; font-size: 10pt;}
.womSmall  { font-size: 8pt;}
.width100 { width:100px;}
.topText	{ font-size:14pt; text-align:center; font-weight:500; }
.grayCenter	{ text-align:center;background-color:#CCCCCC}
.bigRed  { color: red; background-color: transparent; font-weight: bold; font-size:larger }


.womEntertainers	{ 
			font-family: Times New Roman; 
			font-size: 14pt; 
			font-weight: bold; 
			text-align:left; 
			border-style: solid;
			border-left-width: 2px;
			border-top-width: 2px;
			border-right-width: 0px;
			border-bottom-width: 0px;
			border-color: #0000FF;
			text-indent: 5px;
			}
			
.womEscorts	{ 
			font-family: Times New Roman; 
			font-size: 14pt; 
			font-weight: bold; 
			text-align:left; 
			border-style: solid;
			border-left-width: 2px;
			border-top-width: 2px;
			border-right-width: 0px;
			border-bottom-width: 0px;
			border-color: #00ccff;
			text-indent: 5px;
			}

			
.womOther	{ 
			font-family: Times New Roman; 
			font-size: 14pt; 
			font-weight: bold; 
			text-align:left; 
			border-style: solid;
			border-left-width: 1px;
			border-top-width: 1px;
			border-right-width: 0px;
			border-bottom-width: 0px;
			border-color: black;
			text-indent: 5px;
			}			
	
		
.womstate	    { 
			font-family: Times New Roman; 
			font-size: 18pt; 
			font-weight: bold; 
			text-align:left; 
			text-indent:10px; 
			background-color: #b9d1f4;
			border-style: solid; 
			border-color: #ff9900; 
			border-left-width: 0px;
			border-right-width: 0px;
			border-top-width: 2px;
			border-bottom-width: 2px;
			}
			
.womSmallAds	    { 
			font-family: Arial; 
			font-size: 8pt; 
			text-align:left; 
			text-indent:0px; 
			margin: 5px;
			background-color: #cccccc;
			border-style: solid; 
			border-color: #999999; 
			border-left-width: 1px;
			border-right-width: 1px;
			border-top-width: 1px;
			border-bottom-width: 1px;
			}
			



#womNav 
p {
	background:#ff9900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	width:160px;
	height:18px;
	text-indent:5px;
}


</style>



