@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/background.gif);
	background-repeat: repeat;
	background-color: #000000;
	color: #FFFFFF;
	font-family:Arial;
}
#header {
	clear: both;
	height: 345px;
	width: 750px;
	padding-top: 205px;
	margin: 0 auto 0 auto;
	background-image:url(../images/EliteBarnTop.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#000000;
	border-left: 3px solid #0d6505;
	border-right: 3px solid #0d6505;
	border-top: 3px solid #0d6505;
}
#bottom {
	clear: both;
	height: 52px;
	width: 750px;
	padding-top: 117px;
	margin: 0 auto 0 auto;
	background-image:url(../images/bottom.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#000000;
	border-left: 3px solid #0d6505;
	border-right: 3px solid #0d6505;
	border-bottom: 3px solid #0d6505;
}
#main {
	clear: both;
	width: 750px;
	margin: 0 auto 0 auto;
	background-color:#e1d7b5;
	border-left: 3px solid #0d6505;
	border-right: 3px solid #0d6505;
}
.cowinfo {
	color: #1a4b31;
	font-family:Arial;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 36px;
}

a:link, a:visited {
	color:#3399FF;
}
a:hover {
	color: #33CCFF;
}

