/* CSS Document */

* {
	margin: 0;
}

body {
	background: #e8d7bd url('images/bg.gif') 0 0 repeat-x;
	font-family: 'Trebuchet MS','Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 13px;
	text-align: center;
	padding: 0;
}

a {
	color: #666666;
}

a:hover {
	color: #000000;
}

#wrapper {
	margin: 0 auto;
	width: 808px;
	border-left: 6px solid #886e5b;
	border-right: 6px solid #886e5b;
	background: #ffffff;
}

#container {
	padding: 0 4px;
}

#header {
	height: 54px;
	background: url('images/header.gif') 0 0 no-repeat;
	letter-spacing: 1px;
	color: #858585;
}

#header a {
	text-decoration: none;
	color: #858585;
}

#header a:hover {
	color: #3d3d3d;
}

#top_menu {
	float: left;
	padding: 16px 0 0 20px;
}

#rss {
	float: right;
	padding: 16px 20px 0 0;
}

#rss_link {
	background: url('images/rss.gif') right center no-repeat;
	padding: 2px 21px 2px 0;
}

#logo {
	height: 185px;
	background: url('images/logo.jpg') 0 0 no-repeat;
}

#menu {
	height: 28px;
	background: url('images/menu.gif') 0 0 repeat-x;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
}

#menu a {
	text-decoration: none;
	color: #ffffff;
	margin: 0 30px 0 30px;
	padding-top: 10px;
}

#menu a:hover {
	text-decoration: underline;
}

#info {
	min-height: 149px;
	background: #b6a180 url('images/info.gif') 0 0 no-repeat;
	color: #ffffff;
	font-size: 14px;
	border-bottom: 2px solid #ffffff;
}

#news {
	float: left;
	width: 390px;
	text-align: left;
}

.post {
	padding: 15px 0 5px 15px;
}

h3 {
	font-size: 19px;
	padding-bottom: 2px;
}

.date {
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
}

#page {
	padding: 10px 0 16px 15px;
	background: url('images/hr.gif') 15px 4px no-repeat;
}

#page a:hover {
	text-decoration: underline;
}

#page a {
	padding: 0 4px;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}

.prev {
	background: url('images/prev.gif') left center no-repeat;
	padding: 2px 4px 2px 20px !important;
}

.next {
	background: url('images/next.gif') right center no-repeat;
	padding: 2px 20px 2px 4px !important;
}

span {
	padding: 0 4px;
	font-weight: bold;
	font-size: 16px;
}

#quote {
	float: right;
	width: 690px;
	background: url('images/quote.gif') 0 27px no-repeat;
}

#quote_txt {
	padding: 45px 15px 15px 50px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
}

#quote_author {
	text-align: right;
	padding: 0 15px 15px 0;
	font-weight: bold;
	letter-spacing: 1px;
}

#content {
	background: #eeeeee;
	padding: 4px 0;
	text-align: left;
}

#content p {
	padding-top: 8px;
}

#booklogo {
	text-align: left;
	padding-top: 6px;
	padding-left: 8px;
}

#first_column {
	float: left;
	width: 583px;
}

.content_box_hdr {
	background: url('images/content_box_hdr.gif') 15px 11px no-repeat;
	height: 18px;
}

.content_box_txt {
	background: url('images/content_box_txt.gif') 15px 0 repeat-y;
	padding: 5px 27px;
	color: #000000;
}

.pub {
	color: #000000;
}

h2 {
	font-size: 16px;
}

.cover, .cover_left, .cover_right {
	padding: 4px;
	border: 1px solid #c7c7c7;
	background: #ffffff;
}

.cover {
	margin: 0 0 5px 0;
}

.cover_left {
	float: left;
	margin: 0 5px 5px 0;
}

.cover_right {
	float: right;
	margin: 0 0 5px 5px;
}

.hr {
	height: 20px;
}

.content_box_ftr {
	background: url('images/content_box_ftr.gif') 15px 0 no-repeat;
	height: 18px;
}

#second_column {
	float: right;
	width: 217px;
}

.menu_box_hdr {
	background: url('images/menu_box_hdr.gif') 15px 11px no-repeat;
	height: 43px;
}

h4 {
	padding: 18px 22px 0 0;
	text-align: right;
	color: #808080;
	font-size: 13px;
}

.menu_box_txt {
	background: url('images/menu_box_txt.gif') 15px 0 repeat-y;
	padding: 5px 27px;
	color: #666666;
	text-align: left;
}

.menu_box_txt a {
	text-decoration: none;
	text-align: left;
}

ul {
	padding-left: 20px;
	list-style-type: disc;
}

.menu_box_ftr {
	background: url('images/menu_box_ftr.gif') 15px 0 no-repeat;
	height: 18px;
}

#footer {
	height: 37px;
	background: url('images/footer.gif') 0 0 repeat-x;
}

#copyright {
	float: right;
	padding: 10px 20px 0 0;
	color: #929292;
	font-weight: bold;
}

.elmnt_footer {
	clear: both;
}
