/* universal -----*/

* {
  margin: 0;
  padding: 0;
}

/* document, body, wrapper -----*/

body {
  margin-bottom: 10px;
  color: #666;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  background: #cdd4e4;
}
#wrapper {
  width: 770px;
  margin: 0 auto;
  text-align: left;
  background: #fff url(img/wrapper_bg.gif) center top repeat-y;
}

/* masthead -----*/

#masthead {
  height: 150px;
  background: transparent url(img/top_bg.gif) center top no-repeat;
  position: relative;
}
p#nav {
  position: absolute;
  right: 30px;
  top: 40px;
}
p#nav a {
  color: #666;
  text-decoration: none;
}
p#nav a:hover {
  color: #b82718;
  text-decoration: underline;
}
a#logo {
  width: 310px;
  height: 100px;
  background: transparent url(img/logo.gif) center center no-repeat;
  display: block;
  position: absolute;
  left: 40px;
  top: 55px;
}
#masthead a img {
  border: none;
  position: absolute;
  right: 20px;
  bottom: 0;
}

/* body -----*/

#body {
  width: 450px;
  margin: 10px 0 0 40px;
  line-height: 15px;
  float: left;
  display: inline;
}
#body p {
  margin: 1em 0;
}
#body a {
  color: #004d81;
  text-decoration: underline;
}

/* sidebar -----*/

#sidebar {
  width: 230px;
  margin: 10px 20px 0 0;
  font-size: 11px;
  float: right;
  display: inline;
}
a#contact {
  height: 20px;
  margin-bottom: 10px;
  background: transparent url(img/contact_bg.gif) center right no-repeat;
  display: block;
}
#challenge {
  width: 170px;
  margin-left: 30px;
  color: #558712;
  line-height: 14px;
}
#challenge img {
  display: block;
}
#challenge p {
  margin: 1em 0;
}
#challenge a {
  color: #558712;
  text-decoration: underline;
}
#challenge a:hover {
  color: #cdd4e4;
}

/* footer -----*/

#footer {
  height: 50px;
  background: transparent url(img/footer_bg.gif) center top no-repeat;
  position: relative;
  clear: both;
}
a#worldaccess {
  width: 160px;
  height: 35px;
  display: block;
  position: absolute;
  right: 50px;
  top: 0;
}