@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	background-color: #35393D;
	font-family:Arial, Helvetica, sans-serif;
}

#header {
	clear: both;
	width: 800px;
	height: 150px;
	margin: 0 auto 0 auto;
	background-color: #000000;
}
#footer {
	clear: both;
	width: 800px;
	height: 60px;
	line-height: 30px;
	margin: 0 auto 0 auto;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase;
	color: #E1E1E1;
	text-align: center;
}
#content {
	clear: both;
	width: 800px;
	margin: 0 auto 0 auto;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	background-color: #FFFFFF;
}

#sidebar {
	float: right; 
	width: 200px;
	margin: 4px 4px 4px 4px;
	border: 1px solid #E1E1E1;
	font-family: "Comic Sans MS", cursive;
	font-size: 13px;
	background-color: #fff4c4;
	line-height: 20px;
	background-image:url(cowback.gif);
}
.heading {
	font-family: "Comic Sans MS", cursive;
	height: 33px;
	line-height: 33px;
	color: #000000;
	background-color: #fff4c4;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #f9c1ab;
}
#sidebar ul {
	padding: 3px 0 0 5px;
	margin: 0 0 0 10px;
}
#sidebar li {
	padding: 0 0 0 5px;
	margin: 0 0 20px 0;
}
.plaintable {
	width: 570px;
	margin-left: 6px;
}
.cowtable {
	width: 750px;
	margin: 0 auto 0 auto;
}
.cow {
	font-family: "Comic Sans MS", cursive;
	font-size: 13px;
	background-color: #fff4c4;
	line-height: 20px;
	background-image:url(cowback.gif);
	min-height: 255px;
	color: #357be1;
}
.cow p {
	margin: 20px 0 0 0;
}
.cow_bottom {
	clear: both;
	height: 24px;
	background-image: url(../images/note-from-wilstar.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.cowname {
	color: #000000;
	line-height: 39px;
	height: 39px;
	font-size: 20px;
	background-color: #fff4c4;
	background-image: url(../images/note-from-wilstar.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
	border-bottom: 2px solid #f9c1ab;
}
.cowname_clear {
	color: #000000;
	line-height: 39px;
	height: 39px;
	font-size: 20px;
	background-color: #fff4c4;
	font-weight: bold;
	border-bottom: 2px solid #f9c1ab;
}
.cowpic {
	clear: left;
	width: 350px;
	height: 250px;
	border: 1px solid #d5debe;
	float:left;
	margin: 0 4px 0 2px;
	background-color: #fff4c4;
}
.cowscore {
	font-weight: bold;
}
.pic {
	clear: left;
	border: 1px solid #d5debe;
	float:left;
	margin: 0 4px 0 2px;
	background-color: #fff4c4;
}
.red {
	color: #CC0000;
}
.buttup {
	margin-left: 360px;
}