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

body {
	background-color: #717171;
}
#top {
	clear: both;
	height: 140px;
	background-color: #717171;
	background-image:url(../images/top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#page {
	clear: both;
	background-image:url(../images/back.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
#bottom {
	clear: both;
	text-align:center;
}
#main {
	clear: both;
	color: #FFFFFF;
	width: 759px;
	margin: auto auto auto auto;
}
#main_nav {
	position: relative;
	top: -3px;
	width: 755px;
	margin: 0 auto 0 auto;
	text-align: right;
	font-family: "Trebuchet MS", Helvetica, Sans-serif;
	font-size: 17px;
	font-weight: bold;
}
#main_nav a {
	float: right;
	display: block;
	width: 104px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	background-image:url(../images/tab.gif);
}
#main_nav a:link, #main_nav a:visited {
	color: #EEEEEE;
	text-decoration: none;
}
#main_nav a:hover {
	color:#00CCFF;
	text-decoration:none;
	border-bottom: 1px dotted #00CCFF;
}
#sub_nav {
	clear: both;
	width: 100%;
	height: 25px;
	line-height: 25px;
	margin: 0 auto 5px auto;
	text-align: right;
	font-family: "Trebuchet MS", Helvetica, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #FF0000;
	background-color: #000000;
}
#sub_nav a {
	display: block;
	width: 75px;
	line-height: 25px;
	float: right;
	text-align:center;
}
#sub_nav a:link, #sub_nav a:visited {
	color: #EEEEEE;
	text-decoration: none;
}
#sub_nav a:hover {
	color:#00CCFF;
	text-decoration:none;
}
.link_logo {
	border: 1px dotted #800000;
}
.cow {
	color: #FFFFFF;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, Sans-serif;
	border: 2px dotted #E1E1E1;
	margin: 5px auto 5px auto;
}
.cow a:link, .cow a:visited {
	color: #00CCFF;
}
.cow a:hover {
	color: #FFFF00;
}
.cowinfo {
	color: #FFFFFF;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, Sans-serif;
}
.cowinfo a:link, .cowinfo a:visited {
	color: #00CCFF;
}
.cowinfo a:hover {
	color: #FFFFFF;
}
.cowname {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px dashed #E1E1E1;
}
.cowpic {
	margin: 2px;
}
.pedcell {
	border-bottom: 1px dashed #FF0000;
}
.info {
	margin: 0 0 5px 300px;
}
.line {
	margin-top: 3px;
	height: 3px;
	border-top: 2px solid #FF0000;
}