/*HHS archive centre development page style sheet PG 18-12-07*/


/* colors

green	:406e61;
blue	:223241;
beige	:f2ebdb;
orange	:de5d01
dark grey:333333
*/

/*GENERAL ELEMENT STYLING*/

#frame #body {
  background-color:#223241;
  min-height:0;
}

h1 {
  margin-left:40px;
  padding-top:20px;
  color:#f2ebdb
}

#body ul {
  list-style-type:none;
  margin:0;
  padding:0;
  position:relative;
  margin-left:40px;
}

#body li {
  float:left;
  width:130px;
  margin-right:40px;
  margin-bottom:20px;
  text-align:center;
}

#body li p {
  color:white;
  background-color:#406e61;
  height:4em;
  border:outset 1px   #406e61;
  margin:0;
}
#body #text {
  clear:both;
  background-color:#f2ebdb;
  width:841px;
  padding:40px;
  margin:0;
  min-height:0;
}