.ahem								/* Use to hide parts of code from modern browsers */
{
	display: none;
}

a, a:link, a:active, a:visited
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	color: #FFF;
	text-decoration: none;
	background-color: #000;
}

a.note, a:link.note, a:active.note, a:visited.note
{
	color: #000;
	text-decoration: none;
	font-size: 12px;
	line-height: 10px;
	vertical-align: 4px;
	font-style: normal;
}

a:hover.note
{
	color: #FFF;
	background-color: #000;
	text-decoration: none;
}

body
{
	margin: 20px 10px;
	margin-bottom: 0;
	text-align: center;
	font-family: times, 'times new roman', serif;
	font-size: 16px;
	line-height: 1.4em;
}

div#containerOuter
{
	width: 708px;
	margin: 0 auto;
	padding: 20px;
	background-color: #FFF;
	border-color: #FC0 #C90 #C90 #FC0;
	border-width: 1px;
	border-style: solid;
	text-align: left;
}

div.containerInner
{
	clear: both;
}

div#copy
{
	color: #960;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
}

div#logo
{
	width: 150px;
	height: 200px;
	margin: 0;
	margin-top: 50px;
	padding: 0;
	background-image: url( images/logotype.gif );
	background-repeat: no-repeat;
}

div.text
{
	float: right;
	width: 505px;
	margin: 0;
	padding: 20px 10px 20px 20px;
	border-left: #000;
	border-left-width: 2px;
	border-left-style: dotted;
}

div.text p
{
	padding: 0;
	margin: 0;
	text-indent: 2em;
}

div.text p#first
{
	text-indent: 0;
}

div.text div#button
{
	padding: 0;
	margin: 20px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-indent: 0;
	text-align: center;
}

div.text a#home, div.text a:link#home, div.text a:active#home, div.text a:visited#home
{
	color: #000;
	text-decoration: none;
	border: #FFF;
	border-width: 2px 0;
	border-style: dotted none;
}

div.text a:hover#home
{
	border: #000;
	border-width: 2px 0;
	border-style: dotted none;
	text-decoration: none;
	background-color: #FFF;
}

div.text div#separator
{
	border-top: 2px #000 dotted;
	width: 260px;
	height: 4px;
	padding: 0;
	margin: 0;
}

div.text div#acknowledgement
{
	font-size: 13px;
	text-indent: 0;
	line-height: 1em;
	padding: 0;
	margin: 0;
	margin-top: -1.3em;
	margin-bottom: 0.3em;
}

div.text>div#acknowledgement		/* Hide from Windows IE6 */
{
	margin-top: 0;
}

div.text p.footnote
{
	font-size: 13px;
	text-indent: -1.1em;
	padding-left: 1.1em;
	line-height: 1em;
}

div.recipes
{
	float: left;
	width: 707px;
	margin: 0;
	padding: 20px 0;
	border: #000;
	border-width: 2px 0 2px 0;
	border-style: dotted none dotted none;
}

div.english
{
	padding-right: 10px;
}

div.french
{
	float: left;
	width: 343px;
	margin: 0;
	margin-right: 20px;
	padding: 0;
	padding-left: 10px;
	font-style: italic;
	border-bottom: 1px #FFF solid;
}

sup
{
	font-size: 12px;
	line-height: 10px;
	vertical-align: 4px;
}

