body{
  background-color:#8e8e8e;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  color:#484a50;
  font-size:1.125em;
  margin:0;
}

a{
  color:#981f20;
  text-decoration:none;
}

a:hover{
  text-decoration:underline;
}

#wrapper{
  width: 1050px;
  background: url(../images/wrapper_bg.png) repeat-y;
}

#header{
  background: url(../images/header_bg.png) no-repeat;
  padding:28px 28px 0;
  position:relative;
}

h1{
  background: url(../images/12_spokes_logo.png) no-repeat 30px 0;
  text-indent:-10000px;
  width:941px;
  height:67px;
  margin:0.5em 0 0;
}

h2{
  margin:0;
  font-weight:normal;
  font-size:1em;
  padding-left:500px;
}

#client_login{
  position:absolute;
  top:58px;
  right:83px;
}

em{
  font-weight:bold;
  font-style: normal;
}

#content{
  margin:0 28px;
}

#main_column{
  width:728px;
  margin-right:53px;
  float:right;
}

#navigation{
  float:left;
  list-style:none;
  padding-left:30px;
}

#footer{
  clear:both;
  background: url(../images/footer_bg.png) no-repeat 0 bottom;
  padding:0 28px 28px;
}

#footer p{
  border-top: 3px solid #ea6826;
  font-size:0.666em;
  text-align:center;
  padding:1.75em 0;
  margin:auto 53px auto 30px;
}