#header {
  display:block;
  width:960px;
/*  text-align:left;*/
  margin:0 auto;
}
#header h1 {
  display:inline-block;
  position:relative;
  width:249px;
  height:96px;
  background:#000 url(../images/alpha-logo.png) no-repeat 0 0;
  padding:0;
  vertical-align:top;
  margin:4px 0;
}

#header h1 span {display:none; padding:0;}

#header h2 {
  color:#FFFC01;
  font-family:arial,helvetica;
  font-size:20px;
  font-weight:bold;
  letter-spacing:-1px;
  line-height:2;
  padding:0;
  display:inline-block;
  vertical-align:top;
}

#header .main-nav {
  display:block; 
  position:relative; 
  height:45px;
  background:transparent url(../images/nav-backing.png) 0 0 no-repeat;
}

#sections {
  padding:7px 0 0 0;
  margin:0;
  display:block;
}

#sections li.item {
  margin:0 1px;
  display:inline-block; *display:inline;
  height:30px;
  line-height:30px;
}

#sections li.item a {
  font-size:90%;
  display:block;
  color:#fff;
  border:1px solid #1d1d1d;
  padding:0 10px;
  height:30px;
  line-height:30px;
  text-decoration:none;
  background:transparent url(../images/buttons_bg.png) 0 0 repeat-x;
}

#sections li.item a:hover {background-position:0 -30px; color:#000;}
#sections li.item.active a {background-position:0 -60px;}

ul.navigation {
  display:block;
}

ul.navigation li {
  display:inline-block; *display:inline;
}

/*.entry {margin-bottom:30px;}*/

*+html #sections li.item {display:inline;} /*ie7*/
*+html #sections li.item a {display:inline-block;} /*ie7*/

* html #sections li.item {display:inline; zoom:1;} /*ie6*/
* html #sections li.item a {display:inline; zoom:1;} /*ie6*/