body{
	text-align: center;
    margin: 0px;	
}


.contents{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #7FCAF1;
}


.header{
	background-image: url(images/header.gif);
	background-repeat: no-repeat;	
}


.nav{
	width: 900px;
	height:45px;
	background-color: #6790B6;
	text-align: center;
	float: left;
}


.wrapper{
	width:740px;
	float:left;	
}


.main{
	width: 580px;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
	float: right;
}


.sideleft{
	width: 160px;
	background-color: #7FCAF1;
	float: left;		
}


.sideright{
	width: 160px;
	text-align: center;
	background-color: #7FCAF1;
	padding-top: 20px;
	padding-bottom: 20px;
	float:right;
	font-size: 11px;
	color: #FFF;
}


address{
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	font-style:normal;
	text-align: center;
	color: #FFFFFF;
	width: 100%;
	clear: both;
}



img.logo{
	margin-left: 800px;
	margin-bottom: 3px;
}


img.login{
	margin-left: 70px;

}


ul.navmenu{
	list-style-type: none;
	margin-top: 4px;
	margin-bottom: 5px;
	margin-left: 220px;
	padding-left: 5px;	
}	


li.navmenu{
	height: 36px;
	padding-left:5px;
	float:left;
}


ul.menu{
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 4px;
	margin-right: 4px;
	padding-left: 0px;	
}


li.menu{
	width: 152px;
	height: 37px;
	padding-top: 5px;
	padding-bottom: 5px;
}






a.index {background:url(./images/menu1.gif) no-repeat center;display:block;height:37px;}
	
a.index:hover {background:url(./images/menu1-rollover.gif) no-repeat center;display:block;height:37px;}


a.index1 {background:url(./images/menu1english.gif) no-repeat center;display:block;height:37px;}
	
a.index1:hover {background:url(./images/menu1english-rollover.gif) no-repeat center;display:block;height:37px;}


a.faq {background:url(./images/menu2.gif) no-repeat center;display:block;height:37px;}
	
a.faq:hover {background:url(./images/menu2-rollover.gif) no-repeat center;display:block;height:37px;}


a.lesson {background:url(./images/menu3.gif) no-repeat center;display:block;height:37px;}
	
a.lesson:hover {background:url(./images/menu3-rollover.gif) no-repeat center;display:block;height:37px;}


a.schedule {background:url(./images/menu4.gif) no-repeat center;display:block;height:37px;}
	
a.schedule:hover {background:url(./images/menu4-rollover.gif) no-repeat center;display:block;height:37px;}


a.price {background:url(./images/menu5.gif) no-repeat center;display:block;height:37px;}
	
a.price:hover {background:url(./images/menu5-rollover.gif) no-repeat center;display:block;height:37px;}


a.teacher {background:url(./images/menu6.gif) no-repeat center;display:block;height:37px;}
	
a.teacher:hover {background:url(./images/menu6-rollover.gif) no-repeat center;display:block;height:37px;}


a.contact {background:url(./images/menu7.gif) no-repeat center;display:block;height:37px;}
	
a.contact:hover {background:url(./images/menu7-rollover.gif) no-repeat center;display:block;height:37px;}


a.contact1 {background:url(./images/menu7english.gif) no-repeat center;display:block;height:37px;}
	
a.contact1:hover {background:url(./images/menu7english-rollover.gif) no-repeat center;display:block;height:37px;}


a.calendar {background:url(./images/menu8.gif) no-repeat center;display:block;height:37px;}
	
a.calendar:hover {background:url(./images/menu8-rollover.gif) no-repeat center;display:block;height:37px;}


a.trial {background:url(./images/menu9.gif) no-repeat center;display:block;height:37px;}
	
a.trial:hover {background:url(./images/menu9-rollover.gif) no-repeat center;display:block;height:37px;}




ul.course{
	list-style-type: none;
	margin-left: 10px;
	padding: 2px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}


li.course{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
}


h1{
	font-family: "Trebuchet MS";
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
}



h1.form{
	font-family: "Trebuchet MS";
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
}




p{
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: left;
	margin: 10px;
}


form{
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: left;
	margin: 10px;
}


input, textarea, select {
	color:#9A9AAC;
	font-family:"Trebuchet MS";
	font-size:12px;
	margin:0;
}


p.center{
    text-align: center;
}


p.red{
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 20px;
	color: #FF0000;
	padding-right: 20px;
	padding-left: 20px;
}


a{
	color: #333333;
	text-decoration: none;
}


a:hover{
    text-decoration: none;
	color: #999999;
}


a.blue{
	text-decoration: underline;
	color: #0000FF;    
}


a.blue:hover{
    text-decoration: underline;
	color:#ACACFF;
}


.box{
	width: 120px;
	height: 200px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-family: "Trebuchet MS",MS PƒSƒVƒbƒN;
	font-size: 10px;
	font-color: #666666;line-height: 15px;
	text-align: left;
	overflow: auto;
	padding: 3px;		
}


