html body {
	 repeat-x; 
	 margin:0; 
	 padding:0;
	 background-image:url(images/bg_img.jpg);
	 background-size: 100%;
	 background-repeat:no-repeat;
	 background-attachment:fixed;
}

.full-block {
	display: block;
	height: auto;
	width: 1200px;
	padding: 0 auto;
	margin: 0 auto;
}

.header {
	display: block;
	width: 280px;
	height: 100%;
	float:left;
	background-attachment: scroll;
	background-image: url(images/menu_bg.jpg);
	background-position:left;
	border-bottom-style: solid;
	border-bottom-color: #978F85;
	position:fixed;
}

.header.floating .menu {
	padding-top: 5px;
}

.header.floating .logo {
	max-width: 280px;
}

.bilbox {
	position:absolute;
	z-index:1;
	color:#b8b8b8;
	width:20px;
	height:20px;
	text-align:center;
	padding:2px;
	padding-top:2px;
	background-color: #80000c;
	margin-left: 850px;
	font-family:'華康儷中黑(P)';
}

.bilbox:hover {
	position:absolute;
	z-index:1;
	background-color: #b8b8b8;
	color:#80000c;
}

.bilbox a{
	text-decoration:none;
	color:#b8b8b8;
}

.bilbox a:hover{
	text-decoration:none;
	color:#80000c;
}

.bilboxe {
	position:absolute;
	z-index:1;
	color:#80000c;
	width:20px;
	height:20px;
	text-align:center;
	padding:2px;
	background-color: #b8b8b8;
	margin-left: 880px;
	font-family:Verdana, Geneva, sans-serif;
}

.bilboxe:hover {
	position:absolute;
	z-index:1;
	color:#b8b8b8;
	background-color: #80000c;
	margin-left: 880px;
	font-family:Verdana, Geneva, sans-serif;
}

.bilboxe a{
	text-decoration:none;
	color:#80000c;
}

.bilboxe a:hover{
	text-decoration:none;
	color: #b8b8b8;
}

.logo img {
	width: 280px!important;
	height: auto;
	z-index:2;
	position:absolute;
	-webkit-filter: brightness (0%);
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.logo img:hover {
		-webkit-filter: brightness(125%);
}

.header .logo {
	float: none;
}

.header .img img {
	top:200px;
	position:absolute;
	left: 21%;
	-webkit-filter: brightness (0%);
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.header .img img:hover {
	-webkit-filter: brightness(120%);
}


.menu {
	top:380px;
	width:280px;
	float: none;
	height: 100%;
	font-size:20px;
	font-family:Verdana, Geneva, sans-serif;
	color: #42210B;
	position:absolute;
	text-align:center;	
}

.menu ul {
	margin:0px; 
	padding:0px}

/* menu li section which sets the menu option from left to right */
.menu ul li {
	display:block;
	height: 45px;
	float:none;
	list-style:none;
	margin: auto;	
}

/* Menu li a section which changes the option colour and remove the underline*/
.menu li a{
	color:#42210B;
	text-decoration:none;
}

/* meni li a:hover section which underlines the option while placing the mouse on the option */
.menu li a:hover{
	color:#F90;
	
}

.menu_h {
	width:100%;
	height:50px;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color: #806239;
	display:block;
	background-color:#FFF;	
}

.menu_h ul {
	margin:0px; 
	padding:0px
}

/* menu li section which sets the menu option from left to right */
.menu_h ul li {
	display:block;
	width: 100px;
	height:25px;
	float: left;
	list-style:none;
	margin-left:50px;
	margin-top:20px;
}

/* Menu li a section which changes the option colour and remove the underline*/
.menu_h li a{
	color:#806239;
	text-decoration:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 18px;
}

/* meni li a:hover section which underlines the option while placing the mouse on the option */
.menu_h li a:hover{
	color:#F90;
	
}

.menu_h li a.active{
	color:#42210b;
	background-image:url(images/menu_h-01.jpg);
	background-size: 60px 15px;
	background-repeat:repeat-y;
}


.menu_h_2 {
	width:auto;
	min-height:50px;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color: #806239;
	display:block;
	background-color:#FFF;	
}

.menu_h_2 ul {
	margin:0px; 
	padding:0px
}

/* menu li section which sets the menu option from left to right */
.menu_h_2 ul li {
	display:block;
	width: auto;
	height:25px;
	float: left;
	list-style:none;
	margin-left:25px;
	margin-top:20px;
}

/* Menu li a section which changes the option colour and remove the underline*/
.menu_h_2 li a{
	color:#806239;
	text-decoration:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 18px;
}

/* meni li a:hover section which underlines the option while placing the mouse on the option */
.menu_h_2 li a:hover{
	color:#F90;
	
}

.menu_h_2 li a.active{
	color:#42210b;
	background-image:url(images/menu_h-01.jpg);
	background-size: 60px 15px;
	background-repeat:repeat-y;
}

.dropdown {
	padding-top:5px;
	padding-left:40px;
	display:inline-block;
	width:auto;
	height:48px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}

.demo select {
		border: 0 !important;  /*Removes border*/
		-webkit-appearance: none;  /*Removes default chrome and safari style*/
		-moz-appearance: none; /* Removes Default Firefox style*/
		background: #5b1d14 url(images/arrow_down.png) no-repeat 10% center;
		width: 70px; /*Width of select dropdown to give space for arrow image*/
		color: #FFF;
		padding:5px;
		padding-left: 23px;
	}

.pagemain {
	width: 920px;
	height:auto;
	float:right;
	margin:0 ;
	padding:0;
}

.banner img{
	display:block;
	width:100%;
}


#content{
	width: 920px;
	min-height: 300px;
	background-color:#BAB7AF;
	float:right;
}

#content .box1 {
	display: box;
	background-image: url(images/box1_bg.jpg);
	width: 460px;
	height: 520px;
	float:left;
}

