  body
  {
      background: #03161b;
	  background-image: url('images/bg.gif');
	  background-position: center top;
	  background-repeat: repeat-y;
	  vertical-align: top;
      text-align: center;
      margin-top: 0;
      margin-bottom: 0;
	  margin-left: auto;
	  margin-right: auto;
      font-family: arial;
      color: #ffffff;
      font-size: small;
  }
  img
  {
      border: 0px;
  }
  div
  {
	 margin-top: 2px;
	 margin-bottom: 2px;
  }
  a, a:link
  {
      color: #b40406;
      font-weight: bold;
      text-decoration: none;
  }
  a:hover, a:visited:hover
  {
      color: #b40406;
      font-weight: bold;
      text-decoration: none;
	  text-decoration: underline
  }
  a:active, a:visited:active
  {
	  color: #b40406;
	  font-weight: bold;
	  text-decoration: none;
	  text-decoration: underline
  }
  a:visited
  {
      color: #b40406;
      font-weight: bold;
      text-decoration: none;
  }
  #header
  {
      height: 55px;
      width: 850px;
      margin-left: auto;
      margin-right: auto;
      background: #262a32;
      background-image: url('images/banner.gif');
      background-repeat: no-repeat;
      background-position: 4px 1px;
      border: 3px solid #ffffff;
      border-bottom: none;
      border-top: none;
  }
  #navigation
  {
      width: 850px;
      margin-left: auto;
      margin-right: auto;
      background: #262a32;
      border: 3px solid #ffffff;
      border-bottom: none;
      border-top: none;
      text-align: center;
  }
  #content
  {
      height: 100%;
	  width: 850px;
	  margin: auto;
      margin-left: auto;
      margin-right: auto;
      background: #262a32;
      border: 3px solid #ffffff;
      border-bottom: none;
      border-top: none;
      text-align: left;
  }
  #contentt
  {
  padding-left: 3px;
  padding-right: 3px;
  }