table.gallery{
	width: 440px;
	border: 0px solid #CCCCCC;
	text-align: center;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;	
}


td.photo{
	padding: 5px;
	height: 75px;
	width: 100px;
}


.main ol{
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: left;
	padding-right: 10px;
}


.question{
	padding-top: 10px;
	padding-bottom: 10px;
}


table.timetable{
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-color: #666666;
	text-align: center;
	width: 400px;
	background-position: center;
	color: #333333;
}


caption.title{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}


caption.title1{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #9C0;
}



td.day{
	border: 1px solid #999999;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	line-height: 15px;
    padding: 5px;
}


table.kids{
	width: 470px;
	margin-top: 30px; 
}


td.kidscoursename{
	font-family: '‚l‚r ‚oƒSƒVƒbƒN',"Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #F6C;
	border: 1px solid #999999;
	text-align: center;
}


td.kidscoursename1{
	font-family: '‚l‚r ‚oƒSƒVƒbƒN',"Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #F30;
	border: 1px solid #999999;
	text-align: center;
}


td.kidscoursename2{
	font-family: '‚l‚r ‚oƒSƒVƒbƒN',"Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #0CF;
	border: 1px solid #999999;
	text-align: center;
}


td.kidscoursename3{
	font-family: '‚l‚r ‚oƒSƒVƒbƒN',"Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #66F;
	border: 1px solid #999999;
	text-align: center;
}


td.kids{
	font-family: '‚l‚r ‚oƒSƒVƒbƒN',"Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #FFFFFF;
	background-color: #9C0;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;		
}


td.kids1{
	font-family: '‚l‚r ‚oƒSƒVƒbƒN',"Trebuchet MS";
	font-size: 11px;
	line-height: 15px;
	font-color: #666666;
	text-align: center;
	border: 1px solid #999999;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;	
}


td.kids2{
	font-family: '‚l‚r ‚oƒSƒVƒbƒN',"Trebuchet MS";
	font-size: 10px;
	line-height: 15px;
	font-color: #666666;
	text-align: left;
	border: 1px solid #999999;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
}


td.kids3{
	font-family: '‚l‚r ‚oƒSƒVƒbƒN',"Trebuchet MS";
	font-size: 10px;
	line-height: 15px;
	font-color: #999999;
	text-align: left;
	padding: 2px;	
}


table.price{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-color: #666666;
	text-align: center;
	width: 470px;
	color: #333333;
	background-repeat: no-repeat;
	margin-top: 30px; 
}


td.coursename{
	background-image: url(./images/group.gif);
	background-repeat: no-repeat;
	text-align: left;
	height: 30px;

}


td.coursename1{
	background-image: url(./images/private.gif);
	background-repeat: no-repeat;
	text-align: left;
	height: 30px;
}


td.coursename2{
	background-image: url(./images/combination.gif);
	background-repeat: no-repeat;
	text-align: left;
	height: 30px;

}


td.coursename3{
	background-image: url(./images/professionaltraining.gif);
	background-repeat: no-repeat;
	text-align: left;
	height: 30px;
}


td.coursename4{
	background-image: url(./images/kidscourse.gif);
	background-repeat: no-repeat;
	text-align: left;
	height: 30px;
}


td.coursename5{
	background-image: url(./images/package.gif);
	background-repeat: no-repeat;
	text-align: left;
	height: 30px;

}


td.coursename6{
	background-image: url(./images/online.gif);
	background-repeat: no-repeat;
	text-align: left;
	height: 30px;

}


td.coursename7{
	background-image: url(./images/onlineplus.gif);
	background-repeat: no-repeat;
	text-align: left;
	height: 30px;

}


td.small{
	text-align: left;
	font-size: 12px;
}


td.titlebar{
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0000CC;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;	
}


td.regular{
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 15px;
	background-color: #EEEEEE;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}


td.power{
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 15px;
	background-color: #CCCCCC;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}


td.prepaid{
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 15px;
	background-color: #CCCCCC;
	text-align: left;
    padding: 15px;
	padding-top: 3px;
	padding-bottom: 3px;	
}


table.map{
	width: 500px;
	text-align: center;
	overflow-y:scroll;
	border: 1px solid #333333;
	margin-bottom: 10px;
	padding-top: 10px;
}


td.map{
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #333333;
}



table.online{
	width: 510px;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 10px;
	border: 1px solid #00B4EC;
}


td.online{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333333;
	text-align: center;
	padding-top: 7px;
}
	

table.online1{
	width: 510px;
	text-align: left;
	margin-bottom: 10px;
	padding-top: 10px;
	
}


td.online1{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	text-align: left;
	padding-top: 7px;
}



table.price1{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-color: #666666;
	text-align: center;
	width: 470px;
	color: #333333;
	background-repeat: no-repeat; 
}
