body {
  margin : 50px;
  text-align : center;
}

#Container {
  border : 1px solid;
  background-color : #e6e6e6;
  height : 650px;
  margin-left : auto;
  margin-right : auto;
  overflow : hidden;
  position : relative;
  text-align : left;
  width : 752px;
}

#Content {
  font-family: Verdana, Arial, sans-serif;
  font-size : 0.8em;
  height : 100%;
  left : 1%;
  position : relative;
  text-align : center;
  top : 120px;
  width : 98%;
}

#Content a, #Content a:visited {
  color : navy;
  font-weight : bold;
  text-decoration : none;
}

#Content a:hover {
  color : red;
}

#Content h2 {
  font-size : 1em;
}

#Content hr {
  width : 90%;
}

#Content img {
  border : 1px solid black;
}

#Footer {
  background-color : white;
  background-image : url('Images/Footer.jpg');
  background-repeat : repeat-y;
  border-top : 1px solid;
  bottom : 0px;
  font-family : tahoma, sans-serif;
  font-size : 0.6em;
  height : 15px;
  position : absolute;
  text-align : right;
  width : 100%;
}

#Footer a, #Footer a:visited {
  color : navy;
  text-decoration : none;
}

#Footer a:hover {
  color : #03bbff;
}

#Header {
  background-image : url('Images/Header.jpg');
  background-position : 10px 5px;
  background-repeat : no-repeat;
  height : 70px;
  position : absolute;
  text-indent : -200%;
  top : 10px;
  width : 100%;
}

#Navigation {
  background-color : #cccccc;
  border-bottom : 1px solid;
  border-top : 1px solid;
  position : absolute;
  text-align : center;
  top : 80px;
  width : 100%;
}

#Navigation a, #Navigation a:visited {
  color : black;
  font-family : arial, serif;
  font-size : 0.7em;
  text-decoration : none;
}

#Navigation a:hover {
  color : white;
}

#Navigation .Link {
  float : left;
  line-height : 18px;
  width : 25%;
}
