html {
	height: 100%;
}
body {
	color: #2e362c;
	background-color: #5ea700;
	background-image: url(/assets/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 1.15em;
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #0756a5;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}

#wrapper {
	width: 994px;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 0px;
	height: 640px;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 1;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}
#nav-left {
	position: absolute;
	z-index: 10;
	left: 66px;
	top: 271px;
	height: 120px;
	width: 82px;
	overflow: hidden;
}
#nav-left ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav-left a {
	background-image: url(/assets/images/bg-nav-left.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 164px;
	padding-left: 82px;
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
}

#favors {
	background-position: 0px 0px;
}
#favors:hover {
	background-position: -82px 0px;
}

#faqs {
	background-position: 0px -24px;
}
#faqs:hover {
	background-position: -82px -24px;
}

#prices {
	background-position: left -48px;
}
#prices:hover {
	background-position: -82px -48px;
}

#about {
	background-position: left -72px;
}
#about:hover {
	background-position: -82px -72px;
}

#calendar {
	background-position: left -96px;
}
#calendar:hover {
	background-position: -82px -96px;
}



#footer {
	position: absolute;
	font-size:.8em;
	left: 160px;
	height: 85px;
	width: 730px;
	top: 580px;
	text-align: center;
}
#footer .red-text {
	color: #EB2227;
	font-weight: bold;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #0856a4;
	line-height: 1.5em;
}
#footer a:hover {
	text-decoration: underline;
}


#logo img {
	behavior: url("/assets/images/iepngfix.htc");
}

#logo {
	display: block;
	position: absolute;
	left: 75px;
	top: 37px;
	height: 166px;
	width: 166px;
	z-index: 99;
}

#horse {
	behavior: url("/assets/images/iepngfix.htc");
	position: absolute;
	left: 12px;
	top: 563px;
}
#balloon-red {
	display: block;
	position: absolute;
	left: 869px;
	top: 478px;
	height: 53px;
	width: 64px;
	z-index: 99;
}
#balloon-blue {
	display: block;
	position: absolute;
	left: 908px;
	top: 397px;
	height: 38px;
	width: 80px;
	z-index: 99;
}
#nav-top {
	position: absolute;
	z-index: 10;
	left: 279px;
	top: 29px;
	height: 27px;
	width: 553px;
	overflow: hidden;
}
#nav-top ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav-top li {
	display: inline;
}

#nav-top a {
	background-image: url(/assets/images/bg-nav-top.gif);
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	padding-top: 30px;
	float: left;
}
#barn {
	width: 167px;
	background-position: 0px 0px;
}
#barn:hover {
	background-position: 0px -27px;
}

#location {
	width: 211px;
	background-position: -167px 0px;
	margin-left: 37px;
}
#location:hover {
	background-position: -167px -27px;
}

#contact {
	width: 97px;
	background-position: -378px 0px;
	margin-left: 39px;
}
#contact:hover {
	background-position: -378px -27px;
}

