body {
	background: url(../img/bg2.jpg) repeat-y #000 top;
	font-size: 16px;
	line-height: 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333;
}

a, a:visited {
	color: #432e1b;
	text-decoration:underline;
}

.container {
	width: 960px;
	margin: 0 auto;
}

.header {
	height: 170px;
	background: url(../img/header-bg.png);
}

.logo img {
	vertical-align: top;
}

.logo #logo {
	position: relative;
	left: 363px;
}

.logo #download-menu {
	position: relative;
	left: 510px;
}

.menu ul {
	margin-left: 59px;
	list-style: none;
}

.menu ul li {
	vertical-align: top;
	margin: 0;
	padding: 0;
	display: inline;
}
.content {
	overflow: hidden;
	min-height: 600px;
	background: url(../img/content-bg.png) repeat-y center;
}

.content .left {
	padding-left: 63px;
	width: 620px;
	float: left;
}

.content .right {
	float: right;
	width: 270px;
}

.gap {
	height: 82px;
	background: url(../img/content-footer.png);
}

.footer {

	padding-top: 40px;
	height: 276px;
	color: #432e1b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: url(../img/footer-bg.png);
}

.footer h2 {
	margin-bottom: 4px;
}

.location, .hours, .social, .reviews, .navigate {
	float: left;
	width:175px;
}

.location {
	width: 160px;
	padding-left: 59px;
}

.review, .ingredients {
	float: left;
	width: 200px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
}

.ingredients {
	width: 210px;
}

.review h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.review h1, .ingredients h1 {
	color: #6c4d2e;
}

blockquote {
	padding-right: 10px;
	font-size: 13px;
	font-style:italic;
}

.ingredients p {
	padding-right: 7px;
}

.right img {
	display: block;
}

.info {
	color: #FFF;
	margin-top: 40px;
}

.copyright {
	float: left;
	position: relative;
	left: 40px;
}

.birthmark {
	float:right;
	position: relative;
	right: 40px;
}

.info a {
	color: #FFF;
	text-decoration:none;
}

form label {
	width: 60px;
	float: left;
	text-align: right;
	padding-right: 10px;
}

form {
	margin-top: 10px;
}

form p {
	margin-bottom: 10px;
}

form input[type=text] {
	height: 17px;
	border: solid 1px #b7b7b7;
	width: 240px;
	padding-left: 3px;
	padding-top: 3px;
	margin-right: 62px;
}

#submit {
	position: relative;
	left: 260px;
}