/* global styles */
html { margin: 0px; padding: 0px; z-index: 1; }
body { font: 12px Georgia; font-weight: normal; background: #EDD8A9; margin: 0; text-align: center; }

/* link styles */
a.headerLink, a.headerLink:visited { font-size: 14px; color: #FFF; font-weight: bold; text-decoration: none; }
a.headerLink:hover { font-size: 14px; color: #FF0; }

/* class styles */
.header { background: url('images/header.jpg') no-repeat; display: block;  height: 240px; }
.clear { clear: both; }
.highlightBox { border: 1px solid #000; background: #EEE; padding: 6px; }
.menuHeader { font-size: 22px; font-weight: bold; color: #006; padding: 10px 0px 10px 0px; }
.menuItem {font-size: 16px; font-weight: bold; color: #C00; }
.thaiTextHeader { font-size: 40px; }

/* ID styles */
#container { background: #FFF url('images/background.gif') repeat-y; position: relative; width: 790px; margin: 0 auto; padding: 0 14px; text-align: left; }
#content { position: relative; padding: 10px 20px 10px 20px; }
#headerLinks { position: absolute; top: 220px; padding-left: 10px; padding-right: 10px; }
#satay { float: left; padding-right: 20px; }
#welcomeText { float: left; width: 500px; text-align: justify; font-size: 14px; } 



