@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Cambria, Times New Roman, Times, serif;
	font-size: 12px;
	color: #FFF;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #99CCFF;
}
a:visited {
	color: #99CCFF;
}
a:hover {
	color: #99F;
}
a:active {
	color: #99F;
}
h1 {
	font-size: 24px;
	color: #99F;
}
h1 a {
	text-decoration: none;
}
h2 {
	font-size: 18px;
	color: #99F;
}

#container {
	background: #020A38 url(images/main_bg.gif) repeat-x;
	margin: auto;
	width: 770px;
}

#header {
	height: 100px;
	width: 770px;
}

#menu {
	background: url(images/menu_bg.gif) no-repeat;
	margin: 14px 10px 0px 0px;
	float: left;
	height: 296px;
	width: 178px;
}

#mainArea {
	float: left;
	height: auto !important;
	min-height: 340px;
	height: 340px;
	width: 570px;
	margin-top: 15px;
/*	background: url(images/mainArea_bg.gif)repeat-x;
*/}

#bottomPic {
	height: 372px;
	width: 770px;
	margin-top: 21px;
}
.galleryEntry {
	margin: 3px 1px;
	float: left;
	height: 170px;
	width: 280px;
}
.galleryPic {
	margin: 5px;
	float: left;
	height: 160px;
	width: 110px;
	border: 1px solid #ffffff;
}
.galleryInfo {
	float: left;
	width: 145px;
	padding: 3px;
}
.galleryInfo h1 {
	font-size: 20px;
	color: #99F;
	line-height: 110%;
	margin: 5px 0;
}
.escortInfo {
	padding: 3px 0;
	float: left;
	height: 130px;
	width: 120px;
	margin-right: 5px;
	border-right: 1px solid #020A38;
}
.escortBiog {
	float: left;
	width: 425px;
	padding: 0px 5px;
}
.escortPics {
	text-align: center;
	padding: 5px;
	width: 560px;
}
.clearer {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	border-width: 0px;
	border-style: none;
}
