html, body {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  background: #005064 url(bg_body.gif) top repeat-x;
  font-family: Tahoma;
  font-size: 11px;
  color: #fff;
}


#page {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

body>#page {
  height: auto;
}



#logo {
  position: relative;
  width: 100%;
  height: 72px;
  padding: 0;
  margin: 0 auto;
}

#logo h1 {
  padding: 0;
  margin: 0;
  text-align: center;
}

#logo h1 span {
  display: block;
  position: absolute; 
  width: 100%;
  height: 72px;
  left: 0; 
  top: 0; 
  z-index: 1;
  cursor: pointer;
  background: url(bg_logo.gif) top center no-repeat;
}


#menu {
  position: relative;
  width: 1006px;
  height: 390px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

#menu p {
  float: left;
  padding: 0;
  margin: 0 0 -2px;
}

#menu img {
  padding: 0;
  margin: 0;
  border: none;
}


#main {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 130px;
  background: url(bg_main.gif) top center repeat-y;
  overflow: hidden;
}


#sidebar {
  position: relative;
  float: left;
  width: 263px;
}

#sidebar .box-top {
  position: relative;
  float: left;
  width: 262px;
  height: 12px;
  background: url(bg_sidebar_box-top.gif) no-repeat;
}

#sidebar .box {
  position: relative;
  float: left;
  width: 262px;
  padding: 20px 0 0;
  background: url(bg_sidebar_box.gif) top left repeat-y;
}

#sidebar .box p {
  padding: 0 20px 20px;
  margin: 0;
  line-height: 130%;
}

#sidebar .box p.center {
  text-align: center;
}

#sidebar .box img {
  border: none;
}


#sidebar .box-bottom {
  position: relative;
  float: left;
  width: 262px;
  height: 12px;
  background: url(bg_sidebar_box-bottom.gif) no-repeat;
}

#sidebar h2, #content h2 {
  padding: 30px 0;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
}


#content {
  position: relative;
  float: right;
  width: 704px;
}

#content .box-top {
  position: relative;
  float: left;
  width: 704px;
  height: 27px;
  background: url(bg_content_box-top.gif) no-repeat;
}

#content .box {
  position: relative;
  float: left;
  width: 704px;
  background: url(bg_content_box.gif) top left repeat-y;
}

#content .box .column {
  position: relative;
  float: left;
  width: 350px;
}

#content .box-bottom {
  position: relative;
  float: left;
  width: 704px;
  height: 16px;
  margin: 0 0 30px;
  background: url(bg_content_box-bottom.gif) no-repeat;
}

#content h3 {
  padding: 0 20px 10px;
  margin: 0;
}

#content p {
  padding: 0 20px 20px;
  margin: 0;
}

#content img.left {
  float: left;
  margin: 0 20px 10px;
}

#content a {
  font-weight: bold;
  color: #fff;
}

#content a:hover {
  text-decoration: none;
}


#footer {
  position: absolute;
  width: 100%;
  height: 113px;
  overflow: hidden;
  bottom: 0;
  left: 0;
  background: #fff url(bg_footer.gif) bottom repeat-x;
}

#footer #in {
  position: relative;
  width: 1006px;
  height: 113px;
  margin: 0 auto;
  background: url(bg_footer_in.gif) bottom no-repeat;
}

#footer p {
  padding: 0;
  margin: 0;
  font-size: 9px;
}

#footer p.copy {
  float: left;
  padding: 45px 0 0 60px;
  margin: 0;
  background: url(bg_footer_copy.gif) bottom left no-repeat;
  color: #0086a0;
}

#footer p.copy span {
  color: #0086a0;
}

#footer p.copy span a {
  text-decoration: none;
  font-weight: bold;
  color: #0086a0;
}

#footer p.backlinks {
  float: right;
  padding: 55px 20px 0 0;
  margin: 0;
  color: #0086a0;
  text-align: right;
}

#footer p.backlinks a {
  text-decoration: underline;
}

#footer p.backlinks span {
  color: #0086a0;
}

#footer a {
  text-decoration: none;
  color: #0086a0;
}

#footer a:hover {
  text-decoration: underline;
}

