* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #666666;
}

#wrapper {
	width: 1048px;
	height: 1200px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: thin#00010px;
	background-color: #FFF;
	border-radius: 15px;
	border-width: 10px;
	border-color: #000;

}

#flash {
	width: 450px;
	height: 600px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 200px;
	background-color: #FFF;
	border-radius: 15px;
	border-width: 10px;
	border-color: #000;
	color: #FFF;
}
#header {
	width: 1048px;
	color: #333;
	border: 1px none #ccc;
	height: 200px;
	background-color: #FFFFFF;
	background-image: url(images/header1.jpg);
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	margin-top: 10px;
	border-radius: 15px;
}
#navigation {
	width: 1048px;
	color: #333;
	border: thin none #999999;
	float: left;
	margin-top: 140px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	height: 30px;
	background-color: #666;
}
#content {
	width: 900px;
	color: #666666;
	border: medium none #ccc;
	height: 450px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top:50px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #CCC;
	font-family: "Angsana New";
	border-radius: 15px;
}
#contentleft {
	float: left;
	height: 130px;
	width: 300px;
	background-color: #39F;
	padding-right: 30px;
	padding-left: 30px;
	padding-top:5px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 50px;
	background-color: #999;
	font-family: "Angsana New";
	border-radius: 15px;
	border: thin #fff 10px;
}
#contentright {
	float: right;
	height: 130px;
	width: 300px;
	background-color: #39F;
	padding-right: 30px;
	padding-left: 30px;
	padding-top:5px;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: autopx;
	background-color: #999;
	font-family: "Angsana New";
	border-radius: 15px;
}
#footer {
	width: 1048px;
	color: #333;
	border: 1px none #ccc;
	background: #BD9C8C;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
	border-radius: 15px;
}
#slider {
    position:relative;
    width:1048px; /* Change this to your images width */
    height:140px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:none;
}
#nav {
	width: 100%;
	float: left;
	list-style: none;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	padding: 0;
}
#nav li {
	float: left;
	color: #333333;
	height: 20px;
}
#nav li a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	height: 10px;
	width: 900px;
}
#nav li a:hover {
	color: #FF9900;
	background-color: #FFFFFF;
	}
	
	#footer {
	height: 30px;
	width: 1048px;
	background-color: #333;
	text-align: left;
	color: #CCCCCC;
	margin-top: 10px;
}
#navfoot {
	width: 100%;
	float: left;
	padding: 0;
	list-style: none;
	margin-top: 0;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
#navfoot li {
	float: left;
	color: #FFFFFF;
}
#navfoot li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF; }
#navfoot li a:hover {
	color: #000000;
	}
.fshead {
	color: #FFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
}
.f {
	font-weight: bold;
}
#wrapper #left p {
	text-align: center;
}
#flash2 {
	background-color: #fff;
	float: right;
	height: auto;
	width: auto;
}
