body {
  margin: 0;
  padding: 0;
  font-family: arial, sans-serif;
  font-size: small;
  background-color: #fff;
}

/*********************  general styles  *********************/

a img {
  border: none;
}
a.iconlink {
  width: 10px; /*match to icon width*/
  height: 10px; /*match to icon height*/
  text-decoration: none;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
strong {
  font-size: 120%;
  font-weight: bold;
}
#wrapper {
  width: 720px;
}

/*********************  main header  *********************/

#header {
  background: url(image/topbanner.jpg) no-repeat top left;
  height: 144px;
}

/*********************  sidebar area  *********************/

#nav {
  width: 130px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 95%;
  background-color: #94974b;
  vertical-align: top;
}
#nav ul {
  margin: 0;
  padding: 24px 8px 42px 8px;
}
#nav a:link, #nav a:visited {
  color: #112;
  text-decoration: none;
  border-bottom: 1px solid #223;
  padding-bottom: 1px;
}
#nav a:hover, #nav a:active {
  color: #667;
  text-decoration: none;
  border-bottom: 2px solid #556;
  padding-bottom: 0px;
}
#nav li {
  margin: 0 0 12px 12px;
  padding: 2px 0 2px 18px;
  list-style: none;
  background: url(image/fforward_alt.gif) no-repeat 3px center;
}

/*********************  content areas  *********************/

#content {
  padding: 20px 0 20px 20px;
  color: #000;
  vertical-align: top;
  width: 590px;
}
p.larger {
  font-size: 110%;
  line-height: 1.5em;
}
#content h1 {
  margin: 8px 0;
  font-size: 150%;
  font-weight: bold;
  line-height: 150%;
}
#content h2 {
  margin: 8px 0;
  font-size: 120%;
  font-weight: bold;
  line-height: 150%;
}
#content a:link, #content a:visited {
  color: #556;
  text-decoration: underline;
}
#content a:hover, #content a:active {
  color: #99a;
  text-decoration: underline;
}
ul.contentlist li {
  margin-bottom: 12px;
  padding-left: 18px;
  list-style: none;
  background: url(image/play.gif) no-repeat 3px 0.25em;
}
img.inline {
  padding-left: 8px;
}
img#signpost {
  padding-right: 8px;
}
td#quotes {
  text-align: right;
}
span.quoteattr {
  font-size: 100%;
  line-height: 150%;
}

/*********************  footer  *********************/

#footer {
/*  background-color: #ade1e4;*/
  background-color: #cee8ec;
  padding-bottom: 8px;
}
#footer p {
  text-align: center;
  font-size: 100%;
  padding: 1px;
  margin: 0;
  line-height: 2em;
}
#footer img.spacer {
  padding: 0 12px;
}
#footer a:link, #footer a:visited {
  color: #556;
  text-decoration: underline;
}
#footer a:hover, #footer a:active {
  color: #99a;
  text-decoration: underline;
}

/* IE 6 fixes */
* html #banner, * html #recipe_edit {
  height: 1%;
}