@charset "UTF-8";

body {
  width: 980px;
  font-size: 14px;
}

p {
  padding-top: 8px;
}

header#page_header {
  width: 980px;
  height: 110px;
  background: url(../img/header_980x110.gif) no-repeat;
}

header#page_header a#planb_logo {
  position: absolute;
  top: 20px;
  left: 25px;
  width: 85px;
  height: 41px;  
}

header#page_header nav {
  position: absolute;
  left: 25px;
  top: 79px;
  height: 30px;
  width: 940px;
}

header#page_header nav ul li {
  margin-right: 25px;
  font-size: 24px;
  line-height: 26px;
}

header#page_header nav ul li a {
  display: block;
  height: 26px;
}

div#content {
  position: relative;
  width: 960px;
  padding: 20px 10px 0px 10px;
  background: url(../img/content_bg_980x1.gif) repeat-y;
}

article {
  padding-bottom: 20px;
}

article h1 {
  padding-bottom: 5px;
}

article.feature {
  clear: both;
  width: 650px;
}

article.feature header {
  padding: 10px 10px 5px 10px;
}

article.feature div {
  padding: 0px 10px;
}

article.feature footer {
  height: 0px;
}

article.teaser {
  float: left;
  width: 320px;
}

article.teaser header {
  padding: 10px 10px 5px 10px;
}

article.teaser div {
  padding: 0px 10px;
}

article.teaser footer {
  height: 0px;
}

div#sidebar {
  position: absolute;
  top: 20px;
  left: 670px;
  width: 300px;
}

div#sidebar article {
  width: 300px;
}

div#sidebar article header {
  padding: 5px 10px;
}

div#sidebar article div {
  padding: 0px 10px;
}

div#sidebar article footer {
  height: 0px;
}

footer#page_footer {
  width: 980px;
  height: 75px;
  background: url(../img/footer_980x75.gif) no-repeat top;
}
