/* CSS Document */

body {
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background: #ddd613;
}

.headline {
	font-size: 22px;
	color: #ffffff;
}

.Nav {
	font-size: 14px;
	color: #990000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;	
}

.Nav a:hover {
   color:#990000;
   text-decoration:none;
}

.Nav a:link {
   color:#990000;
   text-decoration:none;
}

.Nav a:active {
   color:#990000;
   text-decoration:none;
}

.Nav a:visited {
	color:#990000;
	text-decoration:none;
}

a:link {
	color: #287A38;
	text-decoration: none;
	}
a:visited { 
	color: #287A38;
	text-decoration: none; 
	}
a:hover {
	color: #287A38;
	text-decoration: nobne;
	}
a:active { 
	color: #287A38;
	text-decoration: none; 
	}

.HomeRecipe {
	font-size: 14px;
	color: #760504;
	font-style:italic;
	
}

ul .subMenu {
 list-style-image: url(images/subnav_bullet.gif)
}

#LeftCopy {
	position:relative;
	width:500px;
	height:auto;
	left: 15px;
	top: 12px;
	z-index:1;
	line-height: normal;
	float:left
}

#RightCopy {
	position:relative;
	width:265px;
	height:auto;
	right:40px;
	top: 12px;
	z-index:2;
	float:right
}

#HomeRecipe {
	position:relative;
	width:280px;
	height:auto;
	left: 30px;
	top: 12px;
	z-index:1;
}

#InternalCopy {
	position:relative;
	width:650px;
	height:auto;
	left: 10px;
	top: 0px;
	z-index:1;
	line-height: normal;
	float:left
}

#subNav {
	position:relative;
	width:200px;
	height:auto;
	left: 30px;
	top: 0px;
	z-index:1;
	line-height: 23px;
	
}

#canada {
	position:relative;
	width:200px;
	height:auto;
	left: 25px;
	top: 103px;
	z-index:1;
	
}

#FooterCopy {
	position:relative;
	width:650px;
	height:auto;
	left: 10px;
	top: 4px;
	z-index:1;
	line-height: normal;
	float:left
}
