@charset "windows-874";
/*ให้ใช้ font ตามรายการข้างล่างในทุกตัวอักษรที่แสดงในเว็บเพจ */
* {
	font-family: tahoma, "ms Sans Serif", Verdana, loma;
}
body {
	margin: 0px;
	padding: 0px;
}
/*กำหนดส่วนแสดงภาพและสัญลักษณ์ด้านบนสุดของเว็บเพจ */
#head {
	background-repeat: no-repeat;
	clear: both;
	height: auto;
	width: 955px;
	border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
}
#containner {
	width: 955px;
	border-top-width: 5px;
	border-top-style: solid;
	margin-top: 5px;
	text-align: left;
}
#containner #main {
	background-image: url(../images/bg.jpg);
	float: left;
	width: 955px;
	background-color: #FFFFFF;
	/*background-repeat: repeat-y;*/

	
}
/*กำหนดตำแหน่ง และขนาดของพื้นที่แสดงผลทางซ้ายมือ */
#containner #main #left {
	float: left;
	width: 230px;
	margin:0px;
	padding:0px;
}

/*กำหนดการแสดงผลของ navigation*/
#containner #main #left #navigation {
	width: 230px;
	margin:0px;
	padding:0px;
	float: left;
}
/*แสดงผลรายการหัวข้อที่อยู่ใน h1 ด้วยพื้นหลังสีเหลือง */
#containner #main #left #navigation h1.yellow {
	height: 18px;
	width: 205px;
	margin-top:0px;
	margin-bottom:5px;
	position: relative;
	left: 5px;
	top: 5px;
	background-image: url(../images/yellow.jpg);
	padding: 5px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	display: block;
}
/*แสดงผลรายการหัวข้อที่อยู่ใน h1 ด้วยพื้นหลังสีฟ้า */
#containner #main #left #navigation h1.blue {
	height: 18px;
	width: 205px;
	margin-top:0px;
	margin-bottom:5px;
	position: relative;
	left: 5px;
	top: 5px;
	background-image: url(../images/blue.jpg);
	padding: 5px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	display: block;
}
/*แสดงผลรายการหัวข้อที่อยู่ใน h1 ด้วยพื้นหลังสีเขียว */
#containner #main #left #navigation h1.green {
	height: 18px;
	width: 205px;
	margin-top:0px;
	margin-bottom:5px;
	position: relative;
	left: 5px;
	top: 5px;
	padding: 5px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	display: block;
}
/*แสดงผลรายการหัวข้อที่อยู่ใน h1 ด้วยพื้นหลังสีแดง */
#containner #main #left #navigation h1.red {
	height: 18px;
	width: 205px;
	margin-top:0px;
	margin-bottom:5px;
	position: relative;
	left: 5px;
	top: 5px;
	background-image: url(../images/red.jpg);
	padding: 5px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	display: block;
}
/*แสดงรายการที่ตามหลังหัวข้อหลักที่อยู่ใน UL */
#containner #main #left #navigation ul {
	padding:0px;
	margin-left:28px;
	margin-top:5px;
	position:relative;
	list-style-image: url(../images/arrow.gif);
}
#containner #main #left #navigation  li {
	font-size: 13px;
	line-height:20px;
	list-style-type: none;
}
#containner #main #left #navigation  li  a{
	font-size: 13px;
	line-height:20px;
	text-decoration:none;
	color:#000000;
}

/*แสดงรายการที่อยู่ทางขวามือทั้งหมด */
#containner #main #right {
	float: left;
	width: 955px;
}
/*สร้างกล่องล้อมรอบรายละเีอียด */
#containner #main #right #content {
	background-color: #FFFFFF;
	clear: both;
	width: 955;
	border: 2px solid #F9E0BD;
	text-align: left;
	margin: 10px;
	position: relative;
	height: auto;
}
/*แสดงผลหัวข้อของเนื้อหาสีเขียว*/
#containner #main #right #content.green h1 {
	font-size: 20px;
	color: #60A248;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #60A248;
	margin: 5px;
	height: 40px;
	width: 700px;
	padding-left: 5px;
}
/*แสดงผลหัวข้อของเนื้อหาสีพ้า*/
#containner #main #right #content.blue h1 {
	font-size: 15px;
	color: #056ED7;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #056ED7;
	margin: 5px;
	height: 40px;
	width: 450px;
	padding-left: 5px;
}
/*แสดงผลชื่อผู้แต่ง*/
#containner #main #right #content #authors {
	font-size: 12px;
	color: #000000;
	position: absolute;
	margin:0px;
	padding:0px;
	top: 49px;
	left:15px;
	width: 218px;
}