#content .box1 img {
    margin-left: 20px;
}

#content .box2 {
	display: box;
	background-image: url(images/box2_bg.jpg);
	width: 460px;
	height: 520px;
	float:right;
}

#content .box2 img{
	width:120px;
	height:120px;
}


.box1 h1, .box2 h1 {
	padding-left:50px;
	padding-top:10px;
	font-size: 25px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:100;
	color:#42210B;
}

.box1 h2, .box2 h2 {
	padding-left:50px;
	font-size: 20px;
	font-family:Verdana, Geneva, sans-serif;
	color:#42210B;
	font-weight:100;
	
}

.box1 p, .box2 p {
	padding-left: 50px;
	padding-right:50px;
	font-size: 16px;
	line-height: 25px;
	font-family:Verdana, Geneva, sans-serif;
	color:#42210B;
}

.box1 .read a, .box2 .read a{
	padding-left: 350px;
	font-size:13px;
	color:black;
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	color:#603813;
}

.box1 .read a:hover, .box2 .read a:hover{
	color:#FC0;
	text-decoration: none;
}

.box5 a{
	margin-bottom:0;
	margin-left: 490px;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	color:black;
	text-decoration: none;
	position:inherit;
}

.box5 a:hover {
	color:#FC0;
	text-decoration: none;
}

.box5 .date {
	margin-top:0;
	margin-left:430px;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	color:black;
	position:absolute;
}

.box2 table {
	padding-left:50px;
}

.box2 table h3{
	padding-left:20px;
	font-size: 18px;
	font-family:Verdana, Geneva, sans-serif;
	color:#42210B;
}

.box2 table h4{
	padding-left:20px;
	font-size: 16px;
	font-family:Verdana, Geneva, sans-serif;
	color:#4D4D4D;
}

#content_2 {
	width: 920px;
	min-height: 390px;
	background-color:#fff;
	float:right;
	padding-bottom:30px;
}

img.cent{
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:40px;
}
#content_2 h1{
	font-size:25px;
	margin-left:30px;
	font-family:Verdana, Geneva, sans-serif;
	color:#42210b;
}

#content_2 p{
	font-size:17px;
	margin-left:30px;
	margin-right:30px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	line-height:25px;
}

#content_2 ul{
	margin-top:-30px;
}

#content_2 ul li{
	margin-left:10px;
	font-size:17px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	line-height:25px;
}

#content_2 .box1{
	display:inline-block;
	width:550px;
	height:auto;
	font-size:17px;
	margin-left:30px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	line-height:25px;
}

#content_2 .box2{
	display:inline-block;
	width:300px;
	height:200px;
	float:right;
	margin-right:20px;
}


#content_2 .box2 img{
	width:100%;
}

#content_2 .box3{
	display:inline-block;
	width:870px;
	height:300px;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}

#content_2 .box4{
	display:inline-block;
	width:300px;
	height:300px;
}

#content_2 .box4 img{
	width:100%;
}

#content_2 .box5{
	display:inline-block;
	width:550px;
	height:300px;
	float:right;
	margin-left:10px;
}

#content_2 .box5 h2{
	margin-top:0;
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
}

#content_2 .box5 p{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	margin-left:5px;
	margin-right:5px;
}

#content_2 .box6 {
	display: inline-box;
	background-color:#a8a38e;
	width: 460px;
	height: 190px;
	float:left;
}

#content_2 .box7 {
	display: inline-box;
	background-color:#a89d8e;
	width: 460px;
	height: 190px;
	float:left;
}

