* {

  margin: 0;

  padding: 0;

  font-family: Arial;

}

body {

  background-color: #cad6e0;

}

#container {

  width: 750px;

  margin: 0 auto;

  background-color: #9fb8d3;

  position: relative;

  top: 0;

  left: 0;

  border-left: 2px solid #576c85;

  border-right: 2px solid #576c85;

  border-bottom: 2px solid #576c85;

}

.separator {

  background-color: #cad6e0;

  height: 6px;

}

#headerLeft {   

  height: 116px;

  position: absolute;

  top: 34px;

  width: 150px;

  border-top: 2px solid #576c85;

  border-bottom: 2px solid #576c85;

}

#headerRight {

  height: 116px;

  margin-left: 150px;              

  border-left: 2px solid #576c85;  

  border-top: 2px solid #576c85;

  border-bottom: 2px solid #576c85;

}

#menu {

  width: 150px;

  position: absolute;

  top: 160px;

}

#menu ul {

  list-style-type: none;     

  border-top: 1px solid #576c85;

}

#menu ul li {

  border-bottom: #576c85 1px solid;

  font-size: 10px; 

}

#menu ul a {

  color: #FFF;

  font-family: Verdana, Arial;

  text-decoration: none;

  padding: 5px 0 5px 10px;

  display: block;

  background-color: #7d9cc0;

}

#menu ul a:hover {

  background-color: #9fb8d3;

}

#menu iframe {

  border: 1px solid #576c85;

  height: 240px;

  width: 140px;

  margin: 0 5px;

}

#menu h4 {

  color: #FFF;

  font-size: 15px;

  text-align: center;

}

#content {

  background-color: #271e61;

  margin-left: 150px;

  min-height: 550px;

  border: 10px solid #271e61;

}

#content #page {

  background-color: #FFF;

  min-height: 550px;

}

#content #page #title {

  background: URL("../images/header1.jpg") no-repeat top left;

  height: 28px;

  color: #FFF;

  padding: 2px 0 0 10px;

}

#content #page #data {

  padding: 10px;

}

#content #page #data p {

  margin-top: 10px;

}

#footer {

  height: 28px;

  background: URL("../images/header1.jpg") no-repeat top left;

}

#footer p {

  padding-top: 6px;

  text-align: center;

  font-size: 12px;

}

.center {

  text-align: center;

}