/* CSS Document */
body {
	background-color: #CCCCCC;
	background-image: url(images/bg_strip.jpg);
	background-repeat: repeat-x;
}
#outer{
	margin: -10px auto 0px auto;
	width: 900px;
	text-align: center;
}
#recipes{
	width: 743px;
	margin: 0px auto 0px auto;
}
#title{
	width: 743px;
	padding: 20px auto 10px auto;
	text-align: center;
}
#pic{
	height: 300px;
	padding: 0px 20px 0px 20px;
	text-align: center;
	float: right;
}
#newline{
	clear: both;	
}
#recipes_top{
	width: 743px;
	height: 88px;
}
#recipes_mid{
	width: 743px;
	background-color: #FFFFFF;
	text-align: left;
}
#recipes_bottom{
	width: 743px;
	height: 20px;
	background-image: url(images/recipes_bg_bottom.gif);
}
#ingredients{
	padding: 10px 20px 10px 20px;
}
#description{
	padding: 10px 20px 10px 20px;
}
.style2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style3{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style4{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
