@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

html, body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	background-color: #003300;
	margin: 0px;
}
#container {
	height: 100%;
	width: 100%;
	min-height: 100%;
	background-color: #003300;
	background-image: url(recipes/templates/images/body.gif);
	background-repeat: repeat-x;
	display: table;
}  

#masthead {
	width: 100%;
	height: 80px;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
}

#menu {
	text-align: left;
	height:35px;
}


#menu a {
  display: block;
  background:url(recipes/templates/images/menu_bg.gif) no-repeat;
  width:125px;
  height:34px;
  padding:13px 0 10px 0;
  text-align:center;
  color:#fff;
  text-decoration:none;
  font-size:11px;
  font-weight: bold;
}

#menu a:hover {
  background:url(recipes/templates/images/menu_bg2.gif) no-repeat;
  text-decoration: underline;
  color:#fff;
}
#banner  {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: 180px;
	background-color: #fffbcb;
}
#bannerBox {
	height: 160px;
	width: 730px;
	border: 1px dashed #CCCCCC;
	overflow: hidden;
	position: relative;
	top: 10px;
	left: 10px;
	background-image: url(images/bbq-steak.jpg);
	background-repeat: no-repeat;
}
.grad {
	height: 30px;
	background-image: url(recipes/templates/images/grad.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
	border: 1px solid #a48c57;
	position: relative;
	top: 5px;
}
.grad p {
	font-size: medium;
	font-weight: bold;
	padding-top: 5px;
}
#feedbackbox {
	text-align: center;
}

#maincontent {
	width: 750px;
	min-width: 750px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFCC;
}
#recipeBackground  {
	background-image: url(images/recipes-bg.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 750px;
}
#recipeList    {
	width: 300px;
	margin-left: 470px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 23px;
	float: right;
	padding-top: 54px;
}
#recipeList  a    {
	text-decoration: none;
}

#center {
	margin-right: auto;
	margin-left: auto;
	width: 650px;
}
.ingredients {
	margin-top: 10px;
	font-size: small;
	font-weight: bold;
}
#maincontent  img  {
	float: left;
	margin-top: 15px;
}
#maincontent  h2  {
	text-align: center;
	width: 100%;
	color: #000000;
}

.questionText {
	font-size: 14px;
	font-weight: bold;
	text-indent: 5px;
}
#welcome   {
	width: 575px;
	margin-left: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#prodlist    {
	width: 500px;
	margin-left: 30px;
	text-align: justify;
}
#prodlist li {
	margin-bottom: 10px;
}

#footer {
	background-color: #FFFFCC;
	height: 50px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#footbar {
	position: relative;
	left: 10px;
	top: 20px;
	background-color: #a48c57;
	width: 720px;
	color: #fffbcb;
	text-align: center;
	font-size: 10px;
	padding: 5px;
	height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footbar a {
	color: #fffbcb;
}
#footbar a:hover {
	color: #fffbcb;
	text-decoration: none;
}

#btmgreen {
	height: 15px;
}


.subhead {
	font-size: medium;
	font-weight: bold;
	color: #FF6600;
}
#ingredientList {
	width: 500px;
	margin-left: 30px;
	font-weight: bold;
}
#instructions {
	width: 500px;
	margin-left: 50px;
}
div#ingredientList ul {
	list-style-type: none;
}
#container #menu table {
	margin-right: auto;
	margin-left: auto;
}

