* {
  margin: 0;
  padding: 0;
}
	  
body {
  min-height: 100%;
  height: 100%;
  font-family: arial, sans-serif;
  color: #333;
  background-image: url(http://recipeworld.org/template/bodybg4.jpg);
  background-color: #eee;
}
	  
body, html #wrapper {
  min-height: 100%;
  height: 100%;
}

#html>body, html>body #wrapper {
  height: auto;
}

/*generic classes*/
.bold {font-weight: bold;}
      
a {
  color: #335B8D;
}
      
a:hover {
  color: #999;
}
      
h1 {
  font-size: 1.2em;
  margin: 0 0 5px 0;  
}

h2 {
  margin: 0 0 10px 0;
  font-size: 1.1em;
}
	  
#wrapper {
  position: absolute;
  left: 50%;
  margin: 5px 0 10px -30%;
  width: 60%;
  background: #fff;
}
	  	  
#pagehead {
  height: 100px;
  position: absolute;
  top: 0; 
  left: 0;	
  width: 100%;
}
	  
#pagehead #logo {
  height: 70px;
  background-image: url(http://recipeworld.org/template/bg3.jpg);
  background-repeat: no-repeat;
  background-position: right 20%; 
  }
    
#pagehead #logo a {
  padding: 10px 0 0 10px;
  font-size: 30px;
  font-family: "trebuchet ms", sans-serif;
  text-decoration: none;
  font-weight: bold;
  color: #335B8D;
  }
    
#pagehead #logo a:hover {
  color: #999;
  }
	  
#pagehead #navbar {
  border: solid #999;
  border-width: 1px 0;
  width: 100%;
  background: #fff;
}

#pagehead #navbar ul {
  list-style-type: none;
  padding: 2px 0;
  margin: 0 0 0 15px;
}

#pagehead #navbar ul li {
  display: inline;
}

#pagehead #navbar ul li a {
  text-decoration: none;
}

#pagehead #navbar ul li a:hover {
  color: #555;
  background: #fff;
}
	  
#leftsidebar {

  position: absolute; 
  top: 110px;
  width: 20%;
  margin: 0 0 40px 15px;
  font-size: .9em;
  }
	  
#menu {
  list-style-type: none;
  border: solid #335B8D;
  border-width: 0 5px 1px 1px;
}
	  
#leftsidebar .menuheading {
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 1px 5px;
  background: #999;
  border: solid #335b8d;
  border-width: 0 5px 0 1px;
	    
}
	  
#menu li {
  border-top: 1px solid #999;
}
	  
#menu li a {
  color: #335B8D;
  display: block;
  padding: 2px 5px;
  text-decoration: none;	    
}
	  
#menu li a:hover {
  color: #fff;
  background: #335B8D;
}

#breadcrumb {
  margin: 110px 15% 15px 25%;
}

#breadcrumb ul {
  list-style-type: none;
}

#breadcrumb ul li {
  display: inline;
  font-size: .8em;
}
	  
#content {
  margin: 0 15% 450px 25%;
  font-family: verdana, sans-serif;
}
	  
#content p {
  margin: 0 0 10px 0;
  letter-spacing: .5px;
  width: 336px;
  line-height:14px;
  font-size:12px;
  color: #000;
}

#content ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  line-height:14px;
  font-size:12px;
}

#content ul li {
  margin: 0 0 10px 0;
}

#content ul li a {
  font-weight: bold;
}

#content ol {
  line-height:14px;
  font-size:12px;
  list-style-position: inside;
  margin: 0 0 20px 0;
}

#content ol li {
  margin: 0 0 5px 0;
}
	  
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: #335b8d;
  color: #fff;
  font-size: .8em;
}

