#header_wrapper{
  width:100%;
  ibackground-color:#0c2645;
  background-image:url('../images/header_bg2.gif');
  height:120px;
}

#header{
    margin:0 auto;
    width:875px;
    /*height:100px;*/
    height:120px;
}

#header a{
  color:#fff;
  font-size:1.2em;
  font-weight:bold;
}

#header_img {
  float:left;
}

#header_img img {
  padding-top:7px;
}

#header_nav {
    float:right;
    height:120px;
    width:670px;
}

#header #gen_links{
  float:right;
  display:block;
  vertical-align:top;
}

#header #gen_links a{
  color:#fff;
  font-size:.8em;
  font-weight:bold;
  padding-left:20px;
}

#header #context_title{
    padding-top: 23px;
    float:right;
    display:block;
    width:670px;
    text-align:right;
    color:#fff;
    font-size:1.8em;
    font-weight:bold;
}

#header #nav_links{
  float:right;
  display:block;
  width:670px;
  margin-top:25px;
  text-align:right;
}

#header #nav_links_front{
  float:right;
  display:block;
  width:670px;
  margin-top:83px;
  text-align:right;
}

#nav_links a{
  color:#fff;
  font-size:.9em;
  font-weight:bold;
  padding-left:15px;
  text-decoration:none;
}

#nav_links_front a{
  color:#fff;
  font-size:.9em;
  font-weight:bold;
  padding-left:15px;
  text-decoration:none;
}

#wrapper{
    background:#fff;
    margin:0 auto;
    width:850px;
    margin-top:5px;
}
