*
{
font-family: Arial, Helvetica, sans-serif;
}

body
{
	background:url(images/sandpaper.gif);
	color:white;

}

.horses
{

}

#container 
{
	width:850px;
	min-height:100%;
	margin:auto;
	border:black solid;
	background:#482603;
}

#header 
{
	width:850px;
	height:150px;
	margin:auto;
	background:#482603;
}

#nav 
{
	width:110px;
	height:400px;
	float:left;
	


}

#content
{
	width:730px;
	min-height:500px;
	float:left;
	padding:5px;

}

p
{
font-size:14px;
}

#footer
{
color:#FFFFFF;
width:850px;
text-align:center;
margin:auto;
border-top:#000000 solid;
}

a:link {
	color: #000000;
}

img { border: none }
