@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body, html {
	height:100%;
}
body {
	background:#9f9f9f url(images/bg.jpg) repeat-x left center;;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000;
	scrollbar-face-color: #edebd0; scrollbar-highlight-color: #FCEA87; scrollbar-shadow-color: #edebd0;
scrollbar-3Dligh-color: #D09A43; scrollbar-arrow-color: #ffffff; scrollbar-darkshadow-color: #edebd0;
scrollbar-base-color: #edebd0;

}
a {
	outline:none;
	color:#7F524C;
}
#outer, .outer {
	width:100%;
	height:100%;
	border-collapse:collapse;
}
#shell {
	position:relative;
	width:828px;
	height:550px;
	margin:auto;
	background:#fff url(images/victoria3.jpg) no-repeat top left;
	border:2px solid #555;
}
#logo {
	position:absolute;
	width:285px;
	height:50px;
	left:105px;
	bottom:95px;
}
#logo img {
	border:none;
}
#header {
	position:relative;
	width:499px;
	text-align:center;
	padding-top:35px;
}
#nav {
	position:absolute;
	top:80px;
	left:740px;
	width:200px;
	height:300px;
}
#nav ul {
	list-style-type:none;
}
#nav ul li {
	list-style:none;
}
#nav ul li a {
	display:block;
	color:#000;
	font-size:.9em;
	text-decoration:none;
	padding-left:15px;
	margin:5px 0;
}
#nav ul li a:hover, #nav ul li a.active {
	background:transparent url(../images/nav_bullet-trans.png) no-repeat center left;
}
#nav ul li a img {
	border:none;
}
#phead {
	position:absolute;
	top:50px;
	left:115px;
	width:482px;
	height:20px;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#444;
	font-size:.8em;
	text-align:right;
}

#content {
	position:absolute;
	top:85px;
	left:115px;
	width:500px;
	height:238px;
	overflow: auto;
	text-align:left;
	line-height:1.5;
	font-size:.85em;
	text-align:justify;
	padding-right:45px;
	outline:none;
}
#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;
	}
#content h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:1.2em;
	color:#eee;
	font-weight:normal;
}
#turn_page {
	position:absolute;
	bottom:30px; 
	right:180px;
	width:136px;
	height:27px;
	background:transparent url(../images/turn_page-trans.png) no-repeat top left;
}
#turn_page #next, #turn_page #prev {
	position:relative;
	border:none;
}
#turn_page #next {
	float:right;
	margin-right:15px;
}
#turn_page #prev {
	float:left;
	margin-left:15px;
}
.clr {
	clear:both;
}
#footer {
	width:828px;
	margin:auto;
	position:relative;
	text-align:left;
	color:#7a652b;
	font-size:.60em;
	padding-top:5px;
	font-family:Tahoma, Geneva, Helvetica, sans-serif;
	text-transform:uppercase;
}
#footer a {
	color:#7a652b;
}

#banner {
	text-align: center;
}

