@charset "UTF-8";
/* CSS Document */



body {
	margin: 0px;
	padding: 0px;
	background-image:url(images/bar.png);
	
}



/*----------------- LAYOUT ----------------------*/

#container {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	background-color: #CDF;
}

#header {
	margin-top: 5px;
	margin-bottom: 20px;
	/* [disabled]height: 150px; */
}

#content {
	width: 580px;
	float:left;
	margin-left: 10px;
	padding: 20px;
	padding-bottom: 40px;
	background-color: #FFF;
	border-radius: 20px;
	}
	
#sidebar {
	width: 150px;
	float: left;
	padding:5px;
}
#sidebar2 {
	width: 150px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 30px;
}



#footer {
	clear: both;
	margin-bottom:15px;
	padding-top:20px;
	}
.table {
	width: 580px;
	clear: both;
	margin-top: 20px;
}

#copyright {background-color:#FFFFFF;
}


#free_lesson {padding-left: 50px;
}

#fun {border:groove;
	  border-color:#003399;
	  }



/*----------------- FONTS ----------------------*/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	font-style: normal;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
}

h2 {
	font-size: 18px;
	line-height: inherit;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000000;
	text-align: center;
}

a:link {
	color: #FF0000;
}
a:hover {
	color: #0000FF;
	text-decoration:underline;
}

a:active {
	color: #FF0000;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-bottom: 8px;
	color: #000000;
	opacity: 1;
}

.en{font-family:"Times New Roman", Times, serif;
	font-size:12px;
	margin-bottom:6px;
	color:#000000;
}

th {
	background-color: #0066FF;
	border-top-style: solid;
	border-bottom-style: groove;
	border-top-color: #999999;
	color: #CCCCCC;
	border-top-width: thin;
	border-bottom-width: 3px;
}
td {
	background-color: #CCDDFF;
	border-collapse: collapse;
}
#year {
	border-bottom-width: medium;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#fish {
	padding-top: 40px;
}
hr {
	clear: both;
	border: 0px none #FFFFFF;
}
.arrow {
	clear: both;
}
h10 {
	font-size: 9px;
	visibility: hidden;
}

