body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
  font-size: 14px;
  color: #FF9900;
  background: url(wallpaper.gif) no-repeat top center;
  background-color: #b26b01;
  margin: 0px;
  min-width: 1000px;
}

form {
  color: #FF9900;
  background-color: #990000;
  font-weight: bold;
  font-style: italic;
}

a:link, a:visited {
  color: #FF9900;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #FFAA00;
  font-weight: bold;
  text-decoration: underline;
}

a:active {
  color: #FF9900;
  font-weight: bold;
  text-decoration: none;
}

h1 {
  font-size: 18px;
  color: #FF9900;
  font-weight: bold; 
  text-align: center;
  margin: 0px;
}

h2 {
  font-size: 14px;
  color: #FF9900;
  text-align: center;
  margin: 0px;
}

h3 {
  font-size: 12px;
  color: #FF9900;
  text-align: center;
  margin: 0px;
}

img {
  padding: 10px;
}

#layout_container {
  background-color: #990000;
  border: 2px solid black;
  width: 1000px;
  margin: auto;
  min-height: 1000px;
  padding: 0px;
}

#header {
  background: url(redmondkungfuheader.jpg) no-repeat top center;
  font-size: 10pt;
  color: #FF9900;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-weight: bold;
  width: 1000px;
  height: 120px;
  min-height: 120px;
  float: right;
}

#header ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#header ul li {
  float: left;
  padding: 7.5em 0 0 0;
}

#header ul a {
  padding: 0 0.8em;  
}

#main_container {
  background-color: #990000;
  background-position: right top;
  width: 1000px;
  float: left;
}

#main_header {
  background-color: #990000;
  background-repeat: no-repeat;
  width: 1000px;
  height: 0px;
}

#main_content {
  background-color: #990000;
  background-repeat: no-repeat;
  padding-left: 60px;
  width: 900px;
}

#main_footer {
  background-color: #990000;
  background-repeat: no-repeat;
  width: 1000px;
  height: 60px;
}

#map {
  float: left;
  padding-top: 10px;
}

#location {
  float: right;
  width: 425px;
  padding-top: 10px;
}
