@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #8C8170;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 800px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-color: #D8D3B1;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 138px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#mainContent {
	background: #FFFFFF;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}


#footer {
	background-color: #8C8170;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 31px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 75%;
	text-align: center;
} 
#navcontainer {
	padding: 0px;
	margin: 0px;
}
ul#navlist {
	margin: 0px;
	padding-left: 50px;
	white-space: nowrap;
	background-color: #D8D3B1;
	padding-bottom: 5px;
}
#navlist li {
display: inline;
list-style-type: none;
}

#navlist a {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#navlist a:link, #navlist a:visited
{
	color: #000;
	text-decoration: none;
}

#navlist a:hover
{
	color: #FFF;
	text-decoration: none;
}
.home #home a, .stud #stud a, .for_sale #for_sale a, .trail_rides #trail_rides a, .mares #mares a, .links #links a, .ride_pictures #ride_pictures a{
	font-weight: bold;
	color: #000;
}.home  td , .mares td, .ride_pictures td, .links td{
	text-align: center;
	font-size: 75%;
}
#mainContent a{
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
#counter {
	text-align: right;
}

