
body {
  margin: 0;
  padding: 0;
  background: #999;
  font: 0.9em/1.2em Arial, Helvetica, Geneva, sans-serif;
}
table { 
border-collapse: collapse;
}

#wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  width: 604px;
  margin: 0 auto;
  padding-left: 196px;
  background: #fff;
}

#header {
  display: block;
  float: left;
  display: inline;
  padding: 0;
  height: 309px;
  width: 800px;
  margin: 0 0 0 -196px;
  background: url(images/header_photos/bikes.jpg) 0 52px no-repeat;
  border-bottom: 1px solid #f00;
  z-index: 1;
}

#header h1 {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 539px;
  height: 178px;
  background: url(images/2010_logo.png) 10px 1px no-repeat;
  overflow: hidden;
  z-index: 10;
}

#header h1 * {
  position: absolute;
  left: -999px;
}

#header_links {
  list-style: none;
  display: block;
  margin: 0;
  padding: 5px 10px 12px;
  position:relative;
  width: 780px;
  border-bottom: 1px solid #f00;
 
  text-align: right;
  position: absolute;
  top: 30px;
  line-height: 10px;
  font-size: 12px;
}

#header_links li {
  display: inline;
  padding: 5px;
}

#header_links a {
  color: #c30;
  text-decoration: none;
  font-weight: bold;
}
#header_links li.current {
  color: #000;
  font-weight: bold;
 }

#header_links a:hover {
  color: #f00;
  text-decoration: none;
}

#header h3 {
  position: absolute;
  margin: 0;
  top: 8px;
  font-size: 16px;
  line-height: 20px;
}

#header h3.years { left: 12px; }
#header h3.date  { left: 350px; }


#nav {
  position: relative;
  float: left;  /*  top: 178px; left: 22px;*/
  margin: 178px 0 20px -174px;
  padding-top: 30px;
  width: 174px;
  min-height: 545px;
  z-index: 10;
  background: transparent url(images/left_grad.jpg) 0 126px no-repeat;
  color: #fff;
  font-size: 13px;
}

#nav ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 10;
}

#nav ul ul {
  font-size: 13px;
  text-transform: none;
}


#nav li { 
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  display: inline;
}

#nav a, #nav li span {
  display: block;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  padding: 2px 18px;
}

#nav a:hover {
  background-image: url('images/fade_bar.png');
  color: #9cf;
}

#nav li.current span {
  color: #9cf;
  background: #333;
}

#nav li li a, #nav li li.current span {
  display: block;
  line-height: 15px;
  padding: 2px 18px 2px 32px;
}
#main {
  float: left;
  width: 564px;
  padding: 0px 20px 40px;
  margin: 0;
  position: relative;
  height: auto;
  z-index: 10;
  overflow: visible;
}
#main h1 {
  margin: -23px 0px -10px -20px ;
  display: block;
  position: relative;
  font-size: 72px;
  line-height: 60px;
  padding-bottom: 12px;
  text-transform: lowercase;
  letter-spacing: -0.05em;
  color: #78736d;
  opacity: 0.35;
  z-index: -1;
}

#main h2 {
  font-size: 115%;
  color: #c30;
  margin-bottom: 0px;
}

#main h3 {
  font-size: 105%;
  color: #36c;
  padding-bottom: 0px;
}

#main h4 {
  font-size: 95%;
  color: #c30
}

#main h5 {
  font-size: 95%;
  color:#36c;
  font-weight: normal; 
}
#main ul li {
margin-bottom: .3em;  }

#footer {
  position: relative;
  margin: 0;
  z-index: 2;
  clear: both;
  height: 21px;
  margin: 0 0 20px -196px;
  text-align: center;
  background: url('images/footer_arrows.jpg') 0 0 no-repeat;
}

#footer * {
  position: absolute;
  left: -999em;
}


#footer h3 {
  font-size: 110%;

}

#content_left {
position: relative;
float: left;
width: 350px;
}

#content_right {
position: relative;
float: right;
width: 195px;
}
ul.nobullets {
list-style: none; 
}
ul.nobullets li {
padding-bottom: .2em;
line-height: 1em
}
ul.nobullets li ul li {
padding-bottom: 0px;
}

/* Links */

#main a {
color: #c30;
}
#main a:hover {
color: #f30;
text-decoration: none;
}
a img { border: none; }
a.more {
  margin-left: 0.5em; 
  margin-right: 0.5em;
  white-space: nowrap;
}

a.offsite, a.pdf, a.mailto {
  padding-left: 14px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}

a.offsite { background-image: url(images/remote.gif); }
a.pdf     { background-image: url(images/acrobat.gif); }
a.mailto  { background-image: url(images/mailto.gif); padding-left: 18px; }

a.offsite:hover { background-image: url(images/remote_a.gif); }
a.pdf:hover     { background-image: url(images/acrobat_a.gif); }
a.mailto:hover  { background-image: url(images/mailto_a.gif); }

a.offsite img {  padding-left: 0px; background: none; }

p.intro {
margin-top: -7px; 
}

