* {
	margin: 0px;
	padding: 0px;
	height: auto;
}
body {
	background-image: url(../Images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #90C543;
}
#bodywrapper {
	background-color: #FFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #567D2C;
	border-left-color: #567D2C;
	padding: 0px;
}
#bodywrapper #logobar {
	background-image: url(../Images/logobar.jpg);
	height: 180px;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
}
#bodywrapper #hours {
	font-family: Candara;
	font-size: 18px;
	color: #655325;
	position: relative;
	visibility: visible;
}
#bodywrapper #address {
	font-family: Candara;
	color: #655325;
	font-size: 20px;
	height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 180px;
}
#bodywrapper #divider {
	background-image: url(../Images/hortizontaldivider.jpg);
	height: 5px;
}

#bodywrapper #footer {
	font-family: Calibri;
	color: #83d6dc;
	height: 90px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
	vertical-align: bottom;
	background-color: #655325;
}
#bodywrapper #bodytext #text h3 {
	font-family: Arial;
	font-size: 19px;
}
#bodywrapper #bodytext #text .producttext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
}

