/* General Elements
   ---------------- */
* {
	margin: 0;
	padding: 0;
}
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	background-color: #FCF;
}
img {
	border: 0;
}
h1 img, h2 img {
	position: absolute;
	top: 0;
	left: 0;
}
p {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 0.9em;
}
h1, h2, h3, h4, h5 {
	position: relative;
	color: #F3C;
	margin-bottom: 0.7em;
	font-weight: normal;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 0.95em;
}
a {
	color: #FAF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
table {
	border-collapse: collapse;
	margin-bottom: 1em;
}
th, td {
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	padding: 2px 8px;
	border: 1px solid #FFF;
}
th.nb {
	border: 0;
}

/* Classes
   ------- */
.small {
	font-size: 0.8em;
	clear: both;
	height: 1%;
}
.indent {
	margin-left: 30px;
}
.clear {
	clear: both;
	height: 1%;
}

/* Page
   ---- */
div#page {
	width: 760px;
	margin: auto;
	text-align: left;
	background-color: #000;
}

/* Header
   ------ */
div#header {
	position: relative;
	background-color: #FFF;
	margin: 0 1px;
	height: 175px;
}
div#header p {
	position: absolute;
	top: 5px;
	right: 15px;
	text-align: right;
	font-size: 0.7em;
	color: #000;
}
div#header a {
	color: #F6F;
}

/* Navigation
   ---------- */
div#nav {
	margin: 0 1px;
	border-bottom: 1px solid #FFF;
}
div#nav ul {
	list-style-type: none;
}
div#nav ul li {
	float: left;
}
div#nav ul li a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 5px 15px 6px 15px;
	text-decoration: none;
}
div#nav ul li a:hover {
	background-color: #F3F;
}
div#nav p {
	clear: left;
	margin: 0;
}

/* Content
   ------- */
div#contentML {
	padding: 0 0 12px 17px;
	margin: 0 1px;
}
div#contentMR {
	padding: 0 17px 12px 0;
	margin: 0 1px;
}

/* Main
   ---- */
div#contentML div#main {
	float: left;
	padding-top: 10px;
	width: 495px;
}
div#contentMR div#main {
	float: right;
	padding-top: 10px;
	width: 495px;
}
div#main ul {
	margin-left: 0.5em;
	padding-left: 0.5em;
	margin-bottom: 0.8em;
}
div#main.recipes ul {
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-left: 0;
	padding-left: 1em;
}
div#main.recipes h2 {
	clear: both;
	height: 1%;
}
div#main.recipe img {
	float: right;
	position: relative;
	top: -10px;
	right: -17px;
}
div#main ol {
	margin-left: 0.8em;
	padding-left: 0.8em;
	margin-bottom: 1.1em;
}
div#main ul li {
	font-size: 0.9em;
	margin-bottom: 0.2em;
}
div#main ol li {
	font-size: 0.9em;
	margin-bottom: 0.6em;
}
div#main div.video {
	margin: 0 0 0.7em 0;
	width: 448px;
	height: 273px;
}

/* Secondary
   --------- */
div#contentML div#secondary {
	float: right;
	width: 220px;
}
div#contentMR div#secondary {
	float: left;
	width: 220px;
}
div#secondary {
	position: relative;
}
div#secondary div.indentTL {
	margin: 12px 0 0 12px;
}
div#secondary div.indent {
	margin-left: 12px;
}
div#secondary img {
	margin-bottom: 25px;
}
div#secondary img.noGap {
	margin-bottom: 0;
}
div#slideshow1 {
	position: absolute;
	top: 0;
	left: 0;
}
div#secondary p {
	font-size: 0.75em;
	line-height: 1.3em;
}
div#secondary ul {
	margin: 0 1em 25px 1em;
}
div#secondary li {
	font-size: 0.8em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

/* Footer
   ------ */
div#footer { 
	clear: both;
	text-align: center;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #FFF;
}
div#footer p {
	margin: 0;
	font-size: 0.7em;
	color: #FFF;
	padding: 10px 80px;
}

