body {
	margin: 0px;
	padding: 0px;
	background-color: #803f3d;
}

#header {
	height: 179px;
	background-image: url(../_i/hdr_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#menu {
	height: 44px;
	background-image: url(../_i/menu_bg.gif);
	border-top: 1px solid #000;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #c0c0c0;
	display: block;
	text-align: center;
	float: left;
	width: 100%;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

#menu li {
	border-left: 1pt solid #666;
	float: left;
	line-height: 44px;
	display: inline;	
}

#menu li a {
	margin: 0;
	text-decoration: none;
	text-align: center;
	color: #c0c0c0;
	padding-left: 30px;
	padding-right: 30px;
	display: block;	
}

#menu li a:hover {
	background-image: url(../_i/menu_bg_on.gif);
}

#content {
	background-color: #d5d2c6;
	background-image: url(../_i/shadow_right.gif);
	background-repeat: repeat-x;
	width: 100%;
	float: right;
}

#content_left {
	background-color: #f1eee5;
	background-image: url(../_i/shadow_left.gif);
	background-repeat: repeat-x;
	width: 50%;
	float: left;
	display: block;
	height: 100%;
}

#content_right {
	background-color: #d5d2c6;
	background-image: url(../_i/shadow_right.gif);
	background-repeat: repeat-x;
	float: right;
	width:49%;
	padding-top: 30px;
}

#footer {
	background-image: url(../_i/foot_shadow.gif);
	background-repeat: repeat-x;
	text-align: center;
}



#novels_list {
	text-align: center;
	color: #fff;
	font-size: 14pt;
	display: block;
	width: 100%;
	border: 3px green solid;	
}

#novels_list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 950px;

}

#novels_list li {
	float: left;
	display: inline;	
	margin-right: 20px;
}


#novels_list a, a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 14pt;
}


#novels_list a:hover {
	color: #ff0;
	text-decoration: none;
	font-size: 14pt;
}



.copyright {
	text-align: left;
	width: 950px;
	padding: 20px;
	height: 100px;
}

.testimonials {
	float: right;
	width: 475px;
	padding-top: 24px;
	padding-right: 24px;
}

.t_item {
	border-bottom: 1px solid #803f3d;
	vertical-align: middle;	
	display: block;
	position: relative;
	margin-top: 20px;
}

.t_news {
	vertical-align: middle;	
	display: block;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #383838;
	font-size: 12pt;
	font-family: Times New Roman;	
}

.t_news img {
	float: left;
	margin-right: 10px;
}

.t_item img {
	float: left;
	margin-bottom: 10px;
}

.t_headline {
	color: #803f3d;
	font-size: 13pt;
	font-family: Tahoma;
}

.t_text {
	padding: 10px;
	float: left;
	width: 380px;
}
.n_text {
	padding: 10px;
	float: right;
	width: 380px;
}

.t_subtitle {
	color: #383838;
	font-size: 14pt;
	font-family: Times New Roman;
}

.c_box {
	margin-top: 10px;
	width: 360px;
	margin-bottom: 20px;
	
}

.c_box_head {
	height: 23px;
	overflow: hidden;
	width: 360px;
	color: #f1eee5;
	font-size: 18pt;
	font-family: Times New Roman;	
	font-weight: bold;
	background-image: url(../_i/submenu_bg.gif);
	background-repeat: repeat-x;
	text-align: right;
}

.c_box_content {
	padding: 10px;
	background: #f1eee5;
	display: block;
	height: 170px;
	overflow: auto;
	color: #000;
	font-size: 12pt;
	font-family: Times New Roman;		
}

.c_box_content {
	padding: 10px;
	background: #f1eee5;
	display: block;
	height: 170px;
	overflow: auto;
	color: #000;
	font-size: 12pt;
	font-family: Times New Roman;		
}

.a_box_content {
	padding: 10px;
	background: #f1eee5;
	display: block;
	color: #000;
	height: 100%;
	font-size: 12pt;
	font-family: Times New Roman;		
}

.c_box_content ul {

	list-style-type: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	
}

.c_box_content li img {
	text-align: left;
	vertical-align: middle;
}

.c_box_content li {
	line-height: 16px;
	vertical-align: middle;
}


a, a:visited {
	color: #803f3d;
	border-bottom: 1px dotted #803f3d;
	text-decoration: none;
}

a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
}

.photographs {
	margin-top: 30px;
	text-align: right;
	height: 100%;
}