@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	background-color:#000000;
	line-height:17px;
}
#escorts {
	margin:auto;
	width:960px;
	text-align:left;
}
.header {
	height:234px;
	background-image:url(images/city-bg.png);
	background-position:0 0px;
	background-repeat:no-repeat;
}
.content {
	background-image:url(images/pink-bg.png);
	background-position:0 0px;
	background-repeat:repeat-y;
	padding:30px;
	padding-right:360px;
	z-index:1;
}
.footer {
	height:20px;
	background-image:url(images/footer-bg.png);
	background-position:0 0px;
	background-repeat:no-repeat;
	z-index:1;
}
.girl {
	width:407px;
	position:absolute;
	z-index:20;
	top:-20px;
	margin-left:50%;
	left:73px;
	
}
.flash {
	position:absolute;
	z-index:22;
	width:960px;
	height:233px;
}
.call_butt {
	height:23px;
	background-image:url(images/call-bg.gif);
	background-repeat:no-repeat;
	background-position:0 0px;
}
.enter {
	display:block;
	width:193px;
	height:23px;
	background-image:url(images/enter-bg.gif);
	background-repeat:no-repeat;
	background-position:0 0px;
	float:right;
}
.enter:hover {
	background-position:0 -23px;
}
.area {
	padding-top:20px;
	text-align:justify;
}
h3 {
	display:block;
	padding:0;
	padding-bottom:10px;
	color:#CC3366;
	font-size:12px;
	font-weight:bold;
	margin:0;
	height:15px;
}
h3 span {
	display:block;
	float:left;
}
h3 a {
	color:#FFFFFF;
	text-decoration:none;
	float:right;
	display:block;
}
h3 a:hover {
	color:#CC3366;
}



h2 {
	display:block;
	padding:0;
	padding-bottom:10px;
	color:#CC3366;
	font-size:12px;
	font-weight:bold;
	margin:0;
	height:15px;
}
h2 span {
	display:block;
	float:left;
}
h2 a {
	color:#FFFFFF;
	text-decoration:none;
	float:right;
	display:block;
}
h2 a:hover {
	color:#CC3366;
}