@charset "UTF-8";
body {
	background-color: #8C2336;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 76%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#dirtycarpet {
	background-color: #8C6B42;
	width: 100%;
	position: fixed;
	height: 90%;
	top: 83px;
	left: 0px;
	opacity: 0.3;
	filter: alpha(opacity=30);
	z-index: -1;
}
#header {
	margin: 0 auto;
	width: 900px;
	height: 75px;
}
#wrapper {
	margin: 0 auto;
	width: 900px;
	min-height: 300px;
	background-color: #BF2431;
}
#leftColumn {
	float: left;
	width: 196px;
	padding: 0px 2px;
	min-height: 300px;
	background-color: #BF2431;
}
#miniWrapper {
	float: right;
	width: 700px;
	background-color: #731F17;
}
#centerColumn {
	float: left;
	width: 496px;
	padding: 0px 2px;
	min-height: 600px;
	background-color: #FFFFFF;
}
#rightColumn {
	float: right;
	width: 196px;
	padding: 0px 2px;
	min-height: 600px;
	background-color: #731F17;
	color: #BFAE8E;
}
#footer {
	clear: both;
	margin: 0 auto;
	width: 896px;
	padding: 2px;
	background-color: #BFAE8E;
	font-size: 75%;
	text-align: center;
}
#serving {
	display: block;
}
#zips {
	display: none;
}
h1, h2, h3, h4, h5 {
	text-align: center;
}
.pic-side {
	float: right;
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 100px;
	font-size: 9px;
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
	border-style: none;
	text-align: center;
	padding: 5px;
}
.pic-side:hover {
	z-index: 100 !important;
	-moz-transform: scale(1.2) !important;
}
label {
	float: left;
	font-weight: bold;
	width: 95px;
}
input {
	width: 95px;
	margin-bottom: 5px;
}
textarea {
	width: 185px;
	height: 100px;
	margin-bottom: 5px;
}
.nav_button {
	background-color: #BF2431;
	color: #BFAE8E;
	font-size: 18px;
	width: 190px;
	float: right;
	text-align: center;
	padding: 10px 0px 10px 8px;
}
.nav_button h3 {
	text-align: right;
}
.nav_button:hover {
	background-color: #8C6B42;
	color: #BF2431;
}
#factoid {
	float: right;
	background-color: #731F17;
	width: 198px;
	height: 250px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#factoid h1 {
	font-size: 30px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
}
.jsclass body .randomcontent {
	/*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
	display: none;
}
#testimonials {
	float: left;
	width: 192px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border: 1px solid #BFAE8E;
	padding: 2px;
}
