/* CSS Document */
body {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center -200px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: black;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wrapper {
	width: 781px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding: 0;
}
a {
	color: #982315;
	text-decoration:underline;
}
a:hover {
	color: #982315;
	text-decoration:underline;
	background: #FFB111;
}
#logo {
	float: left;
	padding: 0;
	margin: 0;
	background: url(../images/wildmikes_logo.gif) no-repeat;
	height: 186px;
	width: 343px;
}
#logo a:hover {
	background: none;
}
#content {
	clear: both;
	background:url(../images/bg_main.gif) repeat-y;
	padding: 10px 70px 0 70px;
}
#products img {
	border: 1px solid black;
}
.clr {
	clear: both;
}
p {
	line-height: 20px;
}
#recpics {
	float: right;
}
#footer {
	clear: both;
	background: url(../images/footer.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
	width: 781px;
	height:128px;
}
#logonbtn {
	float: right;
	padding-top: 30px;
}
#footertext {
	float: left;
	padding-top: 36px;
	padding-left: 30px;
}
#navbar {
	clear: both;
	background: url(../images/hdr_bottom.gif) no-repeat;
	width: 743px;
	height: 52px;
padding-top: 26px;
padding-left: 38px;
}
#facilitypics {
	text-align: center;
}

label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}
br {
	clear: left;
}
#buttons {
	padding-left: 95px;
	padding-top: 10px;
}
