/* CSS Document */
@charset "iso-8859-1";

#container{
	position:relative;
	width:1000px;
	left:0px;
	margin:auto;
	}
	
#main_box{
	background-image:url(../imgs/bgs/bg_8.jpg);
	position:relative;
	top: 2px;
	left:0px;
	width:1000px;
	height:1300px;
	}
	
#logo_box{
	position:relative;
	background-color:#FFFFFF;
	top: 0px;
	height:70px;
	left:0px;
	width: 1000px;
	}
	
#img_1{
	position:absolute;
	top:80px;
	left:256px;
	height:230px;
	width:160px;
	border:#FFF 2pt;
	}
	
#sect_box{
	position:absolute;
	top: 25px;
	left:258px;
	height:35px;
	width:200px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	color:#B06014;
	top: 40px;
	}
	
#txt_box{
	position:absolute;
	background-image: none;
	top: 350px;
	height:243px;
	width: 400px;
	left:260px;
	}
		
#copyrt_box{
	width:1000px;
	}

#navigation {
	position:absolute;
	text-align:left;
	float:left;
	top:40px;
	left: 0;
	width:140px;
	margin:20px;
}

a, li	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
 	color:#B06014;
	line-height:175%;
	text-decoration:none;
	list-style:none;
	}

ul {
	list-style:none;
	}

.body_txt {
	font-family:Georgia, Times, serif;
	font-size: 12.5px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #989898;
}


.style2 {font-family: Georgia, Times, serif; font-size: 13px; font-style: normal; line-height: 20px; font-weight: normal; color: #444; }
