body, td {
  font: 15px calibri, arial, sans-serif;
  }

a {
  color: #04a;
  text-decoration: none;
  }

#content-main a:hover {
  background: #04a;
  color: #fff;
  }
    
#wrapper {
  text-align: center;
  }
  
#header-wrap {
  background: url(images/menu-bg.png) #000 repeat-x 0 -52px;
  }

#header-wrap h1 {
  position: absolute;
  text-indent: -9999px;
  }

#header-wrap h1 a {
  display: block;
  width: 170px;
  height: 90px;
  }
  
#header {
  width: 900px;
  margin: 0 auto;
  height: 90px;
  }
  
#menu { 
  padding-left: 190px;
  height: 90px;
  background: url(images/logo.png) no-repeat 40px 30px;
  }
  
#submenu {
  position: absolute;
  font-size: 0.9em;
  background: url(images/submenu-bg.png) no-repeat;
  margin-top: 70px;
  padding-top: 8px;
  margin-bottom: 100px;
  width: 170px;
  }
  
#submenu li {
  padding: 2px 0 2px 25px;
  margin-right: 15px;
  background: url(images/arrowbg.gif) no-repeat 9px center;
  }

#submenu li.indented {
  margin-left: 20px;
  }

#submenu li.indented a {
  border-bottom: 0;
  }
  
#submenu li a {
  display: block;
  color: #07a;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 2px 0px 2px 0px;
  text-decoration: none;
  }
  
#submenu li a:hover {
  border-bottom-color: #999;
  color: #057;
  }
  
#menu  li {
  float: left;
  padding: 0 10px;
  margin-top: 64px;
  }
  
#menu li a {
  float: left;
  display: block;
  line-height: 26px;
  height: 26px;
  vertical-align: middle;
  color: #fff;
  padding: 0;
  text-decoration: none;
  }
  
/*#menu li span {
  display: block;
  float: left;
  height: 26px;
  margin: 0 10px;
  }*/

#menu li.active {
  margin: 0;
  margin-top: 64px;
  padding: 0;
  }

#content {
  margin: 0 auto;
  margin-top: 10px;
  }
  
#content h1 {
  font-size: 3em;
  color: #f90;
  letter-spacing: -2px;
  font-family: georgia, trebuchet ms, sans-serif;
  margin-bottom: 10px;
  font-weight: normal;
  }
  
h2 {
  font-weight: normal;
  font-family: georgia, "Times New Roman", Times, serif;
  font-size: 160%;
  color: #333;
  border-bottom: 1px solid #bbb;
  height: 1em;
  margin-bottom: 10px;
  }
  
.clear {
  clear: both;
  }

.shade-1 td {
  background: #dfd;
  }

.shade-2 td {
  background: #fdd;
  }

.shade-3 {
  background: #ddf;
  }

.shade-4 {
  background: #bbb;
  }

.shade-5 {
  background: #ddd;
  }

.contact-table td {
  padding-right: 10px;
  }
