html, body {
  background-color: #eee;
}
body {
  padding-top: 20px;
color: #424242;
}
h2 {
  font-size: 18px;
  margin-bottom: 6px;
  margin-top: 18px;
}
ul {
  margin-bottom: 9px;
}
.container {
  width: 820px;
  margin-left:auto;
  margin-right:auto;
}
.content {
  background-color: #fff;
  padding: 20px;
  margin: 0 -20px;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
          box-shadow: 0 1px 2px rgba(0,0,0,.15);
}
.page-header {
  background: url("clouds.jpg") no-repeat;
  padding: 20px 20px 10px;
  margin: -20px -20px 20px;
  border: 0;
}
h1 {
  color: white;
  margin: 0;
}
.container > footer p {
  text-align: center;
}
img.feature {
float: right;
}
p img.feature {
border: 1px solid #ddd;
  margin-left: 20px;
  -webkit-border-radius:4px;
     -moz-border-radius:4px;
          border-radius:4px;
  -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);
padding: 4px;
}
#navigation {
width: 860px;
height: 30px;
background-color: white;
border-top: 3px solid #2B547E;
border-bottom: 3px solid #2B547E;
margin: -20px -20px 20px;
}
#navigation ul {
margin: 0px; 
padding:0px;
}
#navigation ul li {
display: inline; 
height: 30px; 
float: left; 
list-style: none;
margin-left: 15px;
width: 123px;
padding-top: 6px;
font-weight: bold;
}
#navigation li a {
color: #2B547E; 
text-decoration: none;
}
#navigation li a:hover {
text-decoration: underline;
}
#index #navigation .index a,
#preconception #navigation .preconception a,
#pregnancy #navigation .pregnancy a,
#postpregnancy #navigation .postpregnancy a,
#breastfeeding #navigation .breastfeeding a,
#contact #navigation .contact a {
color: #2B547E;
font-weight: bold;
text-decoration: underline;
}
table.bfa {
border-collapse: collapse;
}
table.bfa th, table.bfa td {
padding: 4px;
border: 2px solid #2B547E;
}
form.contact {
width: 600px;
margin-left:auto;
margin-right:auto;
}
form.contact fieldset {
border: 2px solid navy;
padding: 10px;
margin-bottom: 150px;
}
form.contact legend {
font-weight: bold;
font-size: medium;
color: #2B547E;
padding: 10px;
}
form.contact label.fixedwidth {
display: block;
width: 240px;
float: left;
}
form.contact .buttonarea input {
background: white;
color: #2B547E;
font-weight: bold;
padding: 5px;
border: 1px solid navy;
}
form.contact .buttonarea {
text-align: center;
padding: 10px;
}
.formw {
padding-top: 10px;
padding-bottom: 10px;
}