@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body, html {
	height:100%;
}
body {
	background:#000 url(../images/bg.jpg) repeat-x center left;
	font-family:Century Gothic, Avant Garde, sans-serif;
	color:#2a2420;
	font-size:16px;
}
a {
	color:#7a5929;
	outline:none;
}
#outer, .outer {
	width:100%;
	height:100%;
	border-collapse:collapse;
}
#outer {
	background:transparent url(../images/shadow.png) no-repeat center center;
}
#shell {
	position:relative;
	width:1060px;
	height:500px;
	margin:30px auto;
	border:5px solid #c6b788;
}
#entrance_shell {
	position:relative;
	width:986px;
	height:471px;
	margin:10px auto;
	background:#000 url(../images/escort_manuela_entrance.jpg) no-repeat top left;
}

#entrance_shell a {
	color:#000;
	text-decoration:none;
}
#splash, #nav, #main {
	position:relative;
	float:left;
	height:500px;
}
#splash {
	width:305px;
}
#nav {
	width:174px;
	background:#716d6b url(../images/nav_bg.jpg) no-repeat top left;
}
#nav ul {
	list-style-type:none;
	margin-top:125px;
	margin-right:2px;
}
#nav ul li {
	list-style:none;
	text-align:right;
}
#nav ul li a {
	text-decoration:none;
	display:block;
}
#nav ul li a:hover, #nav ul li a.active {
	background:transparent url(../images/nav_bullet-trans.png) no-repeat right center;
}
#nav ul li a img {
	border:none;
	margin:10px 0;
}
#main {
	width:581px;
	background:#ddd url(../images/main_bg.jpg) no-repeat top left;
}
#phead {
	position:relative;
	width:353px;
	height:57px;
	margin:50px auto 13px auto;
	background:transparent url(../images/escort_manuela-trans.png) no-repeat top left;
}
#content {
	position:relative;
	width:86%;
	height:299px;
	margin:auto;
	font-size:.85em;
	line-height:1.5em;
	outline:none;
	overflow:auto;
}
#content p, #content ul, #content ol, #content table, #content h1, #content h2, #content h3, #content h4, #content h5, #content blockquote {
	margin-bottom:15px;
	}
#content ul, #content ol {
	margin-left:25px;
	}
#contact_details {
	position:relative;
	width:58%;
	margin:5px auto 0 auto;
	text-align:center;
	background:#c2c2c2;
	padding:1px 0 5px 0;
	border:2px solid #fff;
	font-size:.7em;
	color:#111;
}
.clr {
	clear:both;
}
#footer {
	position:relative;
	text-align:center;
	color:#666;
	font-size:.7em;
}

