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

body {
	background-color:#000000;
	background-image: url(../images/top-back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#top {
	clear: both;
	height: 350px;
}
#header {
	padding-top: 185px;
	text-align: center;
	font-family: Copperplate, "Copperplate Gothic", "Copperplate Gothic Light", Palatino, "Palatino Linotype";
	font-size: 15px;	
	font-weight: bold;
	color: #FF0000;
}
#main {
	clear:both;
}
#content {
	width: 900px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}
#bottom {
	clear: both;
	color:#CC9900;
	font-family: Copperplate, "Copperplate Gothic", "Copperplate Gothic Light", Palatino, "Palatino Linotype";
	font-size: 13px;
	text-align: center;
	margin-top: 15px;
}

#bottom a:link, #bottom a:visited {
	color: #5B85AF;
}
#bottom a:hover {
	color:#00CCFF;
}
.cowname {
	color: #996600;
	font-family: Copperplate, "Copperplate Gothic", "Copperplate Gothic Light", Palatino, "Palatino Linotype";
	font-size: 16px;
	font-weight: bold;
}
.cowinfo {
	/* background-image:url(../images/l-r.jpg); */
	/* background-position: bottom right; */
	/* background-repeat: no-repeat; */
	font-family:"Gill Sans", "Gill Sans MT", sans-serif;
	font-size: 24px;
	color: #000000;
}
.emph {
	font-size: 125%;
	font-weight: bold;
	font-style:italic;
}

