  body, html {
  margin: 0;
  text-align: center;
  font: normal 12px/12px Arial, "Times News Roman", Sans Serif;
  background: #C9C9C9 url('/images/body.jpg') repeat-x top center;
  }
  
  a, a:visited, a:active {
  color: #444;
  }
  
  a:hover {
  color: #666;
  }
  
  #mainContainer {
  width: 800px;
  height: 400px;
  margin: 0 auto;
  position: relative;
  background: url('/images/main_background.jpg') no-repeat;
  }
  
  #menu {
  width: 785px;
  padding: 17px 5px 5px 10px;
  }
  
  #menuUl {
  width: 470px;
  float: right;
  margin: 0;
  padding: 0;
  }
  
  #menuUl ul {
  overflow: hidden;
  }
  
  #menuUl li {
  list-style-type: none;
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  }
  
  #menuUl li a {
  padding: 7px 7px 7px 10px;
  display: block;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  overflow:hidden;
  background: transparent url('/images/left.png') no-repeat center left;
  color: #455E6A;
  }

  #menuUl li a span {
  background: transparent url('/images/right.png') no-repeat center right;
  padding: 7px 9px 7px 0;
  }
  
  #menuUl li a:hover {
  color: #000;
  }
  
  .clear {
  clear: both;
  line-height: 0px;
  height: 0px;
  font-size: 0px;
  }
  
  #content {
  width: 778px;
  padding: 10px;
  }
  
  .box {
  width: 225px;
  height: 200px;
  margin: 15px 10px 0 0;
  float: left;
  text-align: left;
  padding: 0 10px 10px 10px;
  }
  
  #border, #border2 {
  border-right: 3px Solid #CCC;
  }
  
  .box .title {
  color: #455E6A;
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  }
  
  .box p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  font-family: Verdana, "Times New Roman", Sans Serif;
  }
  
  .space {
  width: 780px;
  height: 20px;
  padding: 10px 0 5px 10px;
  clear: both;
  color: #888;
  text-align: left;
  font-size: 18px;
  line-height: 20px;
  }
  
  .bottomBar {
  width: 760px;
  padding: 10px;
  background-color: #E0E0E0;
  color: #455E6A;
  font-weight: bold;
  clear: both;
  }
  
  .bottomBar .section {
  width: 230px;
  margin-right: 15px;
  text-align: left;
  float: left;
  }
  
  .clear {
  clear: both;
  }