.alignleft{
	float:left;
	color:#333;
}
.alignright{
	float:right;
}
body{
	background: url('/cover-img/bgcover.jpg') center top repeat-y #000;
	text-align:center;
	color: #fff;
	font-size:13px;
	font-family:Arial, Tahoma;
	line-height:22px;
}
a,a:active,a:visited, h2 a,h2 a:active,h2 a:visited{
	color:#36c;  /*เปลี่ยนสีลิงค์ของ smf*/
	text-decoration:none;
}
a:hover, h2 a:hover{
	text-decoration:underline;
}
img a{
	border:none;
}
#header,#content,#footer{
	width:1000px;
	margin: 0 auto;
	text-align:left;
}
#header{
	height:80px;
	/*background:#000;*/
	overflow:hidden;
}
#logo{
	width:290px;
	height:80px;
}
a#enter{
	width:154px;
	height:40px;
	margin-top:20px;
	text-indent:-9999px;
	display:block;
	background: url('enter-button01.gif') left top #282831;
}
a:hover#enter{
	background: url('enter-button02.gif') left bottom #282831;
}
#cover-ads{
	width:1000px;
	text-align:left;
	margin: 0 auto;
}
#content{
	margin: 0px auto 0;/*ระยะห่างระหว่าง coverpage กับเนื้อหา ค่าเดิมเป็น 10*/
	overflow:hidden;
	border-top: 6px solid #111;
	background:#fff;
	color:#333;
}
#content .article-entry{
	padding-left:20px;
}
#content .article-entry a{
	color:#36c; /*เปลี่ยนสีลิงค์ของ wordpress*/
}
#article,#webboard{
	padding:15px;
	width:440px;
	/*width:460px;*/
	min-height:370px;
}
#webboard{
	/*width:400px;*/
}

h2{
	margin:15px 0 10px 0;/*ระยะห่างระหว่างรูป topic กับเนื้อหา news, knowledge, article ค่าเดิมเป็น 25*/
	font-size:32px;
	font-family: Arial,Tahoma;
}
h2.first-h2{
	margin-top:0px;
}

#footer{
	height:40px;
	padding-top:10px;
	/*margin-top:10px;
	border-top:solid 1px #222;*/
}
