@charset "utf-8";
/* CSS Document */

body{
	background-image:url(images/bg.jpg);
	margin:0 auto 0 auto;
	background-attachment:scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#160e0b;
}
p{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height:20px;
	padding-top:10px;
	margin-top:0;
	padding-left:30px;
	margin-left:30px;
	font-weight:normal;
	list-style:none;
}
li{
	list-style-position: outside;
}

li a{
	text-decoration:none;
	color: #fff;
}
li a:hover{
	color:#FF6600;
}
li .active{
	color:#ff6600;
}
#header{

	width:880px;
	height:170px;
	margin:0 auto 0 auto;
}
#header_menu{
	width:260px;
	height:36px;
	float:right;
}
#mid_top{
	height:40px;
	width:880px;

	margin:0 auto 0 auto;
}
#mid{
	width:880px;
	height:auto;
	margin:0 auto 0 auto;
}
#left{
	width:240px;
	height:auto;
	float:left;
}

#left li .active{
	color:ff6600;
}

#right{
	width:640px;
	height:auto;
	float:left;
}
#right a:link{
	color:#4c3931;
}
#right a:visited{
	color:#4c3931;
}
#right a:hover{
	color:#990000;
}
#right_image{
	width:640px;
	height:340px;

}
#right_image_container{
	width:400px;
	height:340px;
	padding:0 80px 0 40px;
}
#right_content_title{
	width:600px;
	height:32px;
	background-image:url(images/content_title.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#right_content{
	width:520px;
	height:auto;
	padding:14px 80px 0 40px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0 auto 0 auto;
	background-image:url(images/right_repeat.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#footer{
	width:640px;
	height:130px;
	font-size:13px;
	text-align:center;
	line-height:150px;
	color:#fff;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
}
.content_title{
	font:"Times New Roman", Times, serif;
	font-size:26px;
	font-weight:bold;
	line-height:26px;
	padding-left:40px;
}
.sub_content_title{
	font-size:26px;
	font-weight:bold;
	line-height:26px;
	font-family: "Times New Roman", Times, serif;
}
.content_malaki{
	font-size:14px;
	color:#3f2e1e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.left_content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height:16px;
	padding-top:10px;
	margin-top:0;
	padding-left:30px;
	padding-right:10px;
	margin-left:30px;
	font-weight:normal;
	list-style:none;
}
.read_more{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3f2e1e;
	font-weight:bold;
	padding-left:20px;
	text-decoration:underline;
	background-image:url(images/read_more.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.left_link{
	font-size:12px;
	color:#FF9900;
	font-family:Arial, Helvetica, sans-serif;
}
