body
{
  background:#8b0d19 url(image/bg.png) repeat-x left top;
  font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #ddd;
}
div#outerarea {
 position: relative;
 width: 900px;
 left: 50%;
 margin: 0px;
 margin-left: -450px;
 text-align: center;
}
div#siteHeader { 
 height: 115px;
 background: url(image/logo_tudorcourt.png) no-repeat;
 background-position: top center;
}
ul#topmenu {
 width: 840px;
 height: 25px;
}
ul#topmenu li, ul#listfloor li
{
  list-style: none;
  float: left;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 14px;
}
div#content {
 width: 900px; 
  height: 950px;
/* background: url(image/bg_main2.png) repeat-y center top;*/
}

h1, h2, h3, h4, h5, h6, .highlight {
  text-align: left;
  font-family: Felix Titling, Arial, Helvetica, sans-serif;
  color: #FFCE7B;
}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}
a,a:link,a:hover, a:visited, a:active {
 color: #fff;
 text-decoration: none;
}
a:hover
{
  color: #FFCE7B;
  text-decoration: underline;
  cursor: pointer;
}

