@charset "utf-8";
.container {
	width:800px;
	margin:0px auto;
	position:relative;
}
#header {
	background:#1f3e69 url(head-repeat.png) bottom repeat-x;
	position:relative;
}
#header .container {
	height:200px;
	background:url(head-bg.jpg) no-repeat;
	text-align:center;
}
#hlogo {
	margin:15px 0 0 0;
	border:none;
}
#nav {
	position:relative;
	text-align:center;
	margin:13px 0;
}
#nav UL{
	position:relative;
	margin:0;
	padding:0;
}
BODY #nav UL LI{
	position:relative;
	padding:0 20px;
}
#nav UL DIV.sub{
	position:absolute;
	background:#1f3e69;
	width:125px;
	border:#999 1px solid;
	top:15px;
	left:0px;
	z-index:2!important;
}
#nav UL LI DIV.sub UL LI {
	border-bottom:#999 1px solid;
}
#nav UL LI DIV.sub, #nav UL UL, #nav LI:hover UL {
	display:none;
}
BODY #nav LI A:hover DIV.sub, BODY #nav LI:hover DIV.sub, BODY #nav LI:hover UL, BODY #nav LI:hover LI:hover UL{
	display:block;
}
#nav UL LI A {
	font-size:20px;
	text-decoration:underline;
}
#nav UL LI.nbg DIV.sub UL LI {
	padding:5px;
	display:block;
}
#nav UL LI.nbg DIV.sub UL LI A {
	font-size:12px;
}
#body {
	background:url(body-bg-repeat.jpg) #fcf0df repeat-x;
	z-index:1!important;
	position:relative;
}
#body .container {
	padding:30px 0 20px 0;
	z-index:-1!important;
	position:relative;
}
#body .container H1.heading {
	padding:0 20px 30px 20px;
	font-size:30px;
	color:#1f3e69;
}
#body .container P.title{
	padding:0 20px 10px 20px;
	font-size:16px;
	color:#1f3e69;
	font-weight:bold;
	font-style:italic;
}
#body .container P {
	padding:10px 20px 20px 20px;
	margin:0;
	color:#1f3e69;
	text-indent:10px;
}
#body HR {
	margin:20px 0 0 0;
	color:#1f3e69;
}
#book {
	position:absolute;
	z-index:-2!important;
	margin:-40px 0 0 20px;
}
#footer {
	background:url(footer-bg.gif) #1f3e69 repeat-x;
	color:#e6c396;
}
#footer .container {
	background:url(footer-bg.jpg) repeat-x;
	text-align:center;
	padding:50px 0 15px 0;
}
#footer .container UL {
	border-bottom:#e6c396 1px solid;
	padding:0 0 4px 0;
	width:100%;
}
#footer .container UL LI {
	padding:0 20px;
}
#footer .container P {
	font-size:10px;
	padding:10px 0 0 0;
}
