		#logo {
	border: 0px solid #c4c8cc;
	


*/
	
	-moz-opacity: 0.8;
	opacity: 0.8;
	
	border-top-left-radius: 100px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 200px;
	border-bottom-left-radius: 15px;
	background-color:antiquewhite;
	position:relative;
	width: auto;
	height: auto;
	float: right;
	margin-top: 20px;
	margin-right: 15px;
	color: #572A13;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align:center;
	font-size:40px;
	font-family:;
	font-weight: bolder;
			
}
		body {
	margin: 0;
	color: #000;
	background-color: #6A750C;
	background-repeat: no-repeat;
	background-image: url();
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.4;
	float: none;
	text-align: center;
		}
				
h1  {
	margin-top: 0px;
	/* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left:  15px;
	color:#999;
	font-size: 22px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
		
		} 
		
h2 {
	margin-top: 0px;
	/* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left:  15px;
	color:#000;
	font-size: 14px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
		
		}
h3, h4, h5 {
	margin-top: 0px;
	/* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left:  15px;
	color:#ffffff;
	font-size: 16px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;		
		}		
h6 {
	margin-top: 0px;
	/* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left:  15px;
	color:#44220F;
	font-size: 17px;
	text-align:center;
	font-family:;
 
		}
h7  {
	margin-top: 0px;
	/* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left:  15px;
	color:#333;
	font-size: 16px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
		
		} 		

h8  {
	margin-top: 0px;
	/* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left:  15px;
	color:#999;
	font-size: 22px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
		
		} 	
	
p {
	
	font-size: 13px;
	text-align:right;
	font-family:"Times New Roman", Times, serif;
	text-decoration: none;
		
}		
p2 {
	color: #900;
}	
p3 {
	color: #6C4824;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
}			
p4 {
	color: #333;
	text-align: center;
}	
p5 {
     color: darkred;
}	
p10 {
	color: #FFF;
}	
p11 {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-decoration: none;
}	 
p12 {
	color: #FFF;
}
p13 {
	color:#630;
	
	font-weight: bold;
}			
p14 {
	color: #000;
	font-weight: bold;
}	
		/* add img or color befor text */
		dd:after{
		content: ". ";
		color: black;
		font-size:40px;
		}
		
		h4:after{
		content: " :: ";
		color: red;
		font-size:25px;
		
		
		} 
		
		h5:after{
		content: " . ";
		color: red;
		font-size:20px;
		
		
		} 
		
		a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
		}
		
		/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
		a:link {
			color: #fff;
			text-decoration: none;
			}
		
			 /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
		
		a:visited {
			color: #FFF;
			text-decoration: none;									
					}
		
		a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #FC0;
	font-weight: bold;
		}
		
		/* ~~ This fixed width container surrounds all other divs ~~ */
		.container {
	behavior: url(ie-css3.htc);
	margin-left: auto;
	height: auto;
	
	background-position: 255;
		}
	.inside_container {
	
	width: 970px;
	
	margin-left: auto;
	height: auto;
	
	margin-right: auto;
	background-color: #FFFFFF;
	
	background-repeat:no-repeat;
	
	/*background: rgba(255, 255, 255, 0.3); meaning of the value is : 200 = Red Value, 54 = Green Value, 54 = Blue Value, 0.5 = Transparency */
		
		}		
	.header {
	
	
	width: 970px;
	height: 420px;
	background-color: antiquewhite;
	background-image: url(../image/spa-header_1.jpg);
	background-repeat: no-repeat;
	background-position: right;
		}
		
	.menubar {
	padding-top: 700px;
	width: auto;
	
		}
		
		
	.content {
	behavior: url(ie-css3.htc);
	width: 970px;
	float: none;
	background-image: url(url(url()));
	height: auto;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
		}
		
				
	.footer {
	behavior: url(ie-css3.htc);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	font-size: 14px;
	text-align: center;
	background-color: #411802;
	background-image: url(../image/B_color.jpg);
	height: auto;
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	padding: 15px;
	margin-right: -5px;
	margin-left: -5px;
	margin-bottom: -5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
			
		}
		.footerextra {
	
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	font-size: 14px;
	text-align: center;
	font-weight:550	;
	background-color:#3E2717;
	
	height: auto;
	font-family:Verdana;
	color: #FFF;
	padding: 15px;
	margin-right: -5px;
	margin-left: -5px;
	margin-bottom: -5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
			
		}
		.menufooter {
	behavior: url(ie-css3.htc);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	font-size: 14px;
	text-align: center;
	background-color: #411802;
	background-image: url(../image/textareabx.jpg);
	height: auto;
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	padding: 15px;
	margin-right: -5px;
	margin-left: -5px;
	margin-bottom: -5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
		}
		
		/* ~~ Miscellaneous float/clear classes ~~ */
		.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
			float: right;
			margin-left: 8px;
		}
		.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
			float: left;
			margin-right: 8px;
		}
		.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
			clear:both;
			height:0;
			font-size: 1px;
			line-height: 0px;
		}
		
				
		
		

.leftmenu {
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color= #000);
	height: auto;
	width: auto;
	float: left;
	-moz-box-shadow: 10px 10px 15px #000;
	-webkit-box-shadow: 10px 10px 15px #000; /* Safari and Chrome */
	box-shadow: 10px 10px 15px #000;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	height: 215px;
	width: 200px;
	clear: none;
	position: absolute;
	left: 6px;
	top: 42px;
	background-color: #FAEBD7;
	}
	
.lang {
	height: auto;
	width: 270px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	}
#table_prop {
	
	width: 890px;
	
	}
#table_prop_color {
	width: 890px;
	background-color: #F4EADB;
	}
#table_prop_spa {
	width: 840px;
	color: #281707;
	}
#table_prop_spa_en {
	width: 840px;
	color: #281707;
	text-align: left;
	}
#table_prop_index {
	width: 840px;
	color: #FFF;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	}	
#table_prop_spa_index {
	width: 840px;
	color: #300;
	} 
#table_menufooter {
	width: 900px;
	color: #fff;
	} 	
 #table_html {
	width: 400px;
	height: auto;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	
	}
	#table_child {
	width: 500px;
	height:auto;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	
	}
	#table_html_w {
	width: 390px;
	height:auto;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FC0;	
	}
	#table_kv {
	width: 890px;
	height:auto;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	float: none;
	}
#table_html_en {
	width: 390px;
	height:auto;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	filter:alpha(opacity=60);
	
	}
 #box_html {
	width: 400px;
	height: auto;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	background: #F4EADB;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	}
 #box_child { 
	width: 370px;
	height:auto;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	background: #F4EADB;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	}
 
#main_menu {
	-webkit-border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-topleft: 15px;
	/*border-radius: 0 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	*/
	height: 20px;
	width: 400px;
	float: right;
	background-color: #8F521C;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../image/o_color.jpg);
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: medium dashed #FFF;
	 
 }
#CSS_menu_new {
	height: auto;
	margin: 0px;
	
}
