@font-face {
	font-family: 'Akbar';
	src: url('Akbar.eot' ); /* IE */  
	src: url('Akbar.ttf') format('truetype'); /*non IE */
}
@font-face {
	font-family: 'PS Lunchakorn';
	src: url('Pslunchakon.eot' ); /* IE */  
	src: url('Pslunchakon.ttf') format('truetype'); /*non IE */
}

body{
	margin: 0px;
	padding: 0px;
	/*width: 100%;*/
	background: url('../images/tile.jpg');
}
br{
	clear: both;
}
a{
	color:white;
	text-decoration: none;
}
a:hover{
	color:#AAA;
}

#container
{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url('../images/khun.png') no-repeat left bottom;
}

#header
{
	height: 105px;
	width: 100%;
	background: url('../images/header-bg.png') top center #fff;
	text-align: center;
}
#header-content
{
	height: 105px;
	width: 960px;
	margin: auto;

}
#header h1 { margin: 0; }

#navigation
{
	/*background:#511111;*/
	float: right;
	width: 460px;
	height: 105px;
	color: black;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: block;
	float: left;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px;
	color:#000;
	width: 100px;
	height: 95px;
	text-align: center;
}

#navigation li a:hover { 
	background:url('../images/menu-select.png') bottom center no-repeat;
}

#content
{
	clear: left;
	/*font-family: Cordia New;*/
	color: #CCC;
	width: 1024px;
	height: 490px;
	margin-left: 200px;

	background: url('../images/content-bg.png');
	text-align: center;
}
#content h1{
	font-size: 1.2em;
}
#content h2
{
	color:#CCC;
	font-size: 160%;
	margin: 0;
}
#main
{
	margin: auto;
	padding: 10px;
	padding-left: 50px;
	width: 960px;
	height: 380px;
	overflow: hidden;
	/*white-space: nowrap;*/
	text-align: left;
	/*background: url('../images/maintop-bg.png');*/
}
#main .paging{
	margin: auto;
	margin-top: -50px;
	text-align: center;
}
#footer
{
	margin: auto;
	padding: 10px 0 0 20px;
	width: 100%;
	height: 40px;
	background: url('../images/bottom-bg.png') bottom center;
	text-align: left;
}
#footer-content
{
	height: 20px;
	width: 960px;
	margin: auto;

}
/* text */
.akbar-text{
	font-family: 'Akbar',Kristen ITC,'PS Lunchakorn';
	font-size:1.8em;
}

/* class */
.facebox-block{
	width: 500px;
	display: none;
	font-family: 'Cordia New';
	font-size: 1.2em;
}
.facebox-block a{
	color:#000;
}
