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

body {
	color: #D2B48C;
	/* background-color: #002112; */
	/* background-image:url(../images/backpattern.png); */
	/* background-color: #004123; */
	background-color: #003300;
	margin: 0 0 0 0;
}
#top {
	clear:both;
	height:305px;
	margin:auto;
	width:750px;
}
#main {
	clear: both;
	background-image:url(../images/main-back.png);
	background-repeat:repeat-y;
	background-position:center;
}
#content, .container {
	width: 750px;
	margin: 0 auto 0 auto;
}
#bottom {
	clear: both;
	background-image:url(../images/main-bottom.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 20px;
	color: #14DD80;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
}
#footer {
	clear: both;
	height: 200px;
	background-image:url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center;
}
.cowinfo {
	font-size: 13px;
	font-family: Century Gothic, sans-serif;
}
.generic_cowname {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	font-style:italic;
	color: #d2b48c;
}
a:link, a:visited {
	color: #000066;
}
a:hover {
	color: #0000FF;
}
.address {
	font-family: Century Gothic, sans-serif;
	/* color: #000000; */
	color: #2F532F;
	font-weight: bold;
	font-size: 18px;
}
.counter {
	clear: both;
	background-image:url(../images/main-back.png);
	background-repeat:repeat-y;
	background-position:center;
	text-align: center;
}
.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight:bold;
	font-style:italic;
	color: #D2B48C;
}
.heading_c {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight:bold;
	font-style:italic;
	color: #D2B48C;
	text-align:center;
}
