/* CSS Document */
body{
	background:#2d1515 url(/images/body_bg.gif) top repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#bd9394;
	font-size:12px;
	text-align:center;
	margin:0 auto;
	padding:0 0 0 0px;
}
#main_body_container{
	width:1055px;
	margin:0 auto;
	padding:0px;
}
#header_part{
	background:url(/images/header.jpg) top no-repeat;
	width:1055px;
	height:390px;
	float:left;
	color:#784b21;
	text-align:center;
	/*padding-top:20px;*/
}
#body_main_part{
	width:981px;
	float:left;
	padding-left:37px;
	padding-right:37px;
	padding-bottom:8px;
	
}
h1 {
 color:#fcb026;
}

h2 {
 color:#fcb026;
}

h3 {
 color:#fcb026;
}

/* --------------------------------------- body left --------------------------------------*/
#body_left_container{
	width:592px;
	float:left;
}
#left_heading{
	background:url(/images/main_heading.gif) left top no-repeat;
	width:553px;
	height:45px;
	text-align:left;
	color:#fcb026;
	padding-left:39px;
	padding-top:15px;
	font-size:20px;
	font-weight:bold;
}
#left_text_part{
	width:538px;
	padding-left:39px;
	padding-right:15px;
	text-align:left;
	float:left;
	padding-top:8px;
}
.read_more{
	width:96px;
	height:28px;
	float:right;
}
.read_more_area_1{
	background:url(/images/button.gif) left top no-repeat;
	width:96px;
	height:28px;
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	border:none;
}
	








/* --------------------------------------- body right --------------------------------------*/

#body_right{
	/*background:url(/images/right_heading.gif) right top;*/
	float:right;
	width:380px;
	/*height:77px;*/
}
#right_heading_container{
	background:url(/images/right_heading.gif) right top;
	width:380px;
	height:37px;
	float:right;
	text-align:center;
	padding-top:40px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#right_bg{
	background:url(/images/right_bg.gif) repeat-y;
	width:380px;
	float:right;
}
#right_link_area{
	width:280px;
	padding-left:50px;
	padding-right:50px;
	float:left;
	padding-top:8px;
}
#right_link_area ul{
	width:280px;
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
	display:block;
}
#right_link_area ul li{
	background:url(/images/bullet.gif) left top no-repeat;
	padding-left:15px;
	float:left;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:20px;
	width:265px;
	font-weight:bold;
}
#right_link_area ul li a{
	/*background:url(/images/bullet.gif) left top no-repeat;
	padding-left:15px;*/
	float:left;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#right_link_area ul li a:hover{
	/*background:url(/images/bullet.gif) left top no-repeat;
	padding-left:15px;*/
	float:left;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}
	
	
#right_dwn{
	background:url(/images/right_dwn.gif) bottom no-repeat;
	width:380px;
	height:30px;
	float:right;
}





/* ---------------------------------------------- footer -----------------------------------------*/
#footer_container{
	background:url(/images/footer.gif) top repeat-x;
	height:72px;
	text-align:center;
}
	
#footer_bg{
	background:url(/images/footer.gif) top repeat-x;
	width:1055px;
	float:left;
	height:57px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#371816;
	
}

.footer_text{
	width:450px;
	float:left;
	padding-top:15px;
	text-align:left;
	padding-left:15px;
}
.footer_text_1{
	width:261px;
	float:right;
	padding-top:15px;
	text-align:right;
	padding-right:15px;
	font-size:18px;
	font-weight:bold;
}
	
	

