body {
	background-color: #000000;
	background-position: top center;
	background-repeat:repeat-x;
	margin: 0 0 0 0;
}

/* Headers */
#header {
	clear: both;
	height: 290px;
	background-image:url(../images/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin: 5px auto 0 auto;
}
/* Navigatiopn Menu */
#nav {
	clear: both;
	height: 26px;
	width: 750px;
	margin: 0 auto 10px auto;
	border: 4px double #dfb042;
	color: #dfb042;
	background-color:#364a25;
}
#nav .items {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	margin-top: 3px;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;	
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	border:1px dotted;
	margin-right:10px;
}
#nav a:link, #nav a:visited {
	color:#dfb042;
	text-decoration: none;
}
#nav a:hover {
	color:#ffde00;
	text-decoration: underline;
	background-color:#4c690d;
	border:1px dashed;
}

/* Main Content */
#main_top {
	clear: both;
	height: 15px;
	background-image:url(../images/main-top.jpg);
	background-position: center;
	background-repeat:no-repeat;
}
#main_bottom {
	clear: both;
	height: 14px;
	background-image:url(../images/main-bottom.jpg);
	background-position: center;
	background-repeat:no-repeat;
}
#main {
	clear: both;
	background-image:url(../images/main-back.jpg);
	background-position:center;
	background-repeat:repeat-y;
	overflow:auto;
	font-family: "Trebuchet MS", Helvetica, Sans-serif;
	color: #330000;
}
#content {
	clear: both;
	width: 750px;
	margin: 0 auto 0 auto;	
	color: #FFFFFF;
}
#content a:link, #content a:visited {
	color:#33FFCC;
}
#content a:hover {
	color:#FFFFFF;
}
h3 {
	width: 740px;
	margin: 0 auto 0 auto;
	font-family: "Arial Black", Gadget, Sans-serif;
	font-size: 16px;
	font-style:italic;
	border-bottom: 2px solid #FFCC00;
}
.flowed_text {
	text-indent: 36px;
	font-size: 16px;
	text-align: justify;
}
.photo {
	margin: 3px;
	border: 2px solid #dfb042;
}
.cowphoto {
	float: left;
	margin: 3px;
	border: 2px solid #dfb042;
	width: 300px;
	height: 214px;
	overflow:hidden;
}
.cowscore {
	clear: left;
	float: left;
	width: 308px;
	text-align: center;
	font-weight: bold;
}
.cowinfo {
	margin-left: 315px;
}
.cowinfo p {
	margin-top: 0px;
	margin-bottom:15px;
}
.othernames {
	color: #FFCC00;
	font-weight: bold;
}
/* Bottom */
#bottom {
	clear: both;
	height: 425px;
	background-repeat:repeat-x;
	background-position:bottom;
}
#bottom_info {
	padding-top: 15px;
	margin: 0 auto 0 auto;
	width: 600px;
	text-align: center;
	color: #EEB739;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow:auto;
}
#bottom a:link, #bottom a:visited {
	color:#be600d;
	text-decoration:none;
}
#bottom a:hover {
	color:#FFFF00;
	text-decoration:underline;
}
.detailtext {
	font-size: 12px;
	font-style: italic;
}

/* Styles for Photo Zoom */
a.zoom{
    z-index:24; 
    text-decoration:none;
}

a.zoom img {
	border: 2px solid #dfb042;
}

.cowphoto a.zoom img {
	border: none;
}

a.zoom:link, a.zoom:visited {
	color: #FFCC00;
}

a.zoom:hover{
	z-index:25;
}

a.zoom span {
	display: none;
    position:absolute;
    top:-214px; 
	left:0px; 
	background-image:url(../images/zoom.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 214px;
	width: 300px;
    text-align: center
}

a.zoom:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-214px; 
	left:0px; 
	background-image:url(../images/zoom.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 214px;
	width: 300px;
    text-align: center
}

/* Homepage Slideshow Style */
#slideshow {
	width: 640px;
	height: 457px;
	margin: 0 auto 0 auto;
	border: 2px solid #dfb042;
	text-align: center;
	line-height: 457px;
	vertical-align:middle;
}
