@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'CSChatThai';
    src: url('CSChatThai.ttf');
}
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-repeat:no-repeat;
}
body,td,th {
	font-family: 'CSChatThai';
	font-size: 20px;
	color: #000;
}
#search{
	width: 1013px;
	height: 70px;
	margin:auto;
	text-align:right;
}

#menu{
	width: 1013px;
	height: 158px;
	margin:auto;
	background:url(images/bg_menu.png);
	background-repeat:no-repeat;
	
}
#menu_inside td,th{
	width: 940px;
	padding-top: 120px;
	padding-left:30px;
	margin:auto;
	font-size:24px;
}
#content{
	width: 1013px;
	margin:auto;
	background:url(images/bg_content.png);
	background-repeat:repeat-y;
}
#content_inside{
	width: 970px;
	margin: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: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: 122px;
	margin: auto;
	margin-bottom: 20px;
	background:url(images/bg_footer.png);
}
.clear-all{clear:both; line-height:0; height:0;}

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;
}
.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;
}