body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-color: #2F1908;
	width: 100%;
	height: 100%;
	display: block;
}
#header, #footer  {
	width: 100%;
	background-color: #2F1908;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#body {
	background-color: #E6E3DA;
	padding-top: 5%;
	padding-bottom: 5%;
	width: 100%;
}
.container {
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#header {
	height: 44px;
	padding-top: 4px;
}
#footer {
	height: 45px;
	padding-top: 4px;
}
#footer .utilityNav ul{
	margin: 0px;
	padding: 0px;
}
#footer .utilityNav ul li {
	list-style-type: none;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 0.8em;
}
#footer .utilityNav ul li a {
	color: #FCF2D8;
	text-decoration: none;
}
#footer .copyright {
	font-size: 0.7em;
	margin-top: 4px;
	color: #AB9178;
}
h1 {
	color: #BD5251;
	font-size: 200%;
	margin-top: 0px;
	margin-bottom: 3%;
}
p {
	font-size: 120%;
	color: #333;
	margin-top: 1%;
}
a, a:hover, a:visited {
	color: #28765A;
}
.store_badges {
	text-align: center;
	margin-bottom: 5%;
}
.store_badges a {
	display: block;
	margin-bottom: 10px;
}