@charset "utf-8";
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Vertana, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #8a3f19;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#maincontent  {
	background-image: url(images/horse.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	margin-left: 40px;
	padding-top: 70px;
	margin-top: 40px;
	margin-bottom: 30px;

}
#container #maincontent p {
	margin-left: 100px;
	margin-right: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	margin-bottom: 6px;
}
#container #maincontent li {
	margin-left: 80px;
	list-style-type: none;
	margin-top: 2px;
	margin-bottom: 2px;
	letter-spacing: 1px;
}
#container #maincontent ul {
	margin-top: 0px;
}

#container #logo-bar {
	background-color: #000000;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 110px;
	width: 780px;
}




#container #logo-bar td {
	width: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
#container #logo-bar td a {
	color: #8a3f19;
	font-weight: normal;
	text-decoration: none;
}
#container #logo-bar a:hover {
	color: #FFFFFF;
}

#container table {

}
#container #content {
	padding-top: 20px;


}

#container #footer {
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#container #footer a {
	font-weight: bold;
	color: #8a3f19;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}

#container #footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8a3f19;
}
.main-table {
	height: 325px;
}
.middle-cell {
	background-image: url(images/stage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.footer-email {
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	color: 8a3f19;
}
.wildhorsedesign {
	font-weight: bold;
	font-size: 13px;
}
.home {
	font-weight: normal;
	color: #8a3f19;
	margin-left: 20px;
}



.link-title {
	color: #9A451D;
	font-weight: bold;
}
.urhere {
	color: #FFFFFF;
}
.urhere-home {
	color: #FFFFFF;
	margin-left: 20px;
}
