@charset "utf-8";
/* CSS Document */

body {
	background: #0d2516;
	text-align : center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #094c26;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #094c26;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #225e3c;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #225e3c;
	font-weight: bold;
	text-decoration: none;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 120%;
}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: bold;
	font-style:italic;
}
h2 {
	font-family: "Georgia", "Times New Roman", "Times, serif";
	font-size: 17px;
	font-weight: bold;
}
#container {
	background: url(images/tile.gif) repeat-y;
	width: 804px;
	margin : 0 auto; 
	padding : 0; 
	text-align : left; 
}
#navigation { 
	width: 248px; float: left;	margin: 0; padding: 0; 
}
#header {
	height: 87px;
	background: url(images/ride.gif) no-repeat; 
}
#footer {
	background: url(images/footer.gif) no-repeat;
	height: 61px;
	clear: both;
}
#content-sub {
	margin: 20px 180px 20px 5px;
	padding :0; 
}
#content {
	background: url(images/little-horse.gif) no-repeat;
	background-position: bottom right;
	background-color: #FFFFFF;
	width: 556px; float: right; margin: 0; padding: 0;
}

<!-- Sub Menu -->

div#sub-nav {
font-family : "Georgia", "Times New Roman", "Times, serif";
font-size : 10px;
padding : 0; 
text-transform: uppercase;
margin: 10px 0px 0px 0px;
}

div#nav_main ul {
margin : 0;
padding : 0 0 20px 10px;
border-bottom : 1px solid #000; 
line-height: 300%;
}

div#sub-nav ul, div#sub-nav li {
display : inline;
margin : 0px;
padding : 0px;
list-style-type : none; 
}

div#sub-nav a:link {

line-height : 14px;
font-weight : bold;
font-family : "Georgia", "Times New Roman", "Times, serif";
font-size : 10px;
text-transform: uppercase;
color : #002c82;
margin : 0px 10px 4px 0px;
text-decoration : none; }


div#sub-nav a:hover {
border-bottom : 2px solid #001d54;
padding-bottom : 2px; 
font-family : "Georgia", "Times New Roman", "Times, serif";
font-size : 10px;
text-transform: uppercase;
}

div#sub-nav a:visited {

line-height : 14px;
font-weight : bold;
color : #0144c6;
margin : 0 10px 4px 0px;
text-decoration : none; 
font-family : "Georgia", "Times New Roman", "Times, serif";
font-size : 10px;
text-transform: uppercase;

}

img.floatLeft { 
    float: left; 
    margin: 0px 15px 10px 0px; 
}

img.floatRight { 
    float: right; 
    margin: 0px 0px 10px 15px; 
}

div#top a:link {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 10px;
	font-weight : bold;
	color : #002c82;
	text-decoration : none;
	float : right;
}

div#top a:hover {
	border-bottom : 2px solid #001d54;
}

div#top a:visited {

	line-height : 14px;
	font-size : 10px;
	font-weight : bold;
	color : #0144c6;
	margin : 0 10px 4px 0px;
	float : right;
	text-decoration : none; }