* {
  margin: 20px;
  padding: 0;
}

body {
  background: #f5b400;
  color: #303030;
  font: 75% arial, verdana, sans-serif;
}

#wrap {
  margin: 0 auto;
  width: 850px;
}


/* Font stuff */
a {
  margin: 0;
  color: #707070;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h2 {
  color: #b98c2d;
  font-size: 2.80em;
  font-weight: bold;
}

h3 {
  color: #504628;
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1.6em;
  margin: 0;
}

h4 {
  color: #808080;
  font-size: 0.9em;
  margin: 0 0 0 1px;
}


/* Header */
#header {
  background: #000 url("img/bg_header.gif") no-repeat;
  height: 29px;
  margin: 0;
  padding-top: 161px;
}

#header h1 {
  display: none;
}


/* Menu */
ul.menu {
  display: inline;
  margin: 0 0 0 30px;
}

ul.menu li {
  display: inline;
  list-style-type: none;
  margin: 0 0 0 25px;
}

ul.menu li a {
  font-size: 1.70em;
  font-weight: bold;
  color: #fcfcfc;
  text-decoration: none;
  text-transform: lowercase;
}

ul.menu li a:hover {
  text-decoration: underline;
}


/* Body */
#content {
  background: #fcfcfc url("img/img_corner.gif") no-repeat bottom right;
  margin: 10px 0 0 0;
  padding: 10px 20px;
}

.entry p {
  margin: 0 0 15px 0;
  line-height: 1.35em;
}

.entry strong {
  margin: 0;
}

.entry ol li, .entry ul li {
  margin: 5px 20px;
}

.entry img.side-img {
  float: left;
  margin: 10px 20px 10px 0;
  padding: 10px;
  border: #909090 1px solid;
}

.entry p.info {
  margin: 10px 0;
}


/* Footer */
#footer {
  background: #fcfcfc url("img/img_corner.gif") no-repeat bottom right;
  color: #303030;
  margin: 25px 0 0 0;
  padding: 10px 20px;
  font-size: 0.85em;
}

#footer #mission, #footer #contact, #footer #sponsors {
  float: left;
  width: 180px;
}

#footer #sponsors {
  width: 330px;
}

#footer strong {
  margin: 0;
}

#footer #contact br, #footer #sponsors br {
  margin: 0;
}

#footer #sponsors img {
  float: left;
  margin: 0 30px 0 0;
  border: 0;
}

/* Random */
.clear {
  clear: both;
}