@charset "utf-8";
/* CSS Document */

body {
	background: #0d2516;
	text-align : center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
h1.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: bold;
	font-style:italic;
}	
h2.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: -10px
}	
#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 200px 10px 5px;

}
#content {
	background: url(images/big-horse.gif) no-repeat;
	background-position: bottom right;
	background-color: #FFFFFF;
	width: 556px; float: right; 
}
