/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
font: 62.5%/1.6 Arial, sans-serif;

}

h1 {
  font-size: 2.4em;
  font-weight: bold;
  color: #990000;
  padding-bottom: 0px;
}

h2 {
  font-size: 1.8em;
  font-weight: normal;
  color: #FF3333;

}

p, li {
  font-size: 1.7em;
}

h1, h2, p {
  margin: .5em 0;
  line-height: 115%;
}
#mainNav p.blurb {
width: 200px;
color: #3366CC;
line-height: 120%;
padding-right: 5px;
padding-left: 20px;
}

#branding {
  height: 150px;
  background-image: url(banner-cooking-grad.jpg);
  background-repeat: no-repeat;
  padding: 0px;
  border-bottom: 5px ridge #000000;
}

#branding h1 {
  margin: 0;
}

#mainNav {
  list-style: none;

}

 /* mainNav ----------------------------- */

#mainNav {
  list-style: none;
}
#mainNav a.red:link {
  color: #990000;
  text-decoration: none;
  font-weight: bold;
}
#mainNav a.red:visited {
  color: #666666;
    text-decoration: none;
      font-weight: bold;
}
#mainNav a.red:hover {
  color: #003399;
}

#mainNav a.redx:link {
  color: #990000;
  text-decoration: none;
  font-size: 80%;
  font-weight: bold;
}
#mainNav a.redx:visited {
  color: #666666;
    text-decoration: none;
      font-weight: bold;
          font-size: 80%;
}
#mainNav a.redx:hover {
  color: #003399;
    font-size: 80%;
}
#mainNav h4 {
  color: #CC6600;
}



/* The Core Technique
================================= */

body {
  text-align: center;
  min-width: 900px;
background-image: url(burgundy-bg.jpg);
background-repeat: repeat-y;
}

#wrapper {
  width: 900px;
  margin: 0 auto;
  text-align: left;
/*  background: #fff url(images/bg-fixed.gif) repeat-y left top;
background-image: url(bg-nav-220.gif); */
 background-image: url(wrapper-bg.jpg);
  background-repeat: repeat-y;
  border-left: 6px ridge #000000;
}

#mainNav {
  width: 220px;
  float: left;
  color: #FF6633;
  margin: 0;

}

#content {
  width: 640px;
  float: right;
  height: 100%;
  padding-right: 10px;

}

#mainContent {
  width: 640px;
  margin: 0;
  float: left;
/*  background-image: url(content-bg.jpg);
  background-repeat: repeat-y;   */
}

#mainContent h2 {
  padding-bottom: 0px;
  line-height: 60%;
}

#mainContent book {
  color: #000000;
}
#mainContent ul{
  padding-left: 30px;
}


#mainContent li {
  line-height: 110%;
  padding-bottom: 6px;
}

#mainContent img{
  float: right;
  padding-top: 10px;
}


#footer {
  clear: both;
  height: 25px;
  border-top: thin;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #990000;
  font-size: 80%;
  margin-left: 0px;
  background-color: #999999;
}
#footer p {

margin-left: 180px;
line-height: 90%;
}

/* Add some padding */

#mainNav {
  padding-top: 20px;
  padding-bottom: 10px;
}

#mainNav * {
  padding-left: 10px;
  padding-right: 10px;
}





