*{
	margin: 0px;
	padding: 0px;
}
body{
	background: url('img/back.jpg') #fff;
	color: #000;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10pt;
	line-height: 22px;
	text-align: center;
}

a{
	color: #000;
	text-decoration: none;
}
	
a:hover{
	color: #000;
	text-decoration: underline;
}

input{
	border: 1px solid #000;
	font-size: 10pt;
}

hr{
	height: 1px;
}

textarea{
	border: 1px solid #000;
	font-size: 10pt;
	line-height: 22px;
}

img{
	border: 0px;
}

/*--------------------------------------------------body--------------------------------------------------*/

#body{
	background: url('img/.png') #F6F6F6;
	margin: 0px auto;
}

/*--------------------------------------------------title--------------------------------------------------*/

#title{
	background: url('img/title.jpg') #000;
	border : 1px solid #E18700;
	height: 140px;
	margin: 10px auto 0px auto;
	width: 850px;
}


/*--------------------------------------------------main--------------------------------------------------*/

#main{
	background: url('img/back.jpg') #fff;
	height: 450px;
	margin: 5px auto 0px auto;
	width: 850px;
}
#menu{
	background: url('img/menu.jpg') #FFF;
	border : 1px solid #E18700;
	height: 450px;
	margin: 0px auto 0px auto;
	width: 250px;
	float: left;
	font-weight: bold;
	color: #000;
	text-align: left;
}
#mainRight{
	background: url('img/menu.jpg') #fff;
	border : 1px solid #E18700;
	width:590px;
	height: 450px;
	margin: 0px auto 0px auto;
	float: right;
	color:#FFB045 ;
	
}
#menuBox a{
	border: none;
	font-weight: normal;
	font-size: 18pt;
	color: #692F00;
	margin: 2px auto;
	float: right;
}
#menuBox a:hover{
	font-size: 22pt;
	color: #fff;
	text-decoration: none;
}

/*--------------------------------------------------copyRight--------------------------------------------------*/
#copyRight{
	background: url('img/copyright.JPG') #FFF;
	border : 1px solid #E18700;
	height: 55px;
	margin: 5px auto 0px auto;
	width: 850px;
	color: #000;
	font-weight: bold;
}


/*--------------------------------------------------class--------------------------------------------------*/

.tabCurrent{
	background: url('img/.png') #FFF;
	color: #000;
	height: 25px;
	line-height: 25px;
}

.tabOthers{
	background: url('img/.png') #666;
	color: #FFF;
	height: 25px;
	line-height: 25px;
}
.menuLinkBUBBLE{
	display: block;
	background: url('img/BUBBLE.jpg') #fff;
	border: 1px solid #000;
	width: 200px;
	height: 50px;
	margin: 0px auto;
}
.menuLinkGREEN{
	display: block;
	background: url('img/GREEN.jpg') #fff;
	border: 1px solid #000;
	width: 200px;
	height: 50px;
	margin: 0px auto;
}
.menuLinkHOLA{
	display: block;
	background: url('img/HOLA.jpg') #fff;
	border: 1px solid #000;
	width: 200px;
	height: 50px;
	margin: 0px auto;
}
.menuLinkRAINBOW{
	display: block;
	background: url('img/RAINBOW.jpg') #fff;
	border: 1px solid #000;
	width: 200px;
	height: 50px;
	margin: 0px auto;
}
.menuLinkSTAR{
	display: block;
	background: url('img/STAR.jpg') #fff;
	border: 1px solid #000;
	width: 200px;
	height: 50px;
	margin: 0px auto;
}
.menuLinkYOYO{
	display: block;
	background: url('img/YOYO.jpg') #fff;
	border: 1px solid #000;
	width: 200px;
	height: 50px;
	margin: 0px auto;
}
.textCenter{
	text-align: center;
}




