#container {
  width: 750px;
  margin: 0px auto;
  text-align: left;
  background-color: #4D6F04;
  border-left: 0px solid #cccccc;
  border-right: 0px solid #cccccc;
}

#header {
  width: 750px;
  height: 261px;
  background-image: url("/themes/default/images/header.jpg");
  clear: both;
  margin: 0px 0px 0px 0px;
}

#topNav {
  width: 750px;
  height: 63px !important;
  height: 71px;
  clear: both;
  font-size: 1.15em;
  margin: 0px 0px 0px 0px;
  padding: 8px 0px 0px 0px;
  text-align: center;
  background: url("/themes/default/images/top_nav_bg.gif") repeat-x;
}

#topNav ul {
  margin:  0px 0px 0px 0px;
  padding: 6px 0px 0px 0px;
  display: block;
}

#topNav ul li {
  margin: 0px 0px 0px 0px;
  padding: 8px 0px 37px 3px;
  border-left: 1px solid #83A63C;
  list-style: none;
  text-transform: capitalize;
  display: inline;
}

#subNav {
  width: 750px;
  height: 36px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #c0c0c0;
  text-transform: capitalize;
  background-color: #000000;
  text-align: center;
  clear: both;
  background: url("/themes/default/images/sub_nav_bg.gif") repeat-x;
}

#subNav ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 12px 6px 0px 6px;
  border: none;
  font-size: .9em;
}

#subNav li {
  display: inline;
  padding: 0px 0px 0px 10px;
  background: url("/themes/default/images/sub_nav_bullet.gif") no-repeat top left;
}

#rightColumn {
  width: 728px !important; 
  width: 750px;
  margin: 0px 0px 20px 0px; 
  padding: 10px 10px 10px 10px;
  float: left;
  display: block;
  background: url("/themes/default/images/right_column_bg.gif") repeat-x;
}

#rightColumn ul {
  margin: 20px 0px 25px 10px;
  padding: 0px 0px 0px 0px;
}

#rightColumn li {
  list-style-type: none;
  margin: 0px 0px 5px 0px;
  font-size: .85em;
  background: url("/themes/default/images/bullet.gif") no-repeat top left;
  padding: 0px 0px 0px 30px;
}

#footer {
  width: 750px;
  background-color: #575757;
  text-align: center;
  clear: both;
  padding: 2px 0px 10px 0px;
  margin: 0px 0px 10px 0px;
}

#footer ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 6px 6px 0px 6px;
  border: none;
  font-size: .9em;
  color: #c0c0c0;
  text-transform: capitalize;
}

#footer li {
  display: inline;
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  background: url("/themes/default/images/sub_nav_bullet.gif") no-repeat top left;
}

#credits {
  width: 742px;
  text-align: right;
  clear: both;
  font-size: .7em;
  padding: 0px 80px 8px 0px !important;
  padding: 0px 0px 8px 0px;
  margin: 0px 0px 0px 0px;
}

#credits p {
  margin: 0px 0px 0px 0px
}