/* CSS Document */
@charset "utf-8";
#wrapper {
	border-style: none;
	width: auto;
}
body #wrapper #preparation{
	width: 50%;
	border-left: 1px solid #CCC;
}
body #wrapper #ingredients{
	width: 45%;
}

#wrapper h1  a{
	color: #333;
	font-size: 18pt;
}
#wrapper h2{
	font-size: 14pt;
}
#wrapper #ingredients ul li {
	font-size: 11pt;
}

#wrapper #preparation p{
	font-size: 11pt;
}
