html, body, h1, h2, h3, h4, h5, ul, li {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0 auto;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #5C0000 url(images1/page_bg.jpg) repeat-x;
	font: 11px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;
}

/** layout **/
#wrapper {
	width: 765px;
	min-height: 750px;
	_height: 750px;
	background: url(images1/header.jpg) no-repeat;
  	position: relative;
	margin:0 auto;
}

h1 {
  padding: 25px 0 0 30px;
  font: 32px "arial black", arial, sans-serif;
  color: #151515;
}

h2 {
  font: 24px, arial, sans-serif;
  color: #FF0066;
}

h2 a {
  color: #FF0066;
}

h3 {
  font: 24px, arial, sans-serif;
  color: #C48E00;
}

h5 {
  font: 27px, arial, sans-serif;
  color: #FFFFFF;
}

h1 em {
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: -4px;
}

/* nav */

#menu {
  position: absolute;
  top: 20px;
  left: 335px;
  width: 500px;
}

#nav, #nav ul {
	padding: 0 0 5px 0;
	margin: 0;
	list-style: none;
    font-size: 13px;
  font-weight: bold;
  text-decoration: none;

}

#nav a {

  	display: block;
  text-decoration: none;
	padding: 0 0 5px 0;

}

#nav li {
	float: left;
  background: url(images1/nav_left.gif) no-repeat;
  	  padding-left: 15px;
  padding-right: 15px;

}

#nav li ul {
	position: absolute;
	width: 11em;
	left: -999em;
	color: #ffffff;
  padding: 1px 0 3px 2px;
  white-space: nowrap;
}

#nav li:hover ul {
	left: auto;
	background: #FFA405; 

	}
#nav li ul a:hover{
	color:#000000;
	
}





/*#nav li {
  float: left;
  background: url(images1/nav_left.gif) no-repeat;
  list-style: none;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 45px;
  line-height: 1.1;
}
#nav span {
  display: block;
  font-size: 28px;
}
#nav a {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}*/

/* nav menu*/

#navmenu {
  position: relative;
  top: 225px;
  margin: 0, auto;
  width: 500px;
}
#navmenu li {
  float: left;
  list-style: none;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 45px;
}
#navmenu span {
  display: block;
  font-size: 28px;
}
#navmenu a {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

/* nav menu thai*/

#navmenuthai {
  position: absolute;
  top: 225px;
  left: 40px;
  width: 710px;
}
#navmenuthai li {
  float: left;
  list-style: none;
  padding-left: 5px;
  padding-right: 10px;
  padding-top: 45px;
}
#navmenuthai span {
  display: block;
  font-size: 28px;
}
#navmenuthai a {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

/** topcontent **/

#topcon {
  width: 427px;
  position: absolute;
  top: 200px;
  left: 295px;
  color: #fff;
}

#topcon p {
  font-size: 14px;
}

/** Body **/

#content {
  width: 720px;
  position: relative;
  top: -450px;
  left: 0px;
  color: #fff;
  margin: 0 auto;
}
#content a {
  color: #fff;
}
#content a:hover {
  color: #fee;
}
#body {
  border: 3px solid white;
  background: #510000;
  padding: 18px;
}

.box {
  float: left;
  width: 195px;
  background: #510000;
  margin-right: 18px;
}
.box-t { background: top url(images1/box_t.gif) repeat-x; }
.box-r { background: right url(images1/box_r.gif) repeat-y; }
.box-b { background: bottom url(images1/box_b.gif) repeat-x; }
.box-l { background: left url(images1/box_l.gif) repeat-y; }
.box-tr { background: top right url(images1/box_tr.gif) no-repeat; }
.box-br { background: bottom right url(images1/box_br.gif) no-repeat; }
.box-bl { background: bottom left url(images1/box_bl.gif) no-repeat; }
.box-tl { background: top left url(images1/box_tl.gif) no-repeat; }

.boxmenu {
  float: left;
  width: 325px;
  background: #510000;
  margin-right: 18px;
}

.boxmenucentre {
  float: left;
  width: 325px;
  background: #510000;
  margin-right: 60px;
}

.boxmenuright {
  float: right;
  width: 325px;
  background: #510000;
  margin-right: 18px;
}

.box-tl {
  padding: 13px 18px;
}

.box p {
  margin: 1em 0;
}

.boxmenu p {
  margin: 0em 0;
}

.boxmenuright p {
  margin: 0em 0;
}

p.more {
  margin: 0;
}

#hits {
  width: 240px;
}
#hits .box-tl {
  padding-bottom: 22px;
}
#hits ul {
  margin: 1em 0;
}
#hits li {
  list-style: none;
  margin: 0.9em 0;
}
#hits ul a {
  text-decoration: none;
}
#hits ul a:hover {
  text-decoration: underline;
}

#new {
  margin-right: 0;
}
#new .box-tl {
  padding-bottom: 10px;
}
#new p {
  margin-top: 0;
}

#body h2 {
  font-size: 18px;
  text-align: right;
  margin-bottom: 1.5em;
}
#body h3 {
  font-size: 12px;
  color: #CC9900;
}
#body .more a {
  font-weight: bold;
  text-decoration: none;
}
#body .more a:hover {
  text-decoration: underline;
}
#body .hr-yellow {
  border-top: 1px solid #CC9900;
  padding-bottom: 1em;
  margin-top: 1em;
}

/** footer **/
#footer {
  text-align: center;

}
#footer p, #footer ul {
  margin: 0.8em;
}
#footer ul {
  margin-top: 1.2em;
}
#footer li {
  display: inline;
  list-style: none;
}
