@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/bg_main.jpg);
}
.oneColFixCtr #container {
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 810px;
	padding: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtr #mainContent {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0;
	padding-bottom: 0;
	width: 600px;
	background-color: #FFFFFF;
	margin-top: 330px;
	vertical-align: middle;
	margin-right: 100px;
	margin-left: 100px;
}
.nav-about {
	margin-top: 190px;
	margin-right: 700px;
	margin-left: 0px;
	height: 100px;
	width: 95px;
}
.nav-contact {
	margin-top: 190px;
	height: 100px;
	width: 95px;
	margin-left: 677px;
}
.nav-foals {
	margin-top: 190px;
	height: 100px;
	width: 95px;
	margin-left: 290px;
}
.nav-fun {
	margin-top: 190px;
	height: 100px;
	width: 95px;
	margin-left: 581px;
}
.nav-horsessold {
	margin-top: 190px;
	height: 100px;
	width: 95px;
	margin-left: 484px;
}
.nav-news {
	margin-top: 190px;
	margin-left: 96px;
	height: 100px;
	width: 95px;
}
.nav-sales {
	margin-top: 190px;
	height: 100px;
	width: 95px;
	margin-left: 387px;
}
a:link {
	text-decoration: none;
	color: #0033CC;
}
.nav-mares {
	margin-top: 190px;
	height: 100px;
	width: 95px;
	margin-left: 193px;
}
ul {
	text-align: center;
	vertical-align: middle;
	height: 100px;
	width: 800px;
	list-style-type: none;
}
li {
	display: inline;
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
}
.nav {
	vertical-align: middle;
	height: 100px;
	width: 800px;
	margin-top: 190px;
}
#nav-image {
	padding: 0px;
	float: left;
	text-align: center;
	vertical-align: middle;
	margin-top: 195px;
	margin-right: 15px;
}
#nav-about {
	float: left;
	margin-top: 195px;
	margin-left: 25px;
	text-align: center;
	vertical-align: middle;
	margin-right: 15px;
}
#photoleft {
	float: left;
	padding-right: 5px;
}
.body-text {
	padding-right: 5px;
	padding-left: 5px;
}
#photoright {
	float: right;
	padding-left: 5px;
}
.blockquote {
	padding-right: 100px;
	padding-left: 100px;
}
.oneColFixCtr #container-home {
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 800px;
	padding: 0px;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#padded-text {
	padding-right: 15px;
	padding-left: 15px;
}
.right-cell {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
	height: 290px;
	padding-left: 5px;
}

