body {
	background: #ecf5fe;
}

#outer {
	border: 4px solid #000;
	margin: 130px auto 20px auto;
	padding: 2px;
	width: 798px;
}

#inner {
	border: 2px solid #000;
	padding: 120px 50px 20px 50px;
	position: relative;
	width: 694px;
}

#logo {
	left: 307px;
	position: absolute;
	top: -100px;
}

h1 {
	font-size: 22px;
	margin-bottom: 15px;
}

h2 {
	font-size: 18px;
	margin-bottom: 8px;
}

p {
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 30px;
}

div.flavor {
	background: #fff;
	border: 1px solid #000;
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
}

div.flavor p, div.flavor h2 {
	padding: 10px;
	margin: 0;
}

div#allspice h2 {
	background: #4c2331;
	color: #fff;
}

div#lemongrass h2 {
	background: #8ec63f;
}

div#grapefruit h2 {
	background: #f8a08c;
}

div#ortanique h2 {
	background: #f99c56;
}

img.badge {
	margin-right: 19px;
}

p.price {
	float: left;
	padding-right: 50px;
}

.clear {
	overflow: hidden;
	width: 100%;
}

#home_link, #essentials_link {	
	display: block;
	height: 13px;
	left: -8px;
	position: absolute;
	text-indent: -9999px;
	top: -30px;
}

#home_link {
	background: url(/images/back_to_home.gif) no-repeat;
	width: 160px;
}

#essentials_link {
	background: url(/images/back_to_essentials.gif) no-repeat;
	width: 238px;
}

#about_essentials {
	background: url(/images/about_essentials.gif) no-repeat;
	height: 22px;
	text-indent: -9999px;
	width: 359px;
}

#available_flavors {
	background: url(/images/available_flavors.gif) no-repeat;
	height: 22px;
	text-indent: -9999px;
	width: 389px;
}

#footer {
	font: normal 14px Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin-bottom: 50px;
	text-align: center;
}

#footer em {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