#content_2 .box6 h1,#content_2 .box7 h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#42210b;
	margin:20px;
}

#content_2 .box6 p, #content_2 .box7 p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#736357;
	margin:20px;
	margin-right:60px;
}

#content_2 .box6 img, #content_2 .box7 img{
	position:absolute;
	margin-top:70px;
	margin-left:420px;
}

#content_2 .box6 a, #content_2 .box7 a{
	text-decoration: none;
}


#content_2 .box6 a:hover, #content_2 .box7 a:hover{
	text-decoration: none;
}


.Button {
	-moz-box-shadow:inset 0px 1px 3px 0px #b3937d;
	-webkit-box-shadow:inset 0px 1px 3px 0px #b3937d;
	box-shadow:inset 0px 1px 3px 0px #b3937d;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ba6125), color-stop(1, #42210b));
	background:-moz-linear-gradient(top, #ba6125 5%, #42210b 100%);
	background:-webkit-linear-gradient(top, #ba6125 5%, #42210b 100%);
	background:-o-linear-gradient(top, #ba6125 5%, #42210b 100%);
	background:-ms-linear-gradient(top, #ba6125 5%, #42210b 100%);
	background:linear-gradient(to bottom, #ba6125 5%, #42210b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba6125', endColorstr='#42210b',GradientType=0);
	background-color:#ba6125;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #42210b;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	padding:11px 23px;
	text-decoration:none;
	text-shadow:0px -1px 0px #805132;
}
.Button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #42210b), color-stop(1, #ba6125));
	background:-moz-linear-gradient(top, #42210b 5%, #ba6125 100%);
	background:-webkit-linear-gradient(top, #42210b 5%, #ba6125 100%);
	background:-o-linear-gradient(top, #42210b 5%, #ba6125 100%);
	background:-ms-linear-gradient(top, #42210b 5%, #ba6125 100%);
	background:linear-gradient(to bottom, #42210b 5%, #ba6125 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#42210b', endColorstr='#ba6125',GradientType=0);
	background-color:#42210b;
}
.Button:active {
	position:relative;
	top:1px;
}

.Button_2 {
	background-color:#42210b;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #42210b;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
	padding:5px 10px;
	text-decoration:none;
}
.Button_2:hover {
	background-color:#9b4e1b;
}
.Button_2:active {
	position:relative;
	top:1px;
}

.footerhold {
	display: inline-block;
	width: 920px;
	height:450px;
	float:right;
}

.footer{
	display: inline-block;
	background-color:#A8A38E;
	width: 920px;
	height:300px;
}

.logoboxhold {
	display: block;
	margin-top:60px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height: 220px;
	
}

.logobox {
	float:left;
	display: inline-block;
	width: 135px;
	max-height:225px;
	padding-left:40px;
}

.logobox .up{
	width:135px;
	height:135px;
	margin: 0 auto;
}

.logobox .down{
	width: 135px;
	height: 50px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	color:#42210B;
}

#content_2 .sfno-hold {
	margin-left: auto;
	margin-right:auto;
	margin-top:30px;
	width:870px;
	min-height:250px;
}

#content_2 .sfno-up {
	width:870px;
	height:50px;
	background-color:#a8a38e;
	
}

#content_2 .sfno-up p {
	color:#42210b;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	padding-top:10px;
}

#content_2 .sfno-up .date1 {
	margin-top:14px;
	margin-left:680px;
	font-size:15px;
	font-family:Verdana, Geneva, sans-serif;
	color:#42210b;
	position:absolute;
}

#content_2 .sfno-down {
	display:inline-block;
	width:870px;
	min-height:200px;
	background-color:#d0c9b4;
}

#content_2 .sfno-down p {
	padding-top:10px;
	padding-left:20px;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#d0c9b4;
}

#content_2 .sfno-down iframe {
	margin:35px;
}


#content_2 table {
	margin-top:0px;
	margin-left:20px;
	margin-right:20px;
	width:880px;
	border-collapse:collapse;
}

#content_2 table tr.d0 td {
	background-color:#eae6dc;
}
#content_2 table tr.d1 td{
		background: #c6bba1;
	}

#content_2 table th {
	background-color:#a8a38e;
	font-family:Verdana, Geneva, sans-serif;
	color:#42210b;
	font-size:16px;
	height:35px;
	text-align:left;
	text-align:center;
}

#content_2 table td {
	background-color:#a8a38e;
	font-family:Verdana, Geneva, sans-serif;
	color:#42210b;
	font-size:16px;
	height:35px;
	text-align:left;
	text-align:center;
}


#content_2 table td:first-child {
    text-align: left;
	padding-left:10px;
}​

#content_2 .box_8 {
	display: inline-block;
	width: 290px;
	height: 350px;
	float:left;
}

