  * {
  margin: 0;
  padding: 0;
  color: #333;
}
	  
body {
  font-family: arial, sans-serif;
  color: #333;
  background: #f8f8f8;
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

/*generic classes*/
.bold {font-weight: bold;}
.clearleft {clear: left;}
      
a {
  color: #567A4C;
}
      
a:hover {
  color: #333;
}
      
h1 {
  font-size: 153.9%;
  margin: 0 0 20px 0;
  border-width: 1px 0;
  border-style: solid none dotted none;
}
	  
#wrapper {
  width: 900px;
  margin: 10px auto;
  background: #fff url('http://creolerecipes.net/template/images/dropshadow.gif');
  
}
	  	  
#pagehead {
  height: 100px;
  width: 894px;
  margin: 0 3px;
  background: url('http://creolerecipes.net/template/images/header.jpg') no-repeat center;
}

#pagehead #logo {
  padding: 10px 0 0 0;
}
	      
#pagehead #logo a {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  display: block;
  font-size: 197%;
  background: url('http://creolerecipes.net/template/images/topnavbg.png');
  margin: 0 0 0 10px;
  padding: 2px;
  width: 200px;
}

#topnav {
  background: url('http://creolerecipes.net/template/images/topnavbg.png');
  height: 20px;
  margin: 35px 0 0 0;
}

#topnav ul {
  margin: 0 0 0 10px;
  list-style-type: none;
}

#topnav ul li {
  display: inline;
  margin: 0 10px 0 0;
}

#topnav ul li a {
  color: #fff;
  text-decoration: none;
}

#topnav ul li a:hover {
  color: #ccc;
}

#menu {
  width: 180px;
  padding: 0 0 0 10px;
  margin: 20px 0 25px 0;
  float: left;
}

.menuheading {
  color: #333;
  padding: 2px 0 2px 5px;
  border-width: 1px 0;
  border-style: solid none dotted none;
  font-weight: bold;
  font-size: 108%;
}
	  
#menu ul {
  list-style-type: none;
  margin: 10px 0 10px 10px;
}

#menu ul li {
  margin: 0 0 2px 0;
}

#menu ul li a {
  text-decoration: none;
  display: block;
  width: 100%;
}

#menu ul li a:hover {
  color: #333;
}  

#content {
  float: left;
  width: 620px;
  margin: 20px 0 20px 10px;
}
	  
#content p {
  margin: 0 0 10px 0;
  color: #333;
  font-size: 100%;
}

#content ul {
  list-style-type: none;
  margin: 0 0 20px 0;
}

#content ul li {
  margin: 0 0 10px 0;
}

#content ul li a {
  font-weight: bold;
}

#content h2 {
  border-bottom: 1px solid #333;
  margin: 0 0 10px 0;
  font-size: 123.1%;
}

.latest {
  background: #a7a37e;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 2px;
}
	  
#footer {
  clear: left;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 100%;
  width: 894px;
  margin: 0 3px;
  height: 30px
}

#footer p {
  padding: 7px 0 0 0;
  color: #fff;
}

/*************
breadcrumb
************/

#content #breadcrumb ul {
  margin: 0 0 10px 0;
}

#content #breadcrumb ul li {
  display: inline;
  margin: 0 10px 0 0;
  padding: 0 20px 0 0;
  background-image: url('http://creolerecipes.net/template/images/arrow2.png');
  background-repeat: no-repeat;
  background-position: right center;
}

#content #breadcrumb ul li.nobackground {
  background-image: none;
}

