@charset "utf-8";
/* Default Styles for JulietStone.com */

* {
	margin:0;
	padding:0;
	}
body, html {
	background:#2a1d0d url(../images/bg.jpg) repeat top left;
	height:100%;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	}
a {
	color:#000;
	outline:none;
	}
#outer, .outer {
	width:100%;
	height:100%;
	}
#entrance, .entrance {
	width:900px;
	margin:auto;
	height:100%;
	border-collapse:collapse;
	}
#entrance img {
	border:none;
	border-top:35px solid #000;
	border-bottom:35px solid #000;
	}

#shell, #footer {
	position:relative;
	width:870px;
	margin:auto;
	}
#shell {
	background:#9d8e71;
	border:1px solid #000;
	height:450px;
	border: 20px solid #010101;
	border-left-width:1px;
	border-right-width:1px;
	}
#splash {
	position:relative;
	float:left;
	width:275px;
	height:450px;
	overflow:hidden;

	}
#main {
	position:relative;
	float:left;
	width:595px;
	height:450px;
	background:transparent url(../images/main_bg.jpg) no-repeat bottom left;
	}
#content_wrapper {
	width:475px;
	margin-left:50px;
	}
#content {
 	height:290px;
 	overflow: auto;
 	position: relative;
 	text-align:left;
 	line-height:1.5;
 	color:#000;
	font-size:95%;
	padding-right:10px;
	outline:none;
}
#content p, #content ul, #content ol, #content table, #content blockquote {
	margin-bottom:15px;
	}
#footer {
	font-size:85%;
	color:#433c30;
	padding-top:5px;
	}
#footer a {
	color:#433c30;
	text-decoration:none;
	}
/* pyramid */
#header {
	position:relative;
	width: auto;
	height:81px;
	margin: 25px 0 15px 20px;
	}
#logo {
	position:absolute;
	right:25px;
	bottom:0;
	width:186px;
	height:93px;
	}
#logo img {
	border:none;
	}
#nav ul {
	width:auto;
	position:absolute;
	left:30px;
	bottom:25px;
	margin: 0;
	padding: 0;
	padding-right:20px;
	border-bottom: 1px solid #0b0b0a;
	}

#nav ul li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	
	}
#nav ul li a img {
	border:none;
	}
	
#nav ul a  {
	float: left;
	display:block;
	outline:none;
	padding-bottom:6px;
	margin-right:25px;
	
	}

#nav ul a:link.active, #nav ul a:visited.active, #nav ul a:hover {
	color: #000;
	background: url(../images/nav_arrow.png) no-repeat bottom center;
	}
