/* CSS Document */
body {

	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0px auto;

}

#container
{
	width: 779px;
	margin: 0px auto;
	background-color: #fff;
	color: #333;
	line-height: 110%;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-attachment: scroll;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
}

#videocontainer
{
	width: 1003px;
	margin: 0px auto;
	background-color: #fff;
	color: #333;
	line-height: 110%;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-attachment: scroll;
	background-image: url(images/videobackground.gif);
	background-repeat: repeat-y;
}



#header
{

 width:779px;
 height:164px;
 background-image:url(images/header.jpg)

}

#adnav{
	width: 529px;
	height: 60px;
	text-align:center;
	vertical-align:middle;
	margin-bottom: 16px;

}


#leftcolumn
{
	float: left;
	width: 235px;
	margin-top: 0px;
	margin-right:0px;
	text-align:center;
	font-size:0.75em;

}




#maincontent
{
	float:left;
	width:529px;
	margin-left: 6px;
	margin-right: 6px;

	


}

#navigation{

	font-size: 11px;
	text-align:left;
	padding-left: 4px;

}

#navigation b {

	font-size: 12px;
	color: #000000;

}


#navigation a {

	line-height: 16px;
	color: #000000;

}

#navigation a:hover {

	
	color: #ffffff;

}

#ingredientslist{
  
  margin-left:20px;

}

h1{
	font-size: 18px;
	line-height: 14px;	
}





#footer
{
	clear: both;
	color: #877627;
	font-size: 9px;
	text-align:center;
	margin-left: 235px;

}














 
