/* Normalizing margins, padding and body color */
*{ margin: 0; padding : 0; }
#wrapper {
	position: relative;
	color: #45210D;
	font-size: 13px;
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 30px;
	width: 720px;
}
#card {
	float: left;
	width: 542px;
	margin-bottom: 30px;
}
#google_ad {
	width: 120px;
	float: right;
	margin-top: 80px;
}

#submit {
	margin-left: 30px;
	margin-top: 30px;
	clear: both;
	width: 540px;
}
#submit p {
	color: #5A2C12;
}
#topback {
	position: absolute;
	left: 120px;
	top: 1px;
}
#home {
	position: absolute;
	left: 50px;
	top: 1px;
}
#tabs {
	height: 30px;
	position: relative;
	width: 560px;
}
#tabs a {
	color: #A46613;
}
#tabs a:hover {
	color: #007782;
}
#tabs img {
	margin: 0px 0px 0px 392px;
	padding: 0px;
}
#ingredients {
	height: 350px;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #999999;
	border-left-color: #666666;
	width: 540px;
	padding-left: 20px;
}
#ingredients h1 {
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#method p {
	margin-right: 40px;
	margin-left: 40px;
	line-height: 1.2em;
}
#ingredients h3 {
	color: #45210D;
	font-size: 12px;
	margin-bottom: 3px;
}
#ingredients h2 {
	color: #8B5715;
	font-size: 16px;
	margin-bottom: 6px;
	margin-left: 20px;
}
#ingredients ul {
	list-style-type: none;
	position: relative;
	float: left;
	margin-right: 40px;
	margin-left: 20px;
	line-height: 1.2em;
}
#third_ul {
	clear: both;
	margin-top: -80px;
}
#method {
	height: 320px;
	width: 560px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 30px;
}
#method h4 {
	color: #8B5715;
	margin-left: 40px;
	margin-bottom: 10px;
	font-size: 16px;
}
#ingredients img {
	position: absolute;
	top: 291px;
	left: 332px;
}
.makes {
	font-size: 12px;
	color: #764911;
}

