/**
 * Page elements ======================================================
 */
#page,
#footer {
  background:none;
  margin:0 auto;
  }
  
div.limiter { width:950px; }

/**
 * Header areas ===============================
 */
#logo {
	float:left;
	width:310px;
}
#logo, #logo h1 {
  margin-bottom:0;
}
#logo a {
  display:block;
  height:90px;
  line-height:90px;
  margin-bottom:0;
  overflow:hidden;
  /* text-indent:-1000em; */ 
  width:310px;
}
#headernav {
	float:right;
}
#headernav div.block div.block-content {
  background-color:transparent;
}
#navigation {
  margin-bottom:10px;
  border-bottom:5px solid #8a8a8a;
}
/* #header {
  width:950px;
  padding:5px;
  } */



/**
 * Core overrides =========================================================
 */
div.block {
  -moz-box-shadow:none;
  margin:0 0 20px;
  border: none;
}
div.block div.block-content {
  background-color:#F7F7F7;
}
div.block div.block-content, div.fieldset-content {
  padding:10px;
}