body {
	margin: 5px;
	background-image: url(images/knotty-pine.jpg);
}

table.head {
	background-image: url(images/top-back.jpg);
	width: 750px;
	border-top: 3px solid #ACACAC;
	border-left: 3px solid #ACACAC;
	border-right: 3px solid #ACACAC;
}

table.main {
	width: 750px;
	background-image: url(images/top-back.jpg);
	color: #F1DBB4;
	border-left: 3px solid #ACACAC;
	border-right: 3px solid #ACACAC;
	border-bottom: 3px solid #ACACAC;
	top: 210px;
}
table.main td.cowname {
	font-family: Palatino, "Book Antiqua",serif;
	font-size: 15pt;
	font-weight: bold;
	color: #F1DBB4;
}
table.main td.cowinfo {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #F1DBB4;
}
table.main td.about {
	font-family: Palatino, "Book Antiqua",serif;
	font-size: 12pt;
	color: #F1DBB4;
}
a:link,a:visited {
	color: #6495ED;
}
a:hover {
	color: #FF6347;
}
table.main td.copyright {
	font-family: Palatino, "Book Antiqua",serif;
	font-size: 8pt;	
}

table.nav {
	height: 25px;
	width:100%;
	background-image: url(images/nav-back.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	color: #FFFFE0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-variant: small-caps;
}
table.nav td table td {
	color: #FFFFE0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-variant: small-caps;
	padding-left: 5px;
	padding-right: 5px;
}
table.nav td table td a:link, table.nav td table td a:visited {
	color: #FFFFE0;
	text-decoration: none;
	border-bottom: 1px solid black;
}
table.nav td table td a:hover {
	color: #E0FFFF;
	text-decoration: none;
	border-bottom: 1px dotted #E0FFFF;
}

