html, body {
  background: #474242; 
  height: 103%;
}

a img {
  border: 0px; }

body {
  font-family: helvetica;
  margin: 0px;
  padding: 0px; }

#header_container {
  background: #474242; }

#header {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  height: 110px;
  position: relative; }

#content_container {
  background: #e1e1e1;
  padding-top: 20px; 
}

#content {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px; 
}

#logo {
  display: inline;
  margin-top: 15px;
  height: 80px;
}

#navbar {
  display: inline;
  margin: 0;
  padding: 0;
  font-family: helvetica;
  color: white;
  position: absolute;
  bottom: 0%;
  right: 10%;
  margin-top: -1.2em; }

#navbar li {
  display: inline-block;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px; 
  zoom:1;
  *display: inline;
  _height: 30px;
}

#navbar li {
  _display: inline; }

#navbar li.selected {
  background: #202020; }

#navbar li a {
  display: block;
  padding-bottom: 0.6em;
  padding-top: 0.6em;
  font-weight: bold;
  padding-left: 1em;
  padding-right: 1em;
  text-decoration: none;
  color: white; }

#navbar li:hover {
  background: #202020; }

#pagetitle {
  font-size: 200%;
  color: white;
  line-height: 1.8em;
  margin-top: -0.6em;
  font-weight: normal; 
  text-transform: capitalize;
}

#titlebar {
  position: relative;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px; }

#titlebar_container {
  float: none;
  background: #202020;
  padding-top: 0px; }

#footer_container {
  display: block;
  clear: both;
  background: #474242; 
}

#clear_float {
  clear: both;
}

#footer {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-size: 0.8em; 
  padding-bottom: 25px;
  margin-top: 20px;
}

#footer * {
  color: white; }

#footer div {
  display: inline-block; 
  zoom:1;
  *display: inline;
  _height: 30px;
  padding-left: 0px;
  margin-left: 0px;

}

#footer div ul {
  padding-left: 0px;
  margin-left: 0px;
  padding-right: 10px; 
}

#footer div ul li {
  padding-left: 0px;
  margin-left: 0px;

  list-style: none;
  text-decoration: none; 
}

#footer div ul li a {
  text-decoration: none; }

#footer div ul li a:hover {
  text-decoration: underline; }

#left_column {
  float: left;
  width: 70%;
  vertical-align: top; 
}

#right_column {
  border-left: 1px solid #e7e7f1;
  float: left;
  width: 25%;
  height: 200px;
  padding-left: 20px;
  font-size: 0.8em; }

.box {
  font-size: 0.9em;
  padding: 10px;
  background: white;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 20px; }

.box .credit {
  padding-top: 1em;
  font-weight: bold; }

input[type='submit'] {
  border: 0px solid #ffffff;
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

address {
  font-style: normal;
}

.quote {
 line-height: 145%;
}