#content_2 .box_8 .up{
	display:block;
	width: 290px;
	height: 290px;
}

#content_2 .box_8 .down{
	display:block;
	width: 290px;
	height: 60px;
	text-align:center;
}

#content_2 .box_8 .down h1{
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
	color:#42210b;
}

#content_2 .box_8 .down h2{
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#4d4d4d;
}

#content_2 .box9 {
	display:inline-block;
	width:880px;
	height:400px;
	padding-left: 20px;
}

#content_2 .box9 .left {
	display:inline-block;
	float:left;
	width:400px;
	height:400px;
}

#content_2 .box9 .right {
	display:inline-block;
	float:left;
	width:480px;
	height:400px;
}

#content_2 .box9 .right h1{
	font-size:25px;
	font-family:Verdana, Geneva, sans-serif;
	color:#42210b;
	padding-top:0px;
}

#content_2 .box9 .right h2{
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
	color:#42210b;
	padding-left:28px;
}

#content_2 .box9 .right h3{
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	padding-left:20px;
}

#content_2 .box9 .right p{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#42210b;
	padding-top:0px;
}


#content_2 .box9 .right hr{
	width:460px;
	float:right;
}

.box2 form {
	font-family:Verdana, Geneva, sans-serif;
	color:#736357;
	font-size:16px;
}

input.field{
	width:200px;
	height:25px;
	border-color:#897c52;
	background-color:#ffffff;
	border-style:solid;
	font-family:Verdana, Geneva, sans-serif;
}


textarea.field{
	width:200px;
	height:80px;
	border-color:#897c52;
	background-color:#ffffff;
	border-style:solid;
	font-family:Verdana, Geneva, sans-serif;
}

.footer2 {
	display: inline-block;
	float:right;
	background-color:#231816;
	width: 920px;
	height:200px;
}

.footer2 font {
	padding-top:20px;
	padding-left:40px;
	color:white;
	font-family:Century Gothic;
	font-size:20px;
	letter-spacing: 5px;
}

.footer2 table {
	padding-left:20px;
}

.footer2 table td{
	padding-left:20px;
	font-size:14px;
	color:white;
	font-family:Century Gothic;
	letter-spacing: 2px;
}

.footer2 table td a{
	font-size:14px;
	color:white;
	font-family:Century Gothic;
	letter-spacing: 2px;
	text-decoration:none;
}

.footer2 table td a:hover{
	font-size:14px;
	color:#FC0;
	font-family:Century Gothic;
	letter-spacing: 2px;
	text-decoration:none;
}

#content_2 .iframe2{
	display:block;
	width:870px;
	max-height:800px !important;
	min-height:400px;
    font-family: Verdana, Geneva, sans-serif;
	padding-left:30px;
	
}

@font-face {
    font-family: '華康儷中黑(P)'; 
    src: url('font/DFFN_C5.eot');
	src: url('font/DFFN_C5.ttc') format('ttc'),
		url('font/DFFN_C5.ttf') format('truetype'),
		url('font/DFFN_C5.woff') format('woff');
}

@font-face {
    font-family: '華康儷細黑(P)'; 
    src: url('font/DFFN_C3.eot');
	src: url('font/DFFN_C3.ttc') format('ttc'),
		url('font/DFFN_C3.ttf') format('truetype'),
		url('font/DFFN_C3.woff') format('woff');
}

.btn {
	font-size:15px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:1px solid #000;
	padding:9px 18px;
	text-decoration:none;
	background-color:#514338;
	color:#fff;
	display:inline-block;
	font-family: '華康儷中黑(P)'; 
}
.btn:hover {
	background-color:#756256;
}
.btn:active {
	position:relative;
	top:1px;
}

#content_3 {
	width: 870px;
	min-height: 400px;
	background-color:#fff;
	 font-family:'華康儷中黑(P)';
}

#content_3 table {
	width:860px;
	border-collapse:collapse;
	font-family:'華康儷中黑(P)';
}

#content_3 table tr.d0 td {
	background-color:#eae6dc;
	font-family:'華康儷中黑(P)';
}
#content_3 table tr.d1 td{
		background: #c6bba1;
	font-family:'華康儷中黑(P)';
	}

#content_3 table th {
	background-color:#a8a38e;
	font-family:'華康儷中黑(P)';
	color:#42210b;
	font-size:16px;
	height:35px;
	text-align:left;
	text-align:center;
}

#content_3 table td {
	background-color:#a8a38e;
	font-family:'華康儷中黑(P)';
	color:#42210b;
	font-size:16px;
	height:35px;
	text-align:left;
	text-align:center;
}

#content_3 table td:first-child {
    text-align: left;
	padding-left:10px;
}​