@charset "utf-8";

* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

body {
	background:#b7942b url(../images/background-repeat.png) repeat-x;
}

p, label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

h1 {
	margin:0 0 30px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
}
ul {
	margin:0 0 0 20px;
}

a:link {
	text-decoration:none;
	color:#000000;
}
a:visited {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:underline;
	color:#333333;
}
a:active {
	text-decoration:none;
	color:#000000;
}

#core {
	margin:0 auto;
	width:1080px;
	height:780px;
	background-image:url(../images/background.png);
}

#title {
	float:left;
	margin:20px 0 0 110px;
	width:860px;
	height:60px;
}

#content-holder {
	float:left;
	margin:10px 0 0 110px;
	width:860px;
	background:#FFF;
}

#content {
	float:left;
	padding:40px 30px;
	position:relative;
	width:630px;
	min-height:610px;
	background:#FFF;
}

#content-end {
	float:left;
	margin:0 0 0 110px;
	width:860px;
	height:80px;
	background:url(../images/bottom-fade.png);
}

#content-end p {
	font-size:10px;
	color:#836200;
}

#nav {
	float:left;
	padding:10px;
	width:150px;
	min-height:670px;
	background:#fff url(../images/background-nav.png) no-repeat;
	font-weight:bold;
}

#nav p {
	line-height:30px;
}

#sub-nav {
	padding:0 0 0 10px;
	background:#EFEFEF;
}

#sub-nav p {
	line-height:normal;
}

.nav-selected {
	margin:0 0 0 -10px;
	padding:0 0 0 10px;
	width:160px;
	height:30px;
	background:#FFF;
}

.hightlight {
	background:#FFF;
}

.quote {
	margin:5px;
	font-size:24px;
	color:#999999;
	line-height:0;
}

.quoteBy {
	margin:0 0 0 50px;
	font-weight:bold;
}

.excerpts {
	border-top:solid 2px #000;
	border-bottom:solid 2px #000;
	padding:5px 0;
	line-height:normal !important; 
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.book-title {
	font-style: italic;
	font-weight: bold;
	color: #996600;
}

.body-links {
	color:#CC6600 !important;
	text-decoration:underline !important;
	font-size: 15px;
	font-weight:bold;
}

p img {
	margin:0 0 0 10px;
}

strong, .message-text {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}

.btn_home {
	height:140px;
	left:544px;
	position:absolute;
	top:80px;
	width:140px;
}

.btn_about {
	height:100px;
	left:584px;
	position:absolute;
	top:300px;
	width:100px;
}