body {
	font-family: Verdana, Arial, Helvetica, sans-serif, Trebuchet MS;
	font-size: 11px;
	color: #000000;
	background-color: #993233;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	text-align: center;
}

/* -------------------------------------------------------------------WRAPPER */
.wrapper {
	width: 760px;
	margin: 0 auto;	
	background-image: url(images/bg-inside.gif);
	background-repeat:repeat-x;
}
.clear {
	float:none;
	clear:both;
}
.wrapper_content {
	width:756px;
	margin: 0 auto;
	background:url(images/bg-content.gif) repeat-y;
}

/* -------------------------------------------------------------------HEADER */
.header {
	width: 756px;
	margin: 0 auto;
}

/* -------------------------------------------------------------------MENU UP */
.menu_up {
	width: 756px;
	margin: 0 auto;
	background:url(images/bg-header_u.gif);
}
.menu_up a {
	color:#FFFFFF;
	text-decoration:none
}
.menu_up a:hover {
	color:#FFCC00;
	text-decoration:none
}
.menu_up-left {
	float:left;
	width:212px;
	height:23px;
	background:url(images/header_u1.gif) no-repeat;
	color:#FFFFFF;
	font-size: 10px;
	padding-left: 10px;
	padding-top: 3px;
}
.menu_up-right {
	width:216px;
	height:26px;
	float:right;
	background:url(images/bg-menu_u.gif);
}
.menu_up-corner {
	float:left;
}
.menu_up-inside {
	float:left;
	width:100px;
	padding-top:2px;
	color:#FFFFFF;
	text-align:center;
}

/* -------------------------------------------------------------------CONTENT LEFT */
.content_left {
	width:222px;
	float:left;
	
}
.menu_side ul {
	font-size: 12px;
	color: #FFFFFF;
	list-style-type: none;
	margin:0;
	padding: 0;
	text-align:left;
}
.menu_side li {
	background-image: url(images/bg-menu_s.gif);	
	height: 23px;
	width: 193px;
	padding-left:7px;
	padding-top:7px;
	margin: 0px;
}
.menu_side a:link, .menu_side a:visited, .menu_side a:active {
	color:#FFFFFF;
	text-decoration:none;
}
.menu_side a:hover {
	color:#FFCC00;
	text-decoration:underline;
	font-weight:bold;
}
/* -------------------------------------------------------------------CONTENT RIGHT */
.cotent_right {
	float:left;
	width:534px;
	background-color:#f7f0dd;
}

.content_right_top {
	width:520px;
	margin: 0 auto;	
}
.content_right_link {
	width:132px;
	height:18px;
	margin-right:20px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	paddint-top:10px;
	float:left;
	background:url(images/tab-big.gif);
}
.content_right_link a:link, .content_right_link a:visited, .content_right_link a:active {
	color:#FFFFFF;
	text-decoration:none;
}
.content_right_link a:hover {
	color:#FFCC00;
	text-decoration:none;
}
.content_right_line {
	width:520px;
	height:12px;
	background:url(images/bg-tab.gif);
}

.content_right_banner {
margin: 5px auto;
width:500px;
text-align:center;
height:150px;
/*height:75px;*/
}
.content_right_banner h1{
font-size:24px;
padding-top:12px;
margin-bottom:5px;
}
.content_right_banner h2{
font-size:14px;
margin:0px;
}

/* -------------------------------------------------------------------BOOK REVIEW */
.book_review {
	width:183px;
	margin-left:11px;
	margin-top:10px;
	color:#FFFFFF;
	text-align:left;
}
.book_review_top {
	width:183px;
	height:26px;
	padding-top:15px;
	color:#FFCC00;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	background:url(images/book-top.gif) no-repeat;
}
.book_review_middle {
	width:183px;
	padding:5px 0;
	text-align:left;
	background:url(images/book-bg.gif);
}
.book_review_bottom {
	width:183px;
}
.book_content {
	width:146px;
	margin: 0 auto;
}
.book_content h1 {
	font-size:12px;
	font-weight:bold;
	margin:5px 0px 3px 0px;
}
.book_content h2 {
	font-size:10px;
	font-weight:bold;
	margin-top:4px;
	margin-bottom:0px;
}
.book_content img {
	margin-right:3px;
	float:left;
}
.book_content a:link, .book_content a:visited, .book_content a:active {
	color:#FFFFFF;
	text-decoration:none;
}
.book_content a:hover {
	color:#FFCC00;
	text-decoration:underline;
}
.book_content_line {
	border-bottom:#FFFFFF 1px solid dotted;
	width:146px;
	height:2px;
	margin: 0 auto;
	padding: 2px 0;
}

