body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 25px;
	padding: 0px;
	width: 750px;
}
.menuItems {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #D8CB98;
	width: 150px;
	z-index: 1;
	visibility: hidden;
}
#menuAboutUs {
	position: absolute;
	left: 25px;
	top: 186px;
}
#menuTheHorses {
	left: 175px;
	top: 186px;
	position: absolute;
}
#menuServices {
	position: absolute;
	left: 325px;
	top: 186px;
}
#menuForSale {
	position: absolute;
	left: 475px;
	top: 186px;
}
#menuEvents {
	position: absolute;
	left: 625px;
	top: 186px;
}



a:link {
	color: #000000;
}
a:visited {
	color: #663300;
}



.menuItems .menuItem {

}

.navMenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #D8CB98;
	text-align: center;
	font-size: large;
	font-weight: bold;
	width: 148px;
	border: solid #000000 1px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-decoration: underline;
}

div.mainHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
	margin-bottom: 25px;
	height: 103px;
	width: 750px;
	overflow: hidden;
}
div.bodyMain {
	background-color: #D8CB98;
	padding-top: 15px;
	padding-bottom: 15px;
}
.bodyMain .bodyLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	margin: 0px;
	padding: 0px;
	width: 425px;
	background-color: #D8CB98;
	color: #336600;
	position: relative;
	left: 0px;
	top: 0px;
}
.bodyMain .bodyRight {
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	top: 0px;
	position: static;
	font-size: x-large;
	color: #336600;
	background-color: #D8CB98;
	float: right;
}


div.mainFooter {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D8CB98;
	border-top: solid #000000 2px;
	border-bottom: solid #000000 2px;
}
div.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: center;
}

div.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	padding-bottom: 15px;
	padding-top: 15px;
}
.soldHorse {
	font-weight: bold;
	color: #660000;
}
