body
{
	margin: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color: #fff;
}

#main
{
	margin-top: 50px;
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	border: #F9B24A 1px solid;
}

#header
{
	height: 170px;
}

#logo
{
	float: left;
	padding-top: 40px;
}

#navigation
{
	float: left;
	width: 590px;
	height: 121px;
	margin-left: 30px;
	margin-top: 23px;
	background-image: url(../img/tagline.gif);
	background-repeat: no-repeat;
}

#navContainer
{
	margin-top: 53px;
	float: left;
	border-top: #F9B24A 1px solid;
	border-bottom: #F9B24A 1px solid;
	border-left: #F9B24A 1px solid;
}

a.navItem:link, a.navItem:visited, a.navItem:hover, a.navItem:active
{
	float: left;
	padding: 7px 4px 7px 4px;
	color: #333333;
	border-right: #F9B24A 1px solid;
	text-decoration: none;
}

a:link, a:visited, a:hover, a:active
{
	color: #333333;
	text-decoration: underline;
}

#contentContainer
{
	height: 329px;
	border-bottom: #F9B24A 2px solid;
	border-top: #F9B24A 2px solid;
}

#content
{
	position: relative;
	z-index: 1;
}

#content2
{
	position: absolute;
	z-index: 2;
}

#gourmet
{
	position: absolute;
	z-index: 3;
}

#copyContainer
{
	width: 360px;
	height: 230px;
	background-color: #fff;
	border: #666 1px solid;
	position: absolute;
	z-index: 4;
	margin-top: 27px;
	margin-left: 200px;
	padding: 20px;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}

#copy
{
	height: 220px;
	min-height: 220px;
	max-height: 220px;
	overflow: auto;
	padding: 10px;
	font-size: 12px;
}

#footer
{
	height: 95px;
}

#link
{
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
	text-align: center;
}

#copyright
{
	color: #666;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 9px;
	text-align: right;
}

/**Form**/
#emailError
{
	color: #ff0000;
}

#emailAddress
{
}

#freeUpdates
{
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	text-align: right;
	padding: 10px;
}

#submit
{
}