html, body {
	width:100%;
	background-color:#a09789;
	text-align:center;
	margin:0;
	border:0;
	padding:0;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: auto;							/* Permanently display vertical scroll bars to stop flicking */
}
html, body, p, div {
	font-family:Helvetica, sans-serif;
	color:#998f86;
	font-size:10pt;
}
body {
	background-image:url('/images/background_home.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	padding-bottom:100px;
}
div, img, form {
	border:0;
	padding:0;
	margin:0;
}
a {
	color: #B1BA1D;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
div#designernote,
div#wrapper {
	width:960px;
	text-align:left;
	margin:0 auto;
}
div#header {
	background-color:#fff;
	padding-bottom:10px;
}
div#main {
	background-color:#fff;
	overflows:auto;
	overflow:visible;
}
div#nav, div#content {
	float:left;
	background-color:#fff;
}
div#nav {
	width:226px;
	text-align:center;
	padding-bottom:40px;
}
div#nav a.button {
	height:26px;
}
div#nav img.first {
	border-top:1px solid #e2e0db;
}
div#nav img.button {
	border-bottom:1px solid #e2e0db;
}
div#nav a.sponsor {
	display: block;
	margin: 0 10px 10px 10px;
	border: 1px solid #e2e0db;
}
div#content {
	width:734px;
}
	hr, hr.top, hr.content_rule {
		background-color:#E2E0DB;
		border:0 none;
		color:#E2E0DB;
		height:1px;
		margin:0 0 20px 15px;
		width:700px;
	}
	hr.content_rule {
		width: 500px;
	}
	hr.sidebar_rule {
		width: 200px;
	}
	div#content p {
		margin:18px 0 18px 15px;
		width:500px;
		line-height:150%;
		font-family:Arial, Helvetica, sans-serif;
	}
	div#content img.content_image {
		margin-left: 15px;
	}
div#content #footer p {
	width:auto;
	margin:8px 0 8px 0px;
}
div#content p.intro {
	font-size:12pt;
}
#footer {
	padding:10px 0 0 0;
	width:734px;
}
#footer div#sponsors {
	margin:10px 0 0 0;
	height:92px;
}
#footer div#sponsors img {
	float:left;
}
#footer p {
	width:668px;
	padding:20px 10px 10px 10px;
}
#footer p a {
	color:#998f86;
	font-weight:normal;
}
.green {
	color: #B1BA1D;
	font-weight:bold;
}
div#keepuptodate_wrapper {
	width:708px;
	height:118px;
	background-image:url(/images/home/keep_up_to_date.gif);
}
form#keepuptodate {
	position: relative; 
	top: 25px; 
	left: 305px;
	width:380px;
}
form#keepuptodate label {
	display:inline-block;
	width:94px;
	color:#fff;
	font-weight:bold;
}
form#keepuptodate input[type=text]{
	background-image:url("/images/home/input.gif");
	border:0 none;
	height:19px;
	padding:3px 6px;
	width:150px;
}
form#keepuptodate #submit {
  width: 87px;
  height: 25px;
  margin:0 0 0 30px;
  padding: 0;
  border: 0;
  background: transparent url(/images/home/signup.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer;
  cursor: hand;
}
h2 {
	background-color:#B1BA1D;
	color:#FFFFFF;
	font-size:12pt;
	margin:18px 0 18px 15px;
	padding:3px 6px;
	width:488px;
}
h3 {
	color: #B1BA1D;
	font-weight:bold;
	font-size:12pt;
	margin:15px 0 -20px;
}
span.highlighted {
	font-size:13pt;
}
p.top {
	border-top:1px solid #E2E0DB;
	padding-top:15px;
}

img.eventicon {
	float: right;
	margin-right: -210px;
	margin-top:-15px
}

table#supporters_full {
	border:0 none;
	border-collapse:collapse;
	margin:10px;
	width:550px;
}
table#supporters_full td {
	padding:10px;
	vertical-align:center;
	text-align:center;
}
table#producerslist {
	width: 700px;
	border-collapse:collapse;
	border-bottom:1px solid #E2E0DB;
	margin:30px 0 30px 15px;
}
	table#producerslist td {
		border-top:1px solid #E2E0DB;
	}
	table#producerslist td.ptext {
		width: 450px;
	}
	table#producerslist td.pimg {
		width: 250px;
		text-align: right;
		vertical-align:top;
		padding-top:20px;
	}
	table#producerslist td.pimg img {
		max-width:200px;
		width: expression(this.width > 200 ? 200: true);
		margin-right:15px;
	}	
	table#producerslist td p {
		width:auto;
		margin-left: 0 !important;
	}
	table#producerslist td a {
		color:#998F86;
		font-weight:normal;
	}

table#producers_montage {
	width: 700px;
	border-collapse:collapse;
	border-bottom:1px solid #E2E0DB;
	margin:30px 0 30px 15px;
}
	table#producers_montage td {
		border-top:1px solid #E2E0DB;
		text-align: center;
		padding: 10px 0;
	}
	table#producers_montage td.pimg img {
		max-width: 150px;
		width: expression(this.width > 150 ? 150: true);
		margin-right:15px;
	}

div#designernote {
	
}
div#designernote p {
	color: #fff;
	font-size:8pt;
	text-align:right;
	margin:15px 3px;
}
div#designernote p a {
	color:#fff;
}
p.recipe {
	margin-left:40px !important;
	width:450px !important;
}
p.recipe a {
	font-weight:normal;
}

