.wrapper {
	margin:auto;
	width:960px;
}

.box {
	border-radius: 0px;
	font-size: 150%;
}

.header, .footer {
	
}

.sidebar {
	width: 200px;
	height:100%;
	margin-bottom: 20px;
	padding: 0;
	vertical-align:top;
}

.sidebar2 {
	width: 200px;
	height:100%;
	margin-bottom: 20px;
	padding: 0;
	vertical-align:top;
}

.content {
	width:auto;
	padding:10px;
	vertical-align:top;
}

.clear{
	clear:both;
}

/* ################################# */
/* ######## ทำกรอบเว็บไซต์เบลอ ######### */
/* ################################# */
 #box_shadow{
width:960px; height:auto;	 
-webkit-box-shadow: 0px 10px 30px 5px rgba(0,0,0,0.39);
-moz-box-shadow: 0px 10px 30px 5px rgba(0,0,0,0.39);
box-shadow: 0px 10px 30px 5px rgba(0,0,0,0.39);
}

.bg_title{
	font-family: 'Kanit', sans-serif;
}

.txt_title_bar {	
	font-family: 'Kanit', sans-serif;
	font-size: 20px;
}

.txt_titlebar{
	font-family: 'Kanit', sans-serif;
	font-size:14px;
	color:#FFF; padding-left:15px;  font-weight:bold;
}

 #gallery_index  img {
	max-height: 130px;
	max-width: 150px;
	object-fit: cover;
}

.news_index img.pBig{
	width:265px;
}

.news_index img.pThumb{
	width:80px;
}

/* ------ Menu Top --------*/
.navigation_menu_item a{
	font-family:"Kanit", sans-serif;
	font-size: 14px;
    padding: 5px 10px;
}

.dropdown .dropbutton {
	font-family:"Kanit", sans-serif;
	font-size:14px; 	
	padding: 5px 10px;
}

.dropdown-content a {
	padding: 5px 10px;
	font-size: 14px;
	width:170px;
}

