body {
  margin: 0;
  font-size: 100%;
  font-family: arial;
  color: #222;
  background: #eee;
}
a {
  color: #dd0000;
}


#header-wrapper {
  width: 100%;
  height: 175px;
  background: url(assets/header-bg.png) repeat-x;
  xborder:1px solid red;
}
#header {
  width: 980px;
  margin: 0 auto;
  position: relative;
  xborder:1px solid blue;
  z-index: 200;
}
#header h1 {
  font-family: arial;
  font-size: 16px;
  letter-spacing: .02em;
  margin: 0;
  padding-top: 50px;
  padding-left: 320px;
}
#header #ball-overlay {
  position: absolute;
  top: -70px;
  right: -84px;
  z-index: 100;
}
#menu-outer-wrapper {
    position: absolute;
    top: 134px;
    width: 100%;
    height: 40px;
    background: #000;
}
#menu-inner-wrapper {
  height: 25px;
  xbackground: #0093d1;
  width: 100%;
}


#menu {
  width: 980px;
  margin: 0 auto;
  margin-top: 7px;
  padding: 0;
  letter-spacing: 1px;
}


#content-wrapper {
  width: 980px;
  background: white url(assets/content-bg-1.png) repeat-y;
  margin: -4px auto;

}

#left-column {
  float:left;
  width: 180px;
  padding: 20px 10px;
  color: white;
}

#content {
  float: left;
  width: 710px;
  padding-top: 10px;
  margin: 20px 0 20px 40px;
  line-height: 1.5em;
}

#content h1 {
  font-size: 32px;
  color:#0093d1;
  font-weight:normal;
  margin-bottom:.5em;
}
#content h2 {
  font-size: 24px;
  color:#0093d1;
  font-weight:normal;
  margin-bottom:.3em;
}
p.subhead {
  font-weight: bold;
  font-size: 20px;
  margin: .3em 0;
}

#footer {
  width: 980px;
  margin: 1em auto;
  text-align: center;
  font-size: 90%;
}

.req {
  font-size: 11px;
  color: #888;
}

.img-right {
  float:right;
  margin: 8px 0 1em 1em;
  border: 8px solid #ccc;
}
.img-left {
  float:left;
  margin: 8px 1em 1em 0;
  border: 8px solid #ccc;
}
