/* css stylesheet for www.chericbaker.co.uk guides */

body {
  font-family: Arial,Helvetica,sans-serif;
  color: #003333;
  font-size: 90%;


background-color: #ffffff;

}
h1 {
  color: #0369b0;
  font-family: Verdana,Geneva,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 240%;
  line-height: 120%;
  margin-top: 0px;
  margin-bottom: 10px;
}
h2 {
  color: #0369b0;
  font-size: 160%;
  font-weight: normal;
  line-height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
h3 {
  color: #0369b0;
  font-size: 110%;
  line-height: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
}
h4 {
  color: #0369b0;
  line-height: 120%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
/* ==== centre content (requires strict html) ==== */
#alignment {
  margin: 0 auto;
  width: 900px;
}

/* ==== horiz menu ==== */
#menu1 {
  position:relative;
  display:block;height:23px;
  font-size:85%;
  font-weight:bold;
  background:transparent url(bgOFF.gif) repeat-x top left;
  font-family:Arial,Verdana,Helvitica,sans-serif;
  border-bottom:1px solid #d9d9d9;
}
#menu1 ul {
  margin:0;
  padding:0;
  list-style-type:none;
  width:auto;
}
/*                                 horizontal menu */
#menu1 ul li {
  display:block;
  float:left;
  margin:0 1px 0 0;
}
#menu1 ul li a {
  display:block;
  float:left;
  color:#034895;
  text-decoration:none;
  padding:3px 20px 3px 20px;     /* above, rt, below, left */
  height:18px;
}
#menu1 ul li a:hover {
  color:#034895;background:transparent url(bgHOVER.gif) repeat-x top left;
}
#menu1 ul li a.current {
  color:#034895;background:transparent url(bgHERE.gif) repeat-x top left;
}



