body {
	background-image: url(../images/body.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin:0px;
}
.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.contentarea {
	background-image: url(../images/contentarea.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.contentarea1 {
	background-color: #4F3328;
}
.menutop {
	background-image: url(../images/menutop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.menubottom {
	background-image: url(../images/menubottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.horses {
	background-image: url(../images/horses.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.horse1 {
	background-image: url(../images/horses1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.contenttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #F2E0C8;
	text-decoration: none;
}
.contenttext A {
	color: #F2E0C8;
	text-decoration: none;
	border-bottom: 1px dotted #F2E0C8;
}
.contenttext A:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom: 2px solid #FFF;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #F2E0C8;
	text-decoration: none;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.copy {
	color: #000000;
	text-decoration: none;
}

a:hover.copy {
	color: #000000;
	text-decoration: underline;
}

