* {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 14px;
}

#content, #title, #keywords, #description, .w100percent {
	width: 100%;
}

.adescription {
	height: 140px;
	width: 100%;
}

.editor, .metadata {
	margin: 0px 0px;
	margin-right: 8px;
}

.button_container {
	margin: 10px 0px;
}

.clear_lr {
	clear: both;
}

.head {
	position: relative;
	width: 888px;
	height: 433px;
	background: url('../images/bg_head.jpg') no-repeat 0 0;
}

.head2 {
	position: relative;
	width: 888px;
	height: 322px;
	background: url('../images/bg_head2.jpg') no-repeat 0 0;
}

.head3 {
	width: 888px;
	height: 30px;
	background: url('../images/bg_head3.jpg') no-repeat 0 100%;
}

a.head_url {
	display: block;
	position: absolute;
	width: 322px;
	height: 124px;
	top: 248px;
	left: 64px;
}

a.head_url2 {
	display: block;
	position: absolute;
	width: 322px;
	height: 124px;
	top: 154px;
	left: 64px;
}

.site_page {
	width: 888px;
	margin: 0px auto;
	background: url('../images/bg_bottom.jpg') no-repeat 0 100%;
}

.sidebar {
	float: left;
	width: 259px;
}

.content {
	float: right;
	/*width: 620px;*/
	width: 580px;
	padding-bottom: 35px;
	padding-right: 40px;
	/*background: green;*/
}

.content {
	line-height: 24px;
}

.sb_bg {
	margin-bottom: 5px;
	background: url('../images/sidebar/bg.jpg') repeat-y 0 0;
}

.sb_top {
	background: url('../images/sidebar/top.jpg') no-repeat 0 0;
}

.sb_bottom {
	height: 19px;
	background: url('../images/sidebar/bottom.jpg') no-repeat 0 0;
}

.sb_bg2 {
	margin-bottom: 24px;
	background: url('../images/sidebar/bg2.jpg') repeat-y 0 0;
}

.sb_top2 {
	background: url('../images/sidebar/top2.jpg') no-repeat 0 0;
}

.sb_bottom2 {
	height: 18px;
	background: url('../images/sidebar/bottom2.jpg') no-repeat 0 0;
}

.footer {
	margin: 0px auto;
	width: 888px;
	height: 107px;
	text-align: center;
	line-height: 24px;
}

.sb_top ul {
	padding: 6px 20px 5px 40px;
	list-style: none;
}

.sb_top li {
	padding-bottom: 5px;
}

.sb_top a {
	color: #FFFFFF;
	font-size: 14px;
	font-family: 'Arial';
	text-decoration: none;
	font-weight: bold;
}

.sb_top a:hover {
	color: #FEE0B8;
	font-weight: bold;
}

.sb_top2 ul {
	padding: 10px 20px 5px 54px;
}

.sb_top2 li {
	padding-bottom: 10px;
}

.sb_top2 a {
	color: #1F1F1F;
	font-size: 12px;
	font-family: 'Arial';
	text-decoration: none;
}

.sb_top2 p.book_content_cap {
	padding: 14px 20px 0px 40px;
}

.sb_top2 a:hover {
	color: #1F1F1F;
}

.footer ul {
	list-style: none;
}

.footer ul li {
	display: inline;
	margin-right: 10px;
}

.footer ul li.last {
	margin-right: 0px;
}

.footer a, div.content a {
	color: #535353;
	text-decoration: none;
	font-size: 14px;
	font-family: 'Arial';
}

.footer a:hover, div.content a:hover {
	color: #96713E;
}

div.content p {
	padding-right: 40px;
}

div.content h2 {
	font-size: 24px;
}

img.line {
	margin: 8px 0px 8px 0px;
}

a#chapter_delete, a#page_delete {
	color: #660000;
}

a#chapter_delete:hover, a#page_delete:hover {
	color: #FF0000;
}

a#read_more {
	color: #CC9966;
	text-decoration: underline;
}

div.footer ul li {
	padding-right: 12px;
	background: url('../images/footer_spliter.jpg') no-repeat 100% 4px;
}

div.footer ul li.last {
	padding-right: 0px;
	background: none;
}

a.chapter_prev {
	display: block;
	width: 141px;
	height: 39px;
	background: url('../images/prev.jpg') no-repeat 0 0;
}

a.chapter_prev:hover {
	background-position: 0 100%;
}

a.chapter_next {
	display: block;
	width: 141px;
	height: 39px;
	background: url('../images/next.jpg') no-repeat 0 0;
}

a.chapter_next:hover {
	background-position: 0 100%;
}

table.prev_next {
	margin-top: 10px;
	margin-bottom: 10px;
}

.book_content_cap {
	padding-top: 14px;
	padding-left: 40px;
}

.sidebar_images {
	margin-left: 22px;
}

.contact_us_form, .contact_us_form input, .contact_us_form textarea {
	width: 570px;
}

.contact_us_form textarea {
	height: 140px;
}

.send_message_button {
	text-align: center;
}

.send_message_button input {
	width: 200px;
}

.send_message_text {
	color: green;
}

#capcha {
	width: 120px;
}

#cp_mail {
	width: 300px;
}

/* Article */
a.article_chapter_next { background-image: url('../images/next_a.jpg') !important; }
a.article_chapter_prev { background-image: url('../images/prev_a.jpg') !important; }