@charset "utf-8";
/* CSS Document */
body { 
	margin: 0 auto;
	padding: 0;
	background-color:#fff; 
	background-attachment: scroll;
	background-image: url(img/sq-grad.gif);
	background-repeat: repeat;
	z-index: 1;
}

.clrflt {clear:both;}

#container {
	position: relative;
	width: 900px;
	margin: 0px auto;
	padding: 0;
	background-color: #FFF;
	z-index: 1;
}

.sideborder {
	position: absolute;
	width: 40px;
	height: 100%;
	top: 0px;
	background: url(img/thai-flag-vert.gif) repeat-y;
}
.sideborder.border-left{ left: -40px;}
.sideborder.border-right{ right: -40px;}

/*#wrap {
	position: relative;
    margin: 0 auto;
	overflow: visible;
}*/

#header {
	position:relative;
	top: 0px;
	left: 0px;
    width: 100%;
	height: 314px;
	background: url(img/head-logo.jpg) no-repeat center;
}

#innerwrap {
	position: relative;
	width: 880px;
	margin: 10px;
	padding-bottom: 80px;
	background-color: #FFF;
}

#leftwrap {
	position: relative;
	float: left;
	width: 670px;
	margin: 0px;
	padding: 0px;
}
/* Menu */
#menu {
	position: relative;
    width: 650px;
	height: 70px;
	background: #036 url(img/menu-grad.gif) repeat-x;
	border: 3px solid #000;
	border-top-width: 2px;
	border-bottom-width: 4px;
}

#menu ul {
	height: 63px;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}
#menu ul li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	line-height: 32px;
	height: 100%;
	list-style: none;
	padding: 0 18px;
	background: url(img/menu-seperator.gif) no-repeat left;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
}
#menu ul li.first {
	background: none;
	line-height: 63px;
	font-size:34px;
}
#menu ul li.singleline {
	line-height: 63px;
}
#menu ul li a {
	color: #FFF;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #FF3;
	text-decoration: underline;
}

#content {
	position: relative;
	top: 15px;
    width: 640px;
	padding: 5px;
	border: 3px solid #000;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
}

#sidebar {
	position: relative;
	float: left;
	right: 0px;
    width: 182px;
	background: #360 url(img/side-grad.gif) repeat-y;
	border: 2px solid #002D00;
	padding: 9px;
}
#sidebar img {
	position: relative;
	display: block;
	top: 0px;
	width: 180px;
	height: 135px;
	border: 1px solid #FFF;
	padding: 0;
	margin: 0;
}
#sidebar img a{
}

#footer {
	width: 100%;
	height: 65px;
	bottom: 0px;
    clear: both;
	padding-top: 20px;
}
#footer p {
	margin: 0 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
#footer p img { margin-left: 20px; vertical-align: middle;}
#footer p img.first {margin-left: 0px;}

#gallery {
	width: 820px;
	background-color:#CCC;
	padding: 5px;
	margin: auto;
	padding-bottom: 0px;
}
#gallery img {
	border: 5px solid #333;
	padding: 5px;
}
#gallery h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
}
#gallery p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
}
#gallery p.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	background-color:#111;
	padding: 5px;
}
#gallery p.sub span{
	font-weight: bold;
	margin-left: 20px;
}
