/*-------------------------------------------
Layout styles
---------------------------------------------

Homepage-specific styles.

Specific hacks for Internet Explorer 6 are marked with "IE6 HACK". See
README.txt for details.

Original author: Ben Sturmfels, Boojum, March 2009

------------------------------------------*/

#main-content {
  background: #fff url(../images/centre-bg-3.jpg) no-repeat left top;;
  width: 330px;
}

#page-info {
  display: none;
}

#page-summary p {
  color: #0070bb;
  font-size: 1.1em;
  font-weight: bold;
  padding-top: 0.8em;
}

#sub-content-a {
  width: 346px;
}

#main-content .inner {
  overflow: hidden;
  padding: 7px 10px 10px 0;
  margin: 0 0 0 18px;
}


#sub-content-b {
  width: 340px;
}

/* hide titles on home page */
#page-title { display: none; }

/* summary styling */
#page-summary p {
  color: #feffff;
  font-family: 'Times New Roman', serif;
  font-size: 2em;
  line-height: 1.4em;
  font-weight: normal;
  width: 130px;
  padding: 30px 0 15px 0;
}

#home-w3c {
  padding-bottom: 5px;
}
#home-w3c img {
  display: inline;
}









