body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #d4dded;
}

#wrapper {
	width: 1024px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	min-height: 600px;
}

#content {
	padding: 0 20px 0 20px;
}

h1 {
	font-size: 1.8em;
	font-weight: 300;
	color: #916b4f;
	margin: 0;
	margin-top: 10px;
}

h2 {
	font-size: 1.15em;
	font-weight: 300;
	color: #916b4f;
	margin: 0;
}

hr {
	border: 0;
	height: 1px;
	background-color: #b0b0b0;
}

table.ingredients th {
	font-weight: normal;
	text-align: left;
}

table.sponsors {
	text-align: center;
	border-spacing: 25px;
}

table.sponsors tr.top {
	vertical-align: top;
}

#footer {
	position: relative;
	width: 1024px;
	height: 40px;
	margin-top: 15px;
	padding-top: 15px;
	overflow: hidden;
	border-top: 1px solid #ddd;
	text-align: center;
	clear: both;
}

#header {
	position: relative;
	width: 1024px;
	height: 11em;
	min-height: 154px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	color: #f00;
}

#header * {
	margin: 0;
	padding: 0;
}

#header hr {
	margin: 5px 0 5px 0;
	background-color: #ddd;
	color: #ddd;
}

#header dt, #welcome dt {
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	margin-bottom: 4px;
	float: none
}

#header dd, #welcome dd {
	float: none
}

#header .active_group {
	border-top: 15px solid #fff
}

#logo {
	text-indent: -9999px;
	width: 352px;
	height: 138px;
	background: url(../images/logo.jpg);
	border-top: 15px solid #f88;
}

#logo a {
	display: block;
	width: 352px;
	height: 140px;
	text-decoration: none;
	overflow: hidden;
	-moz-outline-style: none
}

#recipes dd a, #blog dd a, #television dd a, #books dd a, #search dd a {
	font-weight: normal;
	color: #666;
	display: block;
	text-decoration: none;
}

#status dd a {
	color: #f00;
}

#header dd a:hover {
	color: #333;
	text-decoration: underline;
}

#welcome dt {
	color: #fff
}

#welcome dd {
	color: #fff
}

#welcome dd a {
	font-weight: normal;
	color: #fff
}

#welcome dd a:hover {
	color: #fff
}

#recipes, #blog, #television, #books, #search {
	position: absolute;
	top: 0;
	width: 150px;
	height: 11em;
	min-height: 131px;
	padding: 7px 9px 0;
	border-top: 15px solid #f88;
}

#recipes:hover, #blog:hover, #television:hover, #books:hover, #search:hover {
	border-top: 15px solid #f00;
}

#recipes, #blog, #television, #books, #search {background: url(images/bg-navborder.png) repeat-y left}
#recipes {
	left: 352px;
	width: 110px;
}

#blog {
	left: 470px;
	width: 126px;
}

div.blog {
	float: left;
}

div.blog img {
	margin: 0 10px 0 10px;
}

#television {
	left: 614px;
	width: 160px;
}

#books {
	left: 792px;
	width: 85px;
}

#books dt, #books dd {height: auto}

#search {
	left: 895px;
	width: 111px;
}

#books label {
	width: 111px;
	height: 15px;
	font-size: .9em;
	color: #666;
	margin: 0;
	padding: 0
}

#lastblog
{
	float: left;
	padding: 3px;
}

#lastblog span {
	margin-left: 20px;
}

img {
	border: none;
}

img.welcome {
	display: block;
	margin: 20px auto 0 auto;
}

img.left {
	float: left;
	margin: 15px 25px 15px 0px;
}

#column0 {
	float: left;
	margin: 0 20px 0 20px;
	width: 445px;
}

#columnright {
	float: left;
	width: 520px;
}

#column1 {
	float: left;
	width: 280px;
	padding-right: 10px;
}

#column2 {
	float: right;
	padding-right: 10px;
	width: 215px;
}

#sidebar {
	float: left;
	margin: 10px 25px 0 0;
	padding: 0 20px 0 15px;
}

#sidebar-right {
	float: right;
	margin: 10px 25px 0 0;
	padding: 0 20px 0 15px;
}

#sidebar h2 {
	margin: 0;
}

#main {
	float: left;
}

li {
	list-style-type: none;
}

div.recipeindex p {
	margin-left: 50px;
}

span.bolditalic {
	font-weight: bold;
	font-style: italic;
}

span.italic {
	font-style:italic;
}