@charset "utf-8";
/* NFP */
body {
	margin: 0;
	padding: 0;
	background: #007593 url(img/mainbg.jpg) repeat-x;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #000000;
}
p,ul,ol,blockquote,form,img,li,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	list-style: none;
	font-weight: normal;
}
a {
	color: #007593;
	font-weight:bold;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
#wrap {
	width: 762px;
	margin: 10px auto;
	padding: 3px;
	background: white;
}
#head {
	background: url(img/horse-head.jpg);
	height: 236px;
}
#head a {
	background: url(img/logo.png);
	height: 96px;
	width: 220px;
	display: inline;
	margin: 20px 0 0 20px;
	text-indent: -9999em;
	float: left;
}
#nav {
	background: url(img/nav/nav-2.png);
	height: 53px;
	margin: 3px 0 0 0;
	padding: 0 0 0 47px;
	overflow: hidden;
	position: relative;
}
#nav li { display: inline; 

}
#nav a {
	float: left;
	height: 53px;
	margin: 0 36px 0 0;
	text-indent: -9999em;
}

/* --- OLD ---
 * (When there was an "About Us" page)
 */
/*
#nav #home a { width: 58px; }
#nav #about a { width: 85px; }
#nav #horsebox a { width: 148px; }
#nav #booking a { width: 128px; }
#nav #contact a { width: 103px; }
*/

#nav #home a { width: 63px; }
#nav #terms a { width: 64px; }
#nav #horsebox a { width: 152px; }
#nav #booking a { width: 136px; }
#nav #contact a { width: 109px; }

#nav a:hover {
	background: url(img/nav/circle.gif) no-repeat center 31px; 	
}
#content {
	clear: both;
/*	background: url(img/spectators.jpg) no-repeat;*/
	padding: 12px 12px 12px 195px;
	border-bottom: 3px solid #ffb756;
	margin-bottom: 2px;
}
#content h1 {
	background: url(img/h1-bg.png) no-repeat;
	padding: 0 0 0 48px;
}
#content h2 {
	font-size: 1.3em;
	font-weight:bold;
	padding: 0.3em 0;
}
#content h3 {
	font-size: 1.0em;
	font-weight:bold;
	padding: 0.3em 0;
}
#content p {
	line-height: 1.5em;
	padding: 0.6em 0;
}
#content table td {
	padding: 10px;
}
#foot {
	background: url(img/lines.png);
	padding: 10px 0;
	color: white;
	text-align: center;
}
#foot a {
	color: #ffb756;
	font-weight: bold;
	text-decoration: underline;
}
.contactform {}
.button {}
.images {
padding:2px;
border:2px solid #004B73;
margin:2px;
}