 body {
  background: #eee9cc url(bg.jpg) no-repeat center top;
  margin: 0; padding: 0;
  font-family: 'Tahoma CE', Tahoma, Arial, lucida, sans-serif;
  font-size: 80%;
  text-align: center;
 }
 table {
  font-size: 100%;
 }
 h1 {
  font-size: 140%;
  margin: 7px 0 10px 0;
 }
 h2 {
  font-size: 130%;
 }
 h3 {
  font-size: 120%;
 }
 p {
  margin: 0 0 15px 0;
 }
 a {text-decoration: none; color: #FB8700;font-weight:bold;}
 a:hover {text-decoration: underline; color: #EB6700;font-weight:bold;}
 #holder {
  width: 752px;
  margin: 0 auto;
  background: url(bg2.jpg) repeat-y left;
  position: relative;
  text-align: left;
 }
 #menu {
  background: url(menu.jpg) no-repeat left top;
  height: 34px;
 }
 #menu_in {
  padding: 8px 0 0 36px;
  font-weight: bold;
 }
 #menu_in a {
  text-decoration: none;
  color: black;
 }
 #menu_in a:hover {
  text-decoration: underline;
  color: black;
 }
 #page {
  background: url(bg1.jpg) no-repeat left top;
  min-height: 200px;
 }
 #page_in {
  padding: 10px 40px 10px 40px;
  letter-spacing: 1px;
 }
 #bottom {
  background: url(bottom.jpg) no-repeat left top;
  height: 32px;
  position: relative;
 }
 #bottom_in {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 752px;
  font-size: 9px;
 }
 #flags {
  position: absolute;
  right: 1px;
  top: 9px;
 }
 #flags img {
  margin-bottom: 2px;
 }
 #submenu p {
  margin: 0; padding: 0;
 }