/*แสดงผลวันที่สีเขียว*/
#containner #main #right #content.green #date  {
	color: #FFFFFF;
	background-color: #0692CD;
	padding-top: 10px;
	padding-bottom:10px;
	height: 227px;
	width: 201px;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/*แสดงผลกล่องข้อความทางขวามือ*/
#containner #main #right #content.green #rightbox {
	color: #FFFFFF;
	background-color: #FFCC66;
	margin: 0px;
	padding-top: 5px;
	padding-bottom:5px;
	height: 62px;
	width: 201px;
	position: absolute;
	right: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	clip: rect(auto,auto,auto,auto);
	top: 267px;
}
/*แสดงผลวันที่สีพ้า*/
#containner #main #right #content.blue #date  {
	color: #FFFFFF;
	background-color: #056ED7;
	margin: 0px;
	padding-top: 10px;
	padding-bottom:10px;
	height: 10px;
	width: 100px;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
/*กำหนดรูปแบบลิงค์ ให้ักับคลาส > whitelink */
a.whitelink:link {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
}
a.whitelink:visited {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
}
a.whitelink:hover {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: dashed;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
a.whitelink:active {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: blink;
	font-weight: bold;
	color: #FFFFFF;
}


/*แสดงผลส่วนของเนื้อหา*/
#containner #main #right #content #story {
	font-size: 14px;
	line-height:20px;
	text-indent: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 40px;
	margin-left: 5px;
}
/*แสดงผลปุ่ม อ่านเนื้อหาเพิ่มเติม สีเขียว */
#containner #main #right #content.green #more {
	color: #FFFFFF;
	background-color: #60A248;
	margin: 0px;
	padding-top: 5px;
	padding-bottom:5px;
	height: auto;
	width: auto;
	position: absolute;
	bottom: 8px;
	right: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#containner #main #right #content.green #more a {
	color: #FFFFFF;
	text-decoration:none;
}
/*แสดงผลปุ่ม อ่านเนื้อหาเพิ่มเติม สีฟ้า */
#containner #main #right #content.blue #more {
	color: #FFFFFF;
	background-color: #056ED7;
	margin: 0px;
	padding-top: 5px;
	padding-bottom:5px;
	height: 15px;
	width: 150px;
	position: absolute;
	bottom: 8px;
	right: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#containner #main #right #content.blue #more a{
	color: #FFFFFF;
	text-decoration:none;
}
/*แสดงผลส่วนล่างสุดของเว็บเพจ*/
#footer {
	clear: both;
	width: 955px;
	height: auto;
	font-family: Tahoma;
	font-size: 14px;
	color: #067ABF;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer p {
	font-size: 12px;
	color: #6B6139;
	margin-left:10px;
	padding: 0px;
	float: left;
	text-align: left;
	font-family: Tahoma;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	margin-top: 60px;
	position: absolute;
	left: 149px;
	bottom: -496px;
}
#footer ul {
	padding:0px;
	font-size: 14px;
	font-weight: bold;
	color: #6B6139;
	float: right;
	list-style-type: none;
	width:600px;
	position:relative;
	margin-top: 5px;
	margin-right: 35px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#footer li {
	position:relative;
	top:10px;
	float: left;
	left: 20px;
}
#footer li a{
	color: #6B6139;
	text-decoration:none;
}
#rightmenu2 {
	position: absolute;
	top: 257px;
	right: 10px;
	background-color: #FF3399;
	height: 34px;
	width: 201px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#containner #main #right #content #rightmenu {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	height: 16px;
	width: 201px;
	position: absolute;
	top: 265px;
	right: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	line-height: 25px;
	background-color: #FF3399;
	margin-top: 10px;
	margin-right: 10px;
}
.footer_Bluelink {
	font-family: Tahoma;
	font-size: 14px;
	color: #067ABF;
	font-style: normal;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 2px;
}
a.footer_Bluelink:link {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #067ABF;
	text-decoration: none;
}
a.footer_Bluelink:visited {
	font-family: Tahoma;
	font-size: 14px;
	color: #057AD5;
	font-style: normal;
	text-decoration: none;
}
a.footer_Bluelink:hover {
	font-family: Tahoma;
	font-size: 14px;
	color: #FF0066;
	font-style: normal;
	text-decoration: none;
	border-bottom-style: dotted; 
	border-bottom-color: #3399FF;
	border-bottom-width: 1px;
}
a.footer_Bluelink:active {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #3366FF;
	text-decoration: none;
}
#containner #main #right #content #story span {
	text-indent: 45px;
}
#containner #main #right #content #story span {
	text-indent: 45px;
}
.indent {
	padding-left: 35px;
}
.tahomasize20 {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

