@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
	background-image: url('images/bg2.png');
	background-position: center top;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
@font-face {
	font-family: "quark";
	src: url('CSChatThai.otf') format('opentype');
	font-family: "domino";
	src: url('CSChatThai.otf') format('opentype');
	font-family: "Cloud-Bold";
	src: url('Cloud-Bold.otf') format('opentype');
}
#top {
	width:1000px;
	height:100px;
	margin:auto;
	text-align: center;
}

#ban {
	width:100%;
	height:305px;
	border-top-width:6px;
	border-top-color:#EF5C13;
	border-top-style:solid;
	background-color:#EF5C13;
	text-align:center;
	background-position:center;
}
#ban2 {
	width:100%;
	height:305px;
	border-top-width:6px;
	border-top-color:#EF5C13;
	border-top-style:solid;
	background:url(images/about_ban.jpg);
	background-color:#EF5C13;
	text-align:center;
	background-position:center;
	background-repeat:no-repeat;
}
#container{
	width:100%;
	background:#343434;
}
#content {
	width:1000px;
	height:auto;
	margin:auto;
	padding-top:20px;
	padding-bottom:34px;
	padding-left:20px;
}
#content h1{
	font-size:30px;
	font-family:Cloud-Bold;
	font-weight:normal;
	color:#EF5C13;
}
#content h2{
	font-family:quark;
	font-weight:100;
	font-size:19px;
	color:#ffffff;
}
#content a{
	font-family:quark;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}
#content a:hover{
	font-family:quark;
	font-weight:normal;
	font-size:25px;
	color:#ffffff;
	text-decoration:underline;
}
#content h3{
	font-family:quark;
	font-size:17px;
	font-weight:normal;
	color:#a87b51;
}
#content h4{
	font-family:quark;
	font-weight:normal;
	font-size:19px;
	color:#ffffff;
}
#bottom {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	width:100%;
	height:45px;
	padding-top:20px;
	padding-bottom:0px;
	background-color:#9A350A;
	color:#ffffff;
}
.menu_box {
	width:auto;
	float:left;
	margin-top:58px;
	margin-left:52px;
	font-family:Cloud-Bold;
	font-size:17px;
	font-weight:normal;
}
.menu_box a{
	color:#e2e2e2;
	text-decoration:none;
}
.menu_box a:hover{
	color:#EF5C13;
	text-decoration:none;
}

#slider1_container{
	width: 1600px;
	height: 367px;
	overflow: hidden;
}

.clear-all{clear:both; line-height:0; height:0;}
#big_photo {
	border-top:solid;
	border-top-width:4px;
	border-top-color:#EF5C13;
	width:100%;
	height:750px;
	background:url(images/Home_1.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#orange_line{
	width:100%;
	height: 6px;
	background: #EF5C13;
}
