@charset "utf-8";
background {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: 0px 50px;
}

.bodytxt {
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #6E1629;

}
.container {
	width: 1024px;
	background-color: #FFF;
	text-align: left;
	background-image: url(images/horsebackground.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.contactred {
	font-family: "franklin gothic book";
	font-size: 15px;
	color: #6E1629;
}
.heading {
	font-family: "franklin gothic book";
	font-size: 22px;
	font-weight: normal;
	color: #666;
	text-transform: uppercase;
	line-height: -20px;	
	}
.copyright {
	font-family: "franklin gothic book";
	font-size: 12px;
	color: #666;d
}
.links{
	font-family: "franklin gothic book";
	font-size: 22px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0px;
	
}
.body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.container tr th table tr th table tr th {
	text-align: left;
}
a:hover {
	color: #701127;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #701127;
}

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
