body {
  text-align: center;
  margin: 0px auto;
  font-family: verdana;
  font-size: 11px;
  background-color: #cae9f5;
  color: #24246d;
}

p {
  font-family: verdana;
  font-size: 11px;
  text-align: justify;
}

td {
  font-family: verdana;
  font-size: 11px;
}


h1, h2, h3, h4, h5 {
  color: #24246d;
}

a {
  color: #416131;
}

#header {
  text-align: center;
  width: 100%;
  left: 0px;
  right: 0px;
  height: 150px;
  background: url( "_images/header_tile.gif" );
}

#logo {
  margin: 0px auto;
  width: 475px;
  height: 150px;
  background: url( "_images/logo.gif" );
}

#logo h1 {
  display: none;
}

#nav_box {
  margin: 0px auto;
  left: 0px;
  right: 0px;
  padding-left: 8px;
  padding-right: 8px;
  width: 90%;
  height: 16px;
}

#nav {
  width: 50%;
  display: inline;
  float: left;
}

#logged {
  text-align: right;
  width: 45%;
  display: inline;
  float: right;
}

#content_box {
  text-align: left;
  padding: 4px 16px;
}