@import "menu.css";

body {
  font-family: Verdana, sans-serif;
  font-size: 90%;
  background-image: url( ../images/bg.png );
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-color: #516675;
  }

a {
  text-decoration: none;
  }

h2 {
  margin: 0;
  }

img {
  border: 0;
  }

table caption {
  margin-top: 30px;
  margin-bottom: 10px;
  border-bottom: 2px solid Orange;
  }

td {
  vertical-align: top;
  }

#header, #content, #footer {
  position: relative;
  width: 730px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  }

#header {
  background-image: url( ../images/content-top.png );
  background-repeat: no-repeat;
  padding-top: 10px;
  height: 210px;
  }

#header img {
  position: relative;
  top: 10px;
  left: 0;
  float: left;
  }

#header h1 {
  margin-left: 270px;
  }

#header a {
  color: gray;
  }

#content {
  background-image: url( ../images/content.png );
  padding-bottom: 20px;
  }

#footer {
  background-image: url( ../images/content-bottom.png );
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 20px;
  font-size: 70%;
  text-align: center;
  height: 50px;
  margin-top: -5px;
  _margin-top: -10px;
  }

#footer hr {
  border: none;
  border-top: 1px dotted silver;
  width: 75%;
  }


