@charset "UTF-8";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
  background: url(images/main_body_bg.png) repeat-x #adacb7;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}

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

a:hover {
  text-decoration: underline;	
}

h1 {
  margin: 0px 10px;
  padding-left: 5px;
  font-size: 40px;
  font-weight: normal;
  background: url(images/content-title-bg.png) center no-repeat;
}

p, h2, table {
  margin: 5px 10px 0;
}

.emphasis {
  font-weight: bold;
}

#content-area img {
  padding: 10px;
}

#container {
  width: 800px;
  margin: 0 auto;
}

#header {
  width: 800px;
  height: 195px;
  background: url(images/header_body_bg.png) no-repeat center top;
}

ul#menu {
  margin: 0;
  padding: 0;
  float: right;
  padding-top: 172px;
}

ul#menu li{
  display: inline;
  float: left;
  padding: 0 5px;
  list-style-type: none;
  border-left: solid 1px #000000;
}

ul#menu li a {
  font-size: 16px;	
  color: #FFFFFF;
}

ul#menu li.first {
  border: none;
}

#main-content-top, #main-content-bot {
  height: 16px;
  width: 800px;
  background:url(images/content-top-bg.png) no-repeat bottom;
}

#main-content-bot {
  background: url(images/content-bot-bg.png) no-repeat top;	
}

#main-content {
  background: url(images/main_content_bg.png) repeat-y left;
  padding: 10px;
}

.bio-spacer {
  clear: both;
  margin: 10px;
  height: 320px;
  border: solid #ccc 1px;
}

.home {
  height: 290px;
}

#footer {
  margin: 0 auto;
  text-align: center;
  color: #333333;
}
