body#body {
  height: 100%;
  padding: 0px;
  margin: 0px; }


#container {
  position: relative;
  margin: 0px auto;
  width: 820px;
  min-height: 100%;
  background-repeat: repeat-y;
  padding-bottom: 0px; }
  #container #inner_container {
    width: 800px;
    position: relative;
    float: left; }
    #container #inner_container #holder #content {
      width: 800px;
      margin: 0px;
      min-height: 300px;
      padding-bottom: 10px;
      float: left; }

#banner {
  width: 800px;
  position: relative;
  margin: 0px;
  float: left;
  display: inline; }

#logoholder {
  float: left;
  overflow: hidden;
  position: relative;
  width: 800px;
  margin: 0px;
  display: inline; }
  #logoholder #logoposition {
    position: absolute;
    width: 100%;
    left: 0px; }

#footer {
  margin: 0px auto;
  padding: 20px 0px; }
  #footer #footerMenu {
    margin: 0px 40px;
    margin-top: 10px;
    text-align: center; }
    #footer #footerMenu ul {
      list-style: none;
      margin: 0px;
      padding: 0px; }
      #footer #footerMenu ul li {
        display: inline;
        margin: 0px 10px;
        line-height: 1.6em; }
        #footer #footerMenu ul li a {
          white-space: nowrap; }
  #footer a,
  #footer a:visited,
  #footer a:hover {
    font-size: inherit; }
  #footer #copyright {
    min-height: 20px;
    padding: 10px 0px 20px;
    margin: 0 40px;
    overflow: hidden; }
    #footer #copyright p {
      text-align: center;
      line-height: 1.2em; }

#holder {
  clear: both;
  width: 800px;
  margin: 0px;
  position: relative;
  overflow: hidden; }

#menu {
  margin: 0px;
  padding: 0;
  font: normal 12px/40px Arial, Tahoma, Sans-serif;
  height: 40px;
  position: relative;
  width: 800px;
  float: left; }

#menu ul {
  width: 3000px; }

.menubulletleft {
  float: left;
  background-repeat: no-repeat;
  height: 12px;
  margin-right: 5px;
  width: 12px;
  margin-top: 13px; }

.menu_title {
  float: left; }

.menubulletright {
  float: left;
  background-repeat: no-repeat;
  height: 12px;
  margin-left: 5px;
  width: 12px;
  margin-top: 14px; }

#two_column_page {
  width: 520px; }
