body {
  margin: 0px;
  color: #000000;
  font-family: arial, sans-serif;
  font-size: 14px;
  text-align: center;
  background-color: #FFFFFF;
}

h1 {
	font-size: 26px;
	font-weight: normal;
}

h2 {
}

h3 {
}

a {
  color: #315F70;
  text-decoration: underline;
}

a:hover {
  color: #315F70;
  text-decoration: none;
}

#wrapper {
  text-align: center;
  background: #FFFFFF url('/images/wrapper-bg.jpg') center top repeat-x;
}

#container {
  width: 980px;
  margin: 0px auto;
  text-align: left;
}

#header {
  height: 86px;
}

#header-left {
  float: left;
  width: 380px;
  height: 86px;
}

a#link-home {
  display: block;
  width: 380px;
  height: 86px;
  background: url('/images/logo.jpg') left top no-repeat;
}

#header-right {
  float: right;
  width: 580px;
  height: 86px;
}

#navigation {
  float: right;
  height: 75px;
}

#navigation a {
  display: block;
  float: left;
  height: 75px;
  padding: 0px 15px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  line-height: 75px;
  text-align: left;
  text-decoration: none;
  text-shadow: 3px 3px 2px #333333;
}

#navigation a.current {
  color: #FFFF66;
}

#content {
  position: relative;
}

#footer {
  height: 160px;
  background: url('/images/footer-bg.jpg') left top repeat-x;
}

#footer-inner {
  width: 980px;
  margin: 0px auto;
  text-align: left;
}

#footer-inner p {
  margin: 0px;
  padding: 15px 10px;
  color: #315F70;
  line-height: 26px;
}

#footer-inner p a {
  color: #315F70;
  text-decoration: none;
}

#footer-inner p a:hover {
  color: #315F70;
  text-decoration: underline;
}

div.clearfloats {
  display: block;
  clear: both;
}