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

body {
	margin: 0;
	padding: 0;
	background-color: #709a0a;
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#container {
	width: 923px;
	margin:auto;
	background-image: url(../images/container.jpg);
}

#left {
	float: left;
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	width: 198px;
	min-height: 364px;
	height: auto !important;
	height: 364px;
	padding: 0 0 0 93px;
}

#navlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navlist li {
	padding: 0 0 16px 0;
}

#navlist li a { color: #666666; }

#navlist li a:hover { color: #336600; }

#header {
	height: 168px;
	background-image: url(../images/header.jpg);
}

#content {
	margin-left: 291px;
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 290px;
	padding: 74px 58px 0px 35px;
}

#index {
	margin-left: 291px;
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 74px 58px 112px 35px;
}	

#index-img {

}

#horses {
	position: relative;
        top: 67px;
        left: 5px;
        margin:0;
        padding:0;
        background: url(../images/horses.jpg) no-repeat;
        width: 202px;
        height: 332px;
}

#footer {
	clear: both;
	height: 151px;
	padding: 17px 0 0 310px;
	color: #FFFFFF;
	background-image: url(../images/footer.jpg);
}

#footer-list {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	color: #666666;
}

#footer-list li {
	display: inline;
	padding-right: 22px;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	color: #336600;
	text-align: center;
}

h2 {
	margin: 0;
	padding: 0 0 28px 0;
	font-size: 18px;
	font-weight: normal;
	color: #336600;
}

a {
	text-decoration: none;
	color:#000000;
}

a:hover { color: #336600; }

span.right { text-align: right; padding-right: 100px; }

img.right {
	float: right;
	margin-left: 10px;
}

img.left {
	float: left;
	margin-right: 10px;
}

.val {
    vertical-align: middle;
}

