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

body {
	color: #FFFFFF;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}
#header {	
	height: 546px;
	background-image:url(../images/top.jpg);
	background-position: center;
	background-repeat:no-repeat;
}
#subheader {
	height: 50px;
	line-height: 50px;
	background-image:url(../images/subhead-back.gif);
	background-repeat:repeat-x;
	text-align: center;
}
#page {
	width: 765px;
	margin: 0 auto 0 auto;
}
#bottom {
	width: 765px;
	margin: 0 auto 0 auto;
	text-align: center;
	border-top: 2px solid #4c5c1e;
}
#menu {
	height: 30px;
	line-height: 30px;
	background-image:url(../images/menu-back.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}
#menu a:link, #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #CC171E;
}
#updates {
	float: right;
	width: 250px;
}
a:link, a:visited {
	color:#00CCFF;
}
a:hover {
	color:#FFFFFF;
}
.cowinfo {
	font-size: 13px;
}
.cowname {
	font-size: 19px;
	font-weight: bold;
}
.cowscore {
	font-size: 16px;
	font-weight: bold;
}
.ownership {
	font-style: italic;
}

.emph {
	color: #FFCC33;
	font-weight: bold;
}
