html,
     body {
       color: #000;
       background: #FFF url("../img/bg.jpg") top left repeat;
       
       margin: 0 auto;
       padding: 0;
       text-alig: center;
       
       font-family: Arial, sans-serif;
       font-size: 12px;
     }
#header {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  
  width: 727px;
  height: 200px;

  background: #FFF url("../img/header.jpg") top left repeat;
  border: 3px solid #FFF;
}
#content {
  position: absolute;
  left: 50%;
  margin-left: -367px;
  width: 727px;

  color: #000;
  background-color: #FFF;
  
  border-left: 3px solid #FFF;
  border-right: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
}
.left {
  float: left;
  text-align: left;
  
  width: 160px;
  height: auto;
  
  background-color: #DDD;
  color: #000;
}
.right {
  float: left;
  text-align: justify;

  width: 550px;
  height: auto;
  padding-left: 5px;

  background-color: #FFF;
  color: #000;
}
.nTop {
  display: block;
  width: 156px;
  height: 16px;
  padding: 2px;
  text-align: left;
  color: #FFF;
  background-color: #000;
  font-weight: bold;
}
.images {
  width: 550px;
  height: 200px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.io {
  height: 200px;
  width: 150px;
}
a.navi:link,
a.navi:visited {
  display: block;
  width: 151px;
  height: auto;
  text-align: left;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #FFF;
  background-color: #a54b44;
  padding-left: 5px;
}
a.navi:hover {
  display: block;
  width: 151px;
  height: auto;
  text-align: left;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #FFF;
  background-color: #4472a5;
  padding-left: 5px;
}
h1 {
  color: #a54b44;
  text-align: center;
}
     