body {
	background-color: #310101;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0px;
}
.header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 251px; 
	padding-top: 178px;
}
.menubg1 {
	background-image: url(../images/menubg1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
.contentarea {
	background-image: url(../images/contentarea.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #D1C2B4;
	text-decoration: none;
}
a.menu {
	color: #D1C2B4;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
a:hover.menu {
	color: #E3BB38;
	text-decoration: none;
}
.add {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #F4E1B8;
	text-decoration: none;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #D1C2B4;
	text-decoration: none;
}
a.copy {
	color: #D1C2B4;
	text-decoration: none;
}
a:hover.copy {
	color: #FFFFFF;
	text-decoration: none;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #2c2a2a;
	text-decoration: none;
}
.contenttext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}
.contenttext A {
	color: #000000;
	text-decoration: underline;
}
.contenttext A:hover {
	color: #990000;
	text-decoration: underline;
}
#butlerfarmsmenu, #salehorsesmenu, #servicesmenu {
	POSITION: absolute;
	VISIBILITY: hidden;
	Z-INDEX: 1;
	float: left;
	left: 83px;
	top: 295px;
}

#butlerfarmsmenu {
	width: 780px;
	position: static;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#salehorsesmenu {
	margin-left: 290px;
	width: 490px;
	position: static;
	left: 0px;
	top: 50px;
	z-index: 2;
}
#servicesmenu {
	margin-left: 390px;
	width: 390px;
	position: static;
	left: 0px;
	top: 0px;
	z-index: 3;
}