body {
	margin: 0px;
	background-color: #c7caea;
	background-image: url(images/body-back.jpg);
	background-repeat:repeat-y;
	overflow-x: hidden;
}

#verytop {
	height: 40px;
	width: 100%;
	background-image:url(images/very-top.jpg);
	background-repeat:no-repeat;
	text-align: right;
	font-family: Helvetica, "Trebuchet MS", sans-serif;
}

#verytop table {
	height: 40px;
	font-size: 14px;
	border-bottom: 1px solid silver;
}

#verytop table td {
	border-left: 1px solid silver;
	padding: 10px;
}

#verytop a:link, #verytop a:visited {
	color: #0000FF;
	text-decoration: none;
}

#verytop a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed black;
}

#top {
	height: 150px;
	width: 100%;
	background-color: #3976b8;
}

#main {
	width: 100%;
	font-family: Helvetica, "Trebuchet MS", sans-serif;
	font-size: 13px;
}

.cowinfo {
	font-size: 12px;
}

.cowname {
	font-size:14px;
	font-weight: bold;
}
