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

body {
	color: #FFFF99;
	background-color: #000000;
	background-image:url(../images/header-top.png);
	background-repeat:repeat-x;
	background-position:top;
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}
#top {
	clear: both;
	text-align: center;
	height: 194px;
	margin-top: 36px;
	background-image:url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center;
}
#main {
	clear: both;
	background-image:url(../images/bottom-back.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom: 40px;
}
#content {
	width: 800px;
	padding: 4px 30px 4px 30px;
	margin: 0 auto 0 auto;
	background-image:url(../images/main-back.png);
	background-repeat:repeat-y;
	background-position: center;
}
#bottom {
	clear: both;
	height: 15px;
	background-image:url(../images/footer-bottom.png);
	background-repeat: no-repeat;
	background-position:center top;
}
a:link, a:visited {
	color: #DDDDFF;
}
a:hover {
	color: #0000FF;
}
#abovenav {
	height: 164px;
}
#nav {
	width: 760px;
	line-height: 30px;
	margin: 0 auto 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
#nav a.btn {
	border-right: 1px inset #493B00;
}
#nav a.btn1 {
	border-right: 1px inset #493B00;
	border-left: 1px inset #493B00;
}
#nav a:link, #nav a:visited {
	display: block;
	width:106px;
	float:left;
	color: #FFFFFF;
	text-decoration:none;
}
#nav a:hover {
	background-image:url(../images/btn-hover.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
#navbox {
	clear:both;
	width:328px;
	margin-left: auto;
    margin-right: auto;
}
.cowname {
	display:block;
	font-size: 23px;
	color: #FFFF99;
	margin-top:5px;
	margin-bottom: 15px;
}
.subhead {
	font-size: 23px;
	color: #FFFF99;
	text-align:center;
}
.pedbtn, .genbtn {
	border: none;
}
.line {
	margin-top: 15px;
	margin-bottom: 15px;
}
.listalign {
	width:515px;
	margin:0 auto 0 auto;
	text-align:left;
}
.listalign ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.fancybox, .fancylink {
	border:none;
	text-decoration: none;
}
