body {
	background-image:url(../images/rightdeco.jpg);
	background-repeat:no-repeat;
	background-position:right 214px;
	background-color: #4c1018;
	padding:0px;
	margin:0px;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c4b2af;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c4b2af;
}

body#home a#homenav,
body#about a#aboutnav,
body#honeys a#honeysnav,
body#rates a#ratesnav,
body#book a#booknav,
body#faq a#faqnav,
body#join a#joinnav,
body#contact a#contactnav {
	display:block;
	width:110px;
	padding:3px;
	font-weight: bold;
	color: #390a10;
	background-color:#c4b2af;
	font-size:12px;
}

body#leedshoneys a#leedshoneyslink,
body#ukhoneys a#ukhoneyslink,
body#girls a#girlslink, 
body#lovlies a#lovlieslink,
body#lescorts a#lescortslink,
body#bescorts a#bescortslink,
body#babes a#babeslink,
body#ukbabes a#ukbabeslink,
body#women a#womenlink,
body#angels a#angelslink,
body#ukangels a#ukangelslink,
body#ukgirls a#ukgirlslink {
	display:none;
}



form {
	padding:10px;
	margin:0px;
	width:600px;
	background-color:#390a10;
	border: 1px solid #9a9868;	
}


.pinkback {
	background-color:#fff6f6;
}

.buttons {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-color: #c4b2af;
 color: #390a10;
 margin-right: 6px;
}

.bordered {
	display:block;
	width:400px;
	border:1px solid #9a9868;
	background-color: #390a10;
	padding:3px;
}


p, div, span, td, a, h1, h2, h3, pre {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}

.smaller {
	font-size: 11px;
}

p, h1, h2, h3, table, pre {
	margin-left:15px;
	margin-right:15px;
	color: #c4b2af;
}

.dkbg {
	margin-left: 0px;
	margin-right: 0px; 
	padding: 3px;
	background-color: #390a10;
}



/*p, div, span, td, a {
	line-height:14px;
}*/

div {
	padding:0px;
	margin: 0px;
}


a:link {
	color:#9a9868;
	font-weight:bold;
}

a:hover {
	color:#fff6f6;
	font-weight:bold;
}

a:active {
	color:#9a9868;
	font-weight:bold;
}

a:visited {
	color:#fff6f6;
	font-weight:bold;
}

a.bottomlink:link {
	color:#e9eec2;
	font-weight:bold;
}

a.bottomlink:hover {
	color:#e05c1c;
	font-weight:bold;
}

a.bottomlink:active {
	color:#e9eec2;
	font-weight:bold;
}

a.bottomlink:visited {
	color:#e9eec2;
	font-weight:bold;
}

h1 {
	color:#c4b2af;
	font-size:200%;
	font-weight:normal;
}


h2 {
	color:#fff6f6;
	font-size:125%;
}

h3 {
	color:#c4b2af;
	font-size:104%;
	line-height:11px;
	padding-bottom:0px;
	margin-bottom:-5px;
}

hr {
	color: #c4b2af;
	size: 1;
}

#header {
	height:212px;
	width:100%;
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(../images/topright.png);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#fff6f6;
}

#contacttel {
		position:absolute;
		top:150px;
		right:25px;
		color: #4c1018;
		text-align:right;
		font-size:24px;
		font-weight:normal;
}

#title {
	position:absolute;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	height: 212px;
	/*height:150px;*/
	width:500px;
	left:163px;
	top:0px;
	color:#9a9868;
}
	

/*#contacttop {
	position:absolute;
	top: 180px;
	left: 163px;
}*/

#left {
	position:absolute;
	left:0px;
	top:0px;
	width:162px;
	height:250px;
	float:left;
	background-image:url(../images/leftupper.png);
	background-repeat:no-repeat;
}

#main {
	position:absolute;
	left:320px;
	margin:0px auto;
	top:235px;
	clear:both;
	padding:20px;
}

#splash {
	position:absolute;
	margin:0px auto;
	top:212px;
	height:600px;
	padding-top:50px;
	padding-left:50px;
	padding-right:50px;
	background-image:url(../images/splashbg2.jpg);
	background-repeat:no-repeat;
	/*text-align:center;*/
}

#splashgirl {
	position:absolute;
	top:213px;
	left:0px;
	background-image:url(../images/splashbg2.jpg);
	background-repeat:no-repeat;
	width:300px;
	height:600px;
}




/* Navigation */

#navigation {
	position:absolute;
	left:0px;
	top:200px;
	float:left;
	background-image:url(../images/navbg.jpg);
	background-repeat:no-repeat;
	width:275px;
	height:700px;
	text-align:left;
	margin-right:15px;
	margin-top:12px;
}


#navigation ul {
	position:absolute;
	top:50px;
	left:140px;
}

#navigation li.navli {
	float: none;
	padding: 0;
	list-style-type: none;
	margin-bottom:2px;
}


#navigation a.leftnav:link {
	display:block;
	width:110px;
	background-color:#390a10;
	padding:3px;
	font-weight: bold;
	color: #c4b2af;
	font-size:12px;
}

#navigation a.leftnav:visited {
	display:block;
	width:110px;
	background-color:#390a10;
	padding:3px;
	font-weight: bold;
	color: #c4b2af;
	font-size:12px;
}

#navigation a.leftnav:hover {
	color: #390a10;
	background-color:#c4b2af;
	font-weight:bold;		
}

#navigation a.leftnav:active {
	display:block;
	font-weight: bold;
	color: #c4b2af;
}

#bottom p {
	font-size:10px;
}

.bigtxt {
	font-size:14px;
}

.darktxt {
	color: #390a10;
}

.seoContent {
		margin-left:300px;
		margin-right:10px;
		text-align:left;
}



/*Photo Album styles */

div.album_border {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right:10px;
	padding-left: 10px;
	border: 1px solid #390a10;
	height: 320px;
}

div.albumtitle {
	width: 350px;
}

div.albumthumb {
	margin-right: 10px;
	float: left;
	height: 260px;
}

div.custdat1 {
	width:500px;
	padding-left: 15px;
	padding-bottom:7px;
	color:#c4b2af;
	padding-top: 7px;
	margin-top: 7px;
	border-top: 1px dotted #390a10;
}

div.custdat2 {
	width:500px;
	padding-left: 15px;
	padding-bottom:3px;
	color:#c4b2af;
}

div.albumdesc {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	padding-left: 10px;
	color: #c4b2af;
	line-height:14px;
}

.right {
	float: right;
}

div.borderclass {
	padding-bottom: 5px;
	padding-top:5px;
	border-bottom: 1px solid #390a10;
	width:100%;
}

form.nobg {
	position:relative;
	right:10px;
	bottom: 10px;
	padding: 0px;
	margin: 0px;
	border: none;
	display:block;
	float:right;
	width: auto;
	clear: both;
}


#gallerytitle {
	display:block;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 10px;
	border-top: 1px solid #390a10;
}

#gallerytitle2 {
	display:block;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #390a10;
}

div.album {
	float: left;
	width: 100px;
}

div.image {
	float: left;
	/*clear: both;*/
	width: 310px;
	height: 900px;
	padding-right: 15px;
	padding-bottom: 15px;
}

div.imagethumb {
	float: left;
	/*clear: both;*/
}

#footer {
	width:100%;
	margin:auto;
	clear:both;
}

#footer form.subs {
	padding:10px;
	margin:auto;
	margin-top:30px;
	text-align:center;
}

