@charset "utf-8";

/*these styles apply to home,autostack,multipack,exhibitions*/
body {
	margin: 0;
	padding: 0;
	background-image:  url(/images/haystack-bales-background.jpg);
	background-repeat: repeat;
	height: 100%;
	}
#shadow {
	width: 1000px;
	background-image: url(/images/balesdropshad2.jpg);
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
}
#wrapper {
	position: relative;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #E8E7F1;
	min-height: 100%;
	width: 960px;
	}
#header {
	height: 170px;
	top: 0;
	left: 0;
	background-image: url(/images/haybalesheader3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	}
#leftsidebar {
	width: 150px;
	height: auto;
	margin: 30px 10px 30px 15px;
	float: left;
	}
h1 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF3333;
	}

#footer {
	clear: both;
	background-position: center;
	bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	height: 20px;
	clear: both;
	padding: 10px 0px 2px 10px;
	color: #3300FF;
	font-variant: normal;
	border-top: thin solid #333333;
	margin-top: 15px;
	}
