body {
  margin: 0;
  padding: 0;
  }
  table caption {
  display: none;
  margin: 0 auto;
} 
.rows {
  margin: 10px 10px 30px 5px;
  padding: 0;
  width: 95%;
  border: none;
  border-collapse: collapse;
}
.rows thead {
	padding: 5px 0 5px 0;
	background: #7A3F0F;
  color: #fff;
}
.rows th, .rows td {
  vertical-align: top;
}
.rows tr th {
  letter-spacing: 1px;
  text-align: left;
  white-space: nowrap;
  padding: 0;
}
.rows tr td {
  padding: 10px 5px;      
}
.rows .even td {
  background: #F5F5DC;
}
.dbox{
  background: #F5F5DC;
  border: 1px solid #261C13;
  margin: 0px 0px 5px auto;
  padding: 0px 0px 5px 0px;
  width: 100%;
 }
 .boxhead{
	width: 100%;
	background: #663300;
	display: block;
	color: white;
	font-weight: bold;
	text-align: center;
}
.pbox{
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
display: block;
}

/* ---( main nav styles )------------------------------------ */
#nav {
  width: 100%;
  position: absolute; 
  left: 0;
  bottom: 0;
  line-height: 2.1em;
  font-size: 12px;
  font-weight: bold;
  background: #824229 url(../recipes/wood.jpg);
  text-align: right;
  
}
#nav ul {
	padding:0 10px 0 15px;
	list-style:none;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	height: 36px;
}
#nav li {
  display:inline;
 }
#nav a {
	float: right;
  display: block;
  padding:5px 7px 4px 7px;
  text-decoration:none;
  color: #fff;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}
#nav a:hover {
  text-decoration: none;
  background: #261C13;
  opacity: 0.5;
  filter: alpha(opacity = 50);
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  
}
/* --- main container styles ---*/
.intro {
	margin-left: 15px;
	margin-right: 15px;
}
/* Mozilla Height Fixes */
html,body {
  margin: 0;
  padding: 0;
  height: 100%;	
}
html>body #container {
	height: auto;
}
/* End Mozilla Height Fixes */

#container{
  width: 100%;
  height: 100%; 
  min-height: 100%;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  border-width: 0 0px 0 0px;
  border-style: solid;
  border-color: #793F0F;
}


/* --- header --- */
#header {
  position: relative;
  width: 100%;
  height: 122px;
  padding: 0;
  background: #Fff ;
  text-align: center;
  background-image: url(stone-background.jpg);
}
/* --- lists --- */
div.logo{
position: absolute;
left: 0px
bottom: 0px;
z-index: 20;
margin-top: 7px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* --- left side link lists --- */
ul.side-links li ul li {
	margin: 0 0 0 5px;
}

/* --- related and quiz link lists --- */
ul.related li, ul.quizzes li {
	margin-left: 15px;
}

/* --- search results list --- */
ol.search-results {
	margin-left: 40px;
}
ol.search-results li {
	margin: 10px 0 10px 0;
}
ol.search-results li small {
	font-weight: bold;
}
