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

body {
	background-color: #ECECEC;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	font-size: 12px;
}

a {
	color: #F1D704;;
	font-weight:bold;
}

a:hover {
	color:#fff;
}

.break {
	height:5px;
	width:700px;
	clear:both;
	margin:10px auto 10px auto;
}

.clear {
	clear:both;
	text-align:center;
}

.center {
	text-align:center;
	margin:auto;
}

td.top_top, td.top_middle, td.top_bottom, td.main {
	width: 745px;
}

td.top_top {
	height: 107px;
	vertical-align: bottom;
	background-image:url(images/top-top.jpg);
	background-repeat: no-repeat;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 20px;
}
td.top_middle {
	height: 25px;
	background-image:url(images/top-middle.jpg);
	background-repeat: no-repeat;
}
td.top_bottom {
	height: 83px;
	background-image:url(images/top-bottom.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
}

td.main {
	background-image: url(images/main-back.jpg);
	background-repeat:repeat-y;
	padding: 0 10px;
}

.title {
	color: #F1D704;
	font-size: 20px;
	font-weight:bold;
}

.photo_left {
	float:left;
	vertical-align: top;
	width:400px;
	border: 1px solid white;
	margin:0 auto 0 5px;
}

.cowinfo {
	width: 335px;
	float:right;
}

.cowname {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 14px;
}

.bottom {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: black;
	text-align:center;
}
.announce {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 17px;
}
