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

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	font-family:"Trebuchet MS", Helvetica, Sans-serif;
	color: #E1E1E1;
}
#body_bottom {
	width: 100%;
	margin: 0px;
}
#top {
	text-align:center;
	background-image:url(images/site-top.jpg);
	background-repeat: no-repeat;
	background-position:center;
	height: 122px;
}
#top_contact {
	width: 750px;
	line-height: 100px;
	text-align: right;
	font-size: 20px;
	padding-right: 15px;
	font-family: "Trebuchet MS", Helvetica, Sans-serif;
	font-weight: bold;
	color: #AAA482;
}
#main_top {
	background-image: url(images/main-top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 80px;
	padding-top: 20px;
}
#main_back {
	background-image:url(images/main-back.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#address {
	text-align:center;
	background-image:url(images/site-bottom.jpg);
	background-repeat: no-repeat;
	background-position:center;
	height: 122px;
	font-size: 17px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #E1E1E1;
}
#address a:link, #address a:visited {
	color: #00CCFF;
}
#address a:hover {
	color:#FFFFFF;
}
#main_bottom {
	background-image: url(images/main-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 17px;	
}
.cowinfo {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	background-repeat:no-repeat;
	padding-bottom: 16px;
	color: #E1E1E1;
	padding-left: 10px;
	padding-right: 20px;
}
.cowscore {
	color: #E1E1E1;
	font-weight:bold;
	font-size: 17px;
}
.cowwinnings {
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
}
a:link, a:visited {
	color: #00CCFF;
}
a:hover {
	color: #FFFFFF;
}
.emph {
	font-size: 18px;
	color: #00CCFF;
	font-style: italic;
}
