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

body {
	margin: 0 0 0 0;
	background-color: #dcdcdc;
}
#topper {
	height: 80px;
	background-color: #800000;
	background-image:url(../images/site-top.gif);
	background-repeat: no-repeat;
	background-position:center;
}
#topper_2 {
	height: 33px;
	background-color: #800000;
	background-image:url(../images/site-top2.gif);
	background-repeat: no-repeat;
	background-position:center;	
}
#main, #bottom_logo {
	background-image: url(../images/site-back.gif);
	background-repeat: repeat-y;
	background-position:center;	
}
#bottom {
	height: 70px;
	background-color: #800000;
	background-image:url(../images/site-bottom.gif);
	background-repeat: no-repeat;
	background-position:center;	
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#content {
	width: 750px;
	margin: 0 auto 0 auto;
}

.cowinfo {
	font-family:"Trebuchet MS", Helvetica, Sans-serif;
	font-size: 13px;
	color: #8000000;
	text-align:left;
}
.cowinfo ul {
	padding-left: 5px;
	margin-left: 5px;
}
.cowinfo ul li {
	padding-left: 3px;
	margin-left: 5px;
}
.cow_scores {
	text-align: center;
	font-size: 13px;
	border-bottom: 1px dashed #663300;
}
#embryos {
	font-family:"Trebuchet MS", Helvetica, Sans-serif;
	font-size: 13px;
}
.rha {
	font-family:"Trebuchet MS", Helvetica, Sans-serif;
	font-weight: bold;
}
a:link, a:visited {
	color:#00CCFF;
}
a:hover {
	color: #FFCC00;
}
