body {
	background-image: url(../images/backgrounds/page.gif);
        font-family: Georgia, Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin: 0;
        padding: 0
}

a {
	color: #000000;
	text-decoration: underline
}

a:hover {
	color: #000000;
	text-decoration: none
}

/* <-- Reset tools */
p, div, span, form, h1, h2, h3, h4, h5, ul, li, img {
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	list-style-type: none;
	border: 0;
	margin: 0;
	padding: 0
}
/* Reset tools --> */

/* <-- Headings */
h1 {
	font-size: 14px;
	font-weight: bold
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-size: 16px;
	padding: 0 0 3px 0;
}
/* Headings --> */

/* <-- Centered container */
#container {
	width: 872px;
	background-image: url(../images/backgrounds/container.gif);
	margin: 0 auto;
	padding: 20px 0 20px 0
}
/* Centered container --> */

/* <-- Header */
#header {
	width: 803px;
	height: 142px;
	margin: 0 0 10px 33px
}
/* Header --> */

/* <-- Navigation */
#navigation {
	float: left;
	display: inline;
	width: 219px;
	margin: 0 0 0 33px
}

#navigation .top {
	width: 219px;
	height: 14px;
	background-image: url(../images/backgrounds/navigation_top.gif);
	background-repeat: no-repeat;
	font-size: 0;
}

#navigation .content {
	width: 189px;
	background-image: url(../images/backgrounds/navigation_content.gif);
	background-repeat: repeat-y;
	padding: 0 15px 0 15px;
}

#navigation .content .home {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 18px 0;
}

#navigation .content ul {
	margin: 0 0 50px 0;
}

#navigation .content li {
	margin: 0 0 0 25px;
}

#navigation .content li.selected h3 {
	font-size: 24px;
	color: #bd0000;
}

#navigation .content .contact {
	width: 133px;
	background-image: url(../images/backgrounds/contact_content.gif);
	background-repeat: no-repeat;
	background-color: #c3c3c3;
	font-size: 16px;
	padding: 10px 30px 10px 26px;
}

#navigation .content .contact_bottom {
	width: 189px;
	height: 7px;
	background-image: url(../images/backgrounds/contact_bottom.gif);
	background-repeat: no-repeat;
}

#navigation .bottom {
	width: 219px;
	height: 14px;
	background-image: url(../images/backgrounds/navigation_bottom.gif);
	background-repeat: no-repeat;
}
/* Navigation --> */

/* <-- Content */
#content {
	display: inline;
	float: right;
	width: 576px;
	margin: 0 36px 0 0;
}

#content .top {
	width: 576px;
	height: 14px;
	background-image: url(../images/backgrounds/content_top.gif);
	background-repeat: no-repeat;
	font-size: 0;
}

#content .content {
	width: 546px;
	background-image: url(../images/backgrounds/content_content.gif);
	background-repeat: repeat-y;
	padding: 0 15px 0 15px;
}

#content .content p {
	padding-bottom: 10px;
}

#content .content .one_book {
	float: left;
	width: 255px;
	margin: 0 0 14px 0;
}

#content .content .one_book .image {
	float: left;
	width: 85px;
}

#content .content .one_book .text {
	float: left;
	width: 170px;
	font-size: 14px;
	color: #9c9c9c;
}

#content .content .one_book .text p {
	padding: 0;
}

#content .content .one_book .text b {
	color: #000000;
}

#content .content .one_book .text .sub_title {
	font-size: 11px;
	color: #000000;
	padding: 0 0 10px 0;
}

#content .content .page_navigator {
        font-family: Arial, Georgia, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

#content .content .page_navigator span {
	font-weight: bold;
	color: #bd0000;
	padding: 3px 6px 3px 6px;
}

#content .content .page_navigator a {
	text-decoration: none;
	border: 1px solid #8a8a8a;
	padding: 3px 6px 3px 6px;
}

#content .content .page_navigator a:hover {
	background-color: #000000;
	color: #ffffff;
}

#content .bottom {
	width: 576px;
	height: 14px;
	background-image: url(../images/backgrounds/content_bottom.gif);
	background-repeat: no-repeat;
}
/* Content --> */

/* <-- Clearer */
.clear {
	clear: both
}

.clear_split {
	clear: both;
	border-bottom: 1px solid #afafaf;
	margin: 0 0 14px 0;
}
/* Clearer --> */
