*html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #666666;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: url(images/page_bg.gif);
	text-align: center;
	font: 0.9em Calibri, Verdana, arial, helvetica, sans-serif;
	color: #464544;
	padding-bottom: 10px;
	margin: 0px;
}

#outer {
  	background: top left url(images/page_bg_top.gif) repeat-x;
  	padding-top: 20px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 798px;
  	position: relative;
  	background: url(images/body_bg.gif) repeat-y;
}
#body-bot {
  background: bottom left url(images/body_bg_bot.jpg) no-repeat;
}
#body-bot-alt {
  background: bottom left url(images/body_bg_bot_alt.jpg) no-repeat;
}
#body-bot-links {
  background: bottom left url(images/body_bg_links.jpg) no-repeat;
}
#body-contact {
	background: bottom left url(images/body_bg_contact.jpg) no-repeat;
}
#body-equine {
	background: bottom left url(images/body_bg_eq.jpg) no-repeat;
}
#body-garden {
	background: bottom left url(images/body_bg_garden.jpg) no-repeat;
}
#body-top {
  background: url(images/body_bg_top.gif) no-repeat;
  min-height: 800px;
  _height: 800px;
  padding-bottom: 0px;
}
#body-top-eq {
	background: url(images/body_bg_top_eq.gif) no-repeat;
  	min-height: 800px;
  	_height: 800px;
  	padding-bottom: 0px;
}
#body-top a {
	border: 0;
}

#content {
	margin-left: 30px;
	padding-top: 40px;
	line-height: 1.6em;
	width: 350px;
	float: left;
}

#content_wide {
	margin-left: 30px;
	padding-top: 40px;
	line-height: 1.6em;
	width: 740px;
}

#content_right {
	margin-left: 407px;
	padding-top: 88px;
	width: 350px;
}

.content_title {
	font: 1.8em times new roman, serif;
	font-style: italic;
}

.content_subtitle {
	font: 1.4em times new roman, serif;
	font-style: italic;
}

#copyright {
  	font-size: 0.8em;
  	color: #fff;
  	margin-top: 20px;
  	text-align: center;
}

#copyright a {
	color: #cccccc;
	text-decoration: none;
}

#copyright a:hover {
	color: #ffff99;
}
