@charset "utf-8";
/* CSS Document */
/*html {
    -webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    filter: grayscale(80%);
}*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(images/bg_top.png);
	background-position:center;
	background-position:top;
	background-color: #9ce2f1;
/*	background-color:#999;*/
	background-repeat:repeat-x;
}

a:link {
	color: #00C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00C;
}
a:hover {
	text-decoration: underline;
	color: #00C;
}

a:active {
	text-decoration: none;
	color: #00C;
}
#search{
	width: 1013px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	text-align:right;
}

#menu{
	width: 1013px;
	height: 158px;
	margin-left: auto;
	margin-right: auto;
	background:url(images/bg_menu.png);
	background-repeat:no-repeat;
}
#menu_inside{
	width: 940px;
	padding-top: 120px;
	margin-left: auto;
	margin-right: auto;
}
#content{
	width: 1013px;
	margin-left: auto;
	margin-right: auto;
	background:url(images/bg_content.png);
	background-repeat:repeat-y;
}
#content_inside{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;	
}
#slide_text{
	width: 450px;
	height: 360px;
	margin-right: 15px;
	background:url(images/blackboard.png);
	float: left;
	font-size:16px;
}
#slide_text_inside{
	width: 390px;
	height: 240px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
	margin-left: 30px;
	margin-right: 30px;
}
#slide_text_inside strong{
	color:#FC0;
}
#slide_text_inside p{
	color:#FFF;
}
#slide_pics{
	width: 501px;
	height: 344px;
	margin-top: 16px;
	float: left;
}
#bottom{
	width: 1013px;
	height: 401px;
	margin: auto;
	margin-bottom: 20px;
	background:url(images/bg_footer.png);
}
.clear-all{
	clear:both; line-height:0; height:0;
}

.font_white{
	color:#FFF;
}
input.b_bottom{
	background:url(images/search_button.png) no-repeat;
	width:49px;
	height:29px;
	color:#FFF;
	border: none;
	cursor:pointer;
}
h2 {
	font-size:18px;
}
.teacher_network p{
	padding:0px;
	margin: 0px;
	font-size: 20px;
}
.teacher_network a{
	color: #09F;
}
.teacher_network a:hover{
	color: #09F;
	text-decoration:underline;
}
@font-face {
	font-family: "Thai Sans Lite";
	src: url('font/thaisans.ttf') format('truetype');
}
.headline{
	font-family:"Thai Sans Lite";
	font-size:18px;
	line-height:16px;
	font-weight:600;
}
.img_thumb{
	object-fit: cover;
	border: 2px solid #373737;
	border-radius: 8px;
}