/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #6B5138;
}

div#header, div#horse {
	width: 100%;
	background-color: #000;
}

div#header img {
	margin-left: 108px;
}

div#horse img {
	margin-left: 43px;
}

a.homenav img {
	border: none;
	border-right: 3px solid #826042;
}

a.homenav img#paintnav {
	margin-left: 103px;
}

div#body {
	width: 100%;
	border-top: 3px solid #000;
}

div#body p {
	width: 500px;
	margin-left: 117px;
	font-family: Lucida Grande, Lucida Sans Unicode, Trebuchet MS, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 1.3;
}

div#body p#top {
	width: 573px;
	margin-bottom: 20px;
	font-family: Lucida Grande, Lucida Sans Unicode, Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #fff;
}

div#footer {
	margin: 80px 0px 100px 124px;
	font-family: Lucida Grande, Lucida Sans Unicode, Trebuchet MS, sans-serif;
	font-size: 10px;
	color: #1F1810;	
}

div#footer a {
	text-decoration: none;
	font-family: Lucida Grande, Lucida Sans Unicode, Trebuchet MS, sans-serif;
	font-size: 10px;
	color: #1F1810;
}

div#footer a:hover {
	color: #875111;
}