/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
}
a:link, a:visited{
	color:#999900;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#003333;
}
#indexBG{
	background:url(images/indexBG.jpg) no-repeat 0 -50px;
}
#arenaBG{
	background:url(images/arenaBG.jpg) no-repeat 0 -50px;
}
#BB{
	background:url(images/bandbBG.jpg) no-repeat 0 -50px;
}
#liveryBG{
	background:url(images/liveryBG.jpg) no-repeat 0 -50px;
}
#fieldsBG{
	background:url(images/pastureBG.jpg) no-repeat 0 -50px;
}
#facilitiesBG{
	background:url(images/facilitiesBG.jpg) no-repeat 0 -50px;
}
#contactBG{
	background:url(images/contactBG.jpg) no-repeat 0 -50px;
}
#hackingBG{
	background:url(images/hackingBG.jpg) no-repeat 0 -50px;
}
#stablesBG{
	background:url(images/stablesBG.jpg) no-repeat 0 -50px;
}
#text{
	width:470px;
	margin: 20px 0 0 200px;
}
#nav{
	margin:120px 0 0 200px;
	width:470px;
	padding:0;
	border-bottom:1px solid #ccc;
}
#nav li{
	list-style:none;
	display:inline;
	margin:0 20px 0 0;
	padding:0;
}
#homelink{
	float:right;
}
#facilities{
	margin:0;
	padding:0;
}
#facilities li{
	list-style:none;
	float:left;
	padding:0 8px;
	text-align:center;
	font-size:90%;
}