  body, html {
  margin: 0;
  text-align: center;
  height: 100%;
  font: normal 12px/12px Arial, "Times News Roman", Sans Serif;
  background: #E9E9E9 url('./images/body.jpg') repeat-y center center;
  }
  
   a {
  color: #A60808;
  }
  
  a:hover {
  color: #BEAD5C;
  }
  
  a:visited, a:active {
  color: #A60808;
  }
  
  #top_rec {
  width: 100%;
  height: 25px;
  background: #FFF url('./images/menu_bg.jpg') bottom center repeat-x;
  padding-top: 10px;
  }
  
  #top {
  width: 750px;
  height: 25px;
  background: url('./images/top.jpg') no-repeat center center;
  margin-left: auto;
  margin-right: auto;
  }
  
  #top_container {
  width: 100%;
  height: 120px;
  background-color: #FFF;
  }
  
  #menu_bg {
  width: 100%;
  height: 30px;
  background: url('./images/menu_bg.jpg') top center repeat-x;
  }
  
  #menu {
  width: 750px;
  height: 25px;
  background: url('./images/menu.png') no-repeat;
  margin-left: auto;
  margin-right: auto;
  }
  
  #logo {
  width: 800px;
  height: 120px;
  background: url('./images/logo.jpg') no-repeat;
  margin: auto;
  }
  
  #inner_menu {
  margin: 0;
  padding: 5px 0 5px 0;
  height: 35px;
  list-style-type: none;
  }
  
  #inner_menu li {
  display: inline;
  }
  
  #inner_menu li a {
  padding: 3px 5px;
  line-height: 14px;
  color: #666;
  border-right: 1px Solid #999;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  }
  
  #inner_menu li a:hover, a:visited, a:active {
  color: #A60808;
  }
  
  #container {
  width: 804px;
  margin: auto;
  position: relative;
  }
  
  #inner_container {
  width: 730px;
  margin: 5px 25px;
  padding: 10px 10px 0 10px;
  text-align: left;
  }
  
  #inner_container h1 {
  color: #369;
  text-align: left;
  font-size: 22px;
  line-height: 24px;
  margin: 0;
  padding: 0 0 5px 0;
  border-bottom: 1px Solid #BEAD5C;
  }
  
  #inner_container p {
  margin: 10px 0;
  line-height: 18px;
  font-size: 14px;
  }
  
  .one, .two, .three {
  width: 230px;
  border: 1px Solid #CCC;
  float: left;
  margin: 0 5px;
  }
  
  #inner_container h2 {
  color: #555;
  font-size: 18px;
  background-color: #CCC;
  padding: 5px 10px;
  margin: 0;
  text-transform: uppercase;
  }
  
  .box ul {
  margin: 0;
  padding: 0;
  }
  
  .box ul li {
  list-style-type: none;
  }
  
  .box ul li a {
  display: block;
  font-size: 12px;
  padding: 4px;
  background-color: #E7E7E7;
  color: #369;
  font-weight: bold;
  margin: 4px 3px;
  line-height: 14px;
  }
  
  .box ul li a:hover {
  color: #A60808;
  background-color: #BEAD5C;
  }
  
  .sep {
  width: 750px;
  height: 9px;
  background: url('./images/sep.jpg') no-repeat;
  margin: 10px 0;
  clear: both;
  }
  
  .ad_box {
  width: 468px;
  float: left;
  height: 60px;
  border: 3px Double #CCC;
  background-color: #EFEFEF;
  margin-right: 10px;
  }
  
  #footer {
  width: 771px;
  background-color: #E9E9E9;
  padding: 10px 15px 10px 15px;
  color: #444;
  font-size: 10px;
  height: 40px;
  margin: auto;
  position: relative;
  }
  
  .clear {
  line-height: 0px;
  height: 0px;
  font-size: 0px;
  clear: both;
  }
  
  #outer_footer {
  width: 100%;
  height: 70px;
  background-color: #E9E9E9;
  }
  
  /* Right Side Bar */

  #blogroll ul { 
  margin: 3px 5px;
  padding: 0;
  width: 200px;
  }

  #blogroll ul li {
  line-height: 14px; 
  font-size: 12px; 
  margin: 2px 0;
  list-style-type: none;
  }
  
  #right {
  width: 150px;
  float: right;
  padding: 10px 5px 5px 5px;
  }
  
  #right ul {
  margin: 0;
  padding: 0;
  }
  
  #right ul li {
  list-style-type: none;
  }
  
  #right ul li a {
  padding: 4px 2px;
  margin: 4px 2px;
  color: #369;
  display: block;
  }
  
  #right ul li a:hover {
  color: #444;
  background-color: #EFEFEF;
  }
  
  #right .title {
  color: #888;
  font-size: 14px;
  margin: 3px 0;
  }
  
  #left {
  width: 555px;
  float: left;
  padding: 0 10px 10px 0;
  }

  #bottom {
  width: 804px;
  height: 22px;
  background: url('./images/bottom.jpg') no-repeat;
  clear: both;
  }

  .post-edit-link {
  clear: both;
  }
