body{
  background: #001C3A;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #484848;
}

#main{
  width: 924px;
  margin: 0 auto;
  position: relative;
  padding-top: 56px;
}

#logo{
  font-family: Tahoma, Verdana, Arial, sans-serif;
  position: absolute;
  top: 6px;
  left: 30px;
  width: 188px;
  text-align: center;
  color: #002D62;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 8px;
}

#logo img{
  margin-bottom: 6px;
}

#frame-top{
  background: url(images/frame-top.gif);
  height: 12px;
  overflow: hidden;
}

#frame-body{
  background: url(images/frame-side.gif);
  padding: 4px 31px;
}

#frame-bottom{
  background: url(images/frame-bottom.gif);
  height: 12px;
  overflow: hidden;
}

#top-menu{
  font-family: Tahoma, Verdana, Arial, sans-serif;
  background: url(images/menu-bg.gif) right no-repeat;
  margin-bottom: 10px;
  height: 31px;
  text-align: right;
  padding-top: 7px;
  padding-right: 15px;
}

#top-menu a img{
  padding: 6px 5px 5px;
}

#footer{
  height: 60px;
  font-size: 10px;
  color: white;
  text-align: center;
}

#copyright{
  padding-top: 20px;
}

#footer-menu{
  position: absolute;
  left: 10px;
  padding-top: 20px;
}

#footer-menu a{
  color: white;
  text-decoration: none;
}

#footer-logos{
  position: absolute;
  right: 10px;
  padding-top: 12px;
}

#footer-logos img{
  padding-left: 20px;
}

/* page specific */

#interior{
  background: white;
  padding: 0 40px 18px;
}

h1{
  color: #484848;
  font-size: 20px;
  background: url(images/h1-bottom.gif) bottom repeat-x;
  padding: 18px 0 7px;
}

#header{
  width: 861px;
  height: 353px;
  margin-bottom: 18px;
}

#partners{
  float: right;
}