* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background-color: white;
  color: black;
  text-align: center;
}
#header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2em;
  background-color: #062b48;
  z-index: 1;
}
#header h1 {
  position: absolute;
  top: .5em;
  left: 0;
  width: 100%;
  font: small Georgia, "Times New Roman", sarif;
  color: white;
}
#header a:link, #header a:visited, #header a:hover, #header a:active {
  text-decoration: none;
  font: small Georgia, "Times New Roman", sarif;
  color: white;
}
#title_bottom {
  position: absolute;
  top: 2em;
  left: 0;
  width: 100%;
  height: 11px;
  background-image: url(images/home/title_bottom.gif);
  background-repeat: repeat-x;
}
#main {
  position: absolute;
  top: 2em;
  left: 0px;
  width: 100%;
  height: 768px;
  background-image: url(images/home/background_main.gif);
  background-repeat: repeat-x;
  padding: 2em 0 0 0;
  text-align: center;
}
#content {
  width: 608px;
  height: 446px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(images/home/background_content.gif);
  background-repeat: repeat-x;
  padding: 30px 45px 30px 45px;
  text-align: left;
}
#centerpiece {
  width: 578px;
  height: 396px;
  border-top: 5px solid white;
  border-left: 5px solid white;
  border-right: 5px solid white;
  background-image: url(images/home/centerpiece/1.png);
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
#navigation {
  position: relative;
  top: -100px;
  left: -4px;
  width: 568px;
  height: 68px;
  font: large "Helvetica Regular", Arial, sans-serif;
  padding: 25px 5px 0 5px;
  margin: 0 0 0 5px;
  border: 4px solid white;
  text-align: center;
  background-image: url(images/home/darken.png);
  background-repeat: repeat-x;
  -moz-border-radius: 0 0 15px 15px;
  -webkit-border-radius: 15px;
}
#navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active {
  color: white;
  font: medium "Helvetica Regular", Arial, sans-serif;
  text-decoration: none;
}
#navigation a:hover{
  color: #f37f24;
}
#navigation li {
  display: inline;
  padding: 0 .6em 0 .6em;
  color: white;
}
#footer {
  text-align: center;
  position: relative;
  top: -55px;
  left: 0;
  width: 578px;
}
#footer_navigation {
  font: small "Helvetica Regular", Arial, sans-serif;
  color: #666666;
}
#footer_navigation a:link, #footer_navigation a:visited, #footer_navigation a:active {
  color: #666666;
  font: small "Helvetica Regular", Arial, sans-serif;
  text-decoration: none;
}
#footer_navigation a:hover {
  color: #f37f24;
}
#footer_navigation li {
  display: inline;
  padding: 0 1em 0 1em;
}