@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 100.01% Tahoma, Geneva, sans-serif;
	text-align: center;
	color: #333;
}
a:link ,a:visited    {
	color: #76A9AB;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}


#wrapper {
	position:relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

#clear {
	clear:both;
}
img {
	border-style: none;
}
h1 {
	line-height: 3em;
	background: #D3E3E4;
	padding-left: 20px;
	font-size: 22px;
}

h2  {
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	background: #666;
	padding: 5px 20px;
}
p {
	margin: 20px;
	font-size: 14px;
}
ul {
	margin-bottom: 20px;
}

ul li {
	width: 100%;
	list-style: none;
	line-height: 2em;
	font-size: 14px;
}
ul li a:link {
	text-decoration: none;
	display: block;
	padding-left: 20px;
	color: #666;
}
ul li a:visited {
	color: #999;
	display: block;
	padding-left: 20px;
}
ul li a:hover {
	background: #C1D8D9;
	text-decoration: none;
}
ul li a:active {
	background: #76A9AB;
	color: #000;
}
#ingredients {
	float: left;
	width: 450px;
}
#ingredients ul {
	margin-left: 20px;
	margin-top: 10px;
}


#ingredients ul li {
	list-style: circle;
	font-size: 0.9em;
	line-height: 1.5em;
}

#preparation {
	width: 449px;
	border-left: 1px solid #CCC;
	float: right;
}
