		#logo {
	border: 0px solid #c4c8cc;
	-moz-border-bottom-colors: #300 #600 #700 #800 #900 #A00;
	-moz-border-top-colors: #300 #600 #700 #800 #900 #A00;
	-moz-border-left-colors: #300 #600 #700 #800 #900 #A00;
	-moz-border-right-colors: #300 #600 #700 #800 #900 #A00;


*/
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color= #000000);
	text-shadow: 0px -11px 10px #fff, 0px -3px 9px #FFf;
	-moz-box-shadow: rgba(0,0,0,0.5) 10px 10px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 10px 10px; /* Safari and Chrome */
	box-shadow: rgba(0,0,0,0.5) 10px 10px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-webkit-border-top-left-radius: 100px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 200px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 200px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 100px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 200px;
	border-bottom-left-radius: 15px;
	background-color:#D67A43;
	position:relative;
	width: auto;
	height: auto;
	float: right;
	margin-top: 20px;
	margin-right: 15px;
	color: #572A13;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align:center;
	font-size:45px;
	font-family:;
	font-weight: bolder;
	
}
		body {
	margin: 0;
	color: #000;
	background-color: #845716;
	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: 20px;
	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:;
 
		}
		
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;
}	
p5 {
	color: #F90;
}	
p10 {
	color: #FFF;
}	
p11 {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
}	 
p12 {
	color: #600;
}			
p13 {
	color: #600;
	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. ~~ */
		
		
			 /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
		
		a:link {
			color: #fff;
			text-decoration: none;
			}
		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: #F90;
	font-weight: bold;
		}
		
		/* ~~ This fixed width container surrounds all other divs ~~ */
		.container {
	behavior: url(ie-css3.htc);
	
	-moz-box-shadow: 10px 10px 15px #000;
	-webkit-box-shadow: 10px 10px 15px #000;
	box-shadow: 10px 10px 15px #000;
	/*
	-moz-box-shadow:0 0 40px #000;
	-webkit-box-shadow:0 0 40px #000;
	border-radius: 10px;
	*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 1050px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-left: auto;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 20px;
	margin-right: auto;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: ridge;
	border-right-style: groove;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #AF986F;
	border-right-color: #AF986F;
	border-bottom-color: #AF986F;
	border-left-color: #AF986F;
	background-position: 255;
		}
	.inside_container {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	width: 970px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: auto;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 10px;
	margin-right: auto;
	background-color: #FFFFFF;
	background-image: url(../image/Floral2.jpg);
	background-repeat:no-repeat;
	
	border: thick inset #C5AE85;
	/*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 {
	-moz-box-shadow: 10px 10px 15px #000;
	-webkit-box-shadow: 10px 10px 15px #000;
	box-shadow: 10px 10px 15px #000;
	width: 969px;
	height: 337px;
	background-color: #C4682D;
	background-image: url(../image/spa-header_1x.jpg);
	background-repeat: no-repeat;
	background-position: right;
		}
	
		
	.content {
	behavior: url(ie-css3.htc);
	width: 970px;
	float: none;
	height: auto;
	clear: both;
	padding-bottom: 10px;
	padding-top: 30px;
		}
		
				
	.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;
			
		}
		.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;
			
		}
		/* ~~ 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= #000000);
	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=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	height: 200px;
	width: 200px;
	clear: none;
	position: absolute;
	left: 4px;
	top: 135px;
	}
	
.lang {
	height: auto;
	width: 270px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	}
#table_prop {
	width: 890px;
	color: #000;
	
		
	}
#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: 20px;
	list-style-type: disc;
	font-weight: normal;
	}	
#table_prop_spa_index {
	width: 840px;
	color: #300;
	} 
#table_menufooter {
	width: 900px;
	color: #fff
	} 	
	
 #table_html {
	width: 390px;
	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: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
 
#box_htmlx {
	width: 370px;
	height:auto;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-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;
		}