/* -------------------------------------------------------------------FOOTER */
.footer {
	width: 756px;
	margin: 0 auto;

}
.footer_left {
	background:url(images/bg-footer_left.gif) no-repeat;
	width:222px;
	height:84px;
	float:left;
}
.footer_right {
	background:url(images/bg-footer_right.gif) repeat-x;
	width:534px;
	height:84px;
	float:left;
}
.footer_logo {
	width:134px;
	float:right;
	margin-right:5px;
}
.footer_text {
	margin-top:25px;
	width:384px;
	color:#FFFFFF;
	float:left;
}
.footer_text h1 {
	margin:0 0 5px 0;
	font-size:12px;
}
.footer_text h2 {
	font-size:8px;
	margin:0px;
	font-family: "Times New Roman", Times, serif;
}
.search {
	width:156px;
	margin-left:24px;
	margin-top:15px;
	background:url(images/search-bg.gif);
}
.search_txt {
	font-size:11px;
	width:110px;
}

/* -------------------------------------------------------------------CONTENT RIGHT - BOX NEWS */
.wrapper_news {
	width:520px;
	background-color:#faebc6;
	margin-top:20px;
	text-align:justify;
}
.news_title {
	width:520px;
	text-align:right;
	background-color:#f7f0dd;
}
.news_line_up {
	width:520px;
	height:12px;
	background:url(images/bg-news-up.gif);
}
.news_line_buttom {
	width:520px;
	height:12px;
	background:url(images/bg-news-buttom.gif);
}
.box_news {
	width:520px;
	background:url(images/bg-news-front.gif);
	color:#336699;
}
.box_news h1 {
	font-size:11px;
	font-weight:bold;
	margin:0 0 6px 0;
}
.box_news h2 {
	font-size:10px;
	margin: 2px 0;
	text-align: right;
}
.box_news img {
	float:left;
	margin-right:3px;
}
.box_news ul {
	font-size:9px;
}
.box_news li {
	margin-left:-25px;
	list-style-type: square;
}
.box_news a {
	color:#336699;
	text-decoration:none;
}
.box_news a:hover {
	color:#cc6600;
	text-decoration:none;
}
.box_news_title {
	width:520px;
	height:31px;
	background:url(images/box_news_up.gif);
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}
.box_news_content {
	background:url(images/bg-news-front.gif);	
	margin:5px 0px;
	text-align:justify;
}
.box_news_footer {
	width:520px;
}
.box_news_tleft {
	margin-top:8px;
	width:130px;
	text-align:center;
	margin-left:6px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	float:left;
}
.box_news_tright {
	margin-top:8px;
	width:370px;
	text-align:center;
	margin-leftt:100px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	float:left;
}
.box_news_cleft {
	width:225px;
	padding-left:20px;
	padding-right:10px;
	float:left;
}
.box_news_cright {
	float:left;
	width:225px;
	padding-left:24px;
	padding-right:12px;
}

/* -------------------------------------------------------------------CONTENT INSIDE*/
.content_title {
	width:520px;
	text-align:right;
	background-color:#f7f0dd;
}
.content_titletext {
	float:right;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	color: #993233;
	margin-top:5px;
	font-family: "Times New Roman", Times, serif;
}
.content_head {
	height:30px;
	float:right;
	background-color: #90413F;
	background-image: url(images/content-head.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.ornamen {
   height:30px;
	width:108px;
	float:left;
}
.content_headtext {
	margin:2px 3px 0px 64px;
	font-size:10px;
}
.content_headtext a {
	color:#FFFFFF;
	text-decoration:none;
}
.content_inside {
	width:500px;
	margin:10px auto;	
}
.content_inside h1 {
	font-size:14px;
	color:#993233;
	margin-top:0px;
	margin-bottom:3px;
}
.content_inside h2 {
	font-size:10px;
	margin-top:0px;
	margin-bottom:10px;
	font-weight:normal;
}
.content_inside p {
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif, Trebuchet MS;
	font-size: 10px;
}
/* -------------------------------------------------------------------NEWS INDEX */
.newsindex_box {
	width:490px;
	margin:10px auto;
	padding:5px;
	border: 1px #993233 dotted;
	background-color: #F7F0DD;
}
.newsindex_box h1 {
	font-size:12px;
	font-weight:bold;
	margin:0 0 3px 0;
}
.newsindex_box h2 {
	font-size:10px;
	margin: 2px 0;
	font-weight:normal;
}
.newsindex_box h3 {
	text-align:right;
	font-size:11px;
	margin: 2px 0;
	font-weight:normal;
}
.newsindex_box p {
	line-height:14px;
	margin: 2px 0
}
.newsindex_box a {
	color:#993233;
	text-decoration:none;
}
.newsindex_box a:hover {
	color:#CC3300;
	text-decoration:underline;
}


