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

body {
	color:#E9BA2E;
	background-color: #000000;
	background-image:url(../images/goldflakes.jpg);
}
#top {
	clear: both;
	width:884px;
	margin:0 auto 0 auto;
	height:140px;
	padding-top: 60px;
	padding-left:140px;
	background-image:url(../images/stolhaven-logo.jpg);
	background-repeat:no-repeat;
	background-position:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color:#000000;
}
#top p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom:0px;
	padding-bottom:10px;
}
#main {
	clear: both;
	width: 1000px;
	margin:0 auto 0 auto;
	background-color:#000000;
}
#content {
	width: 1000px;
	margin: 0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	overflow:auto;
	background-color:#000000;
}
#content p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
}
#content .cowname {
	font-size:15px;
	font-weight:bold;
}
#content .dams {
	border-left:1px solid #E9BA2E;
	padding-left:5px;
}
#content .dams p {
	padding-left:15px;
	text-indent: -15px;
}
#cowthumbs {
	overflow:auto;
	padding-top: 10px;
	border-top: 1px solid #E9BA2E;
}
#homelink {
	float:right;
	width:164px;
	text-align:center;
	height:26px;
	line-height:26px;
	font-size:15px;
	font-weight:bold;
}
#homelink img {
	border:none;
	vertical-align:bottom;
}
#homelink a {
	text-decoration:none;
}
/*
#cowthumbs .thumb {
	float:left;
	width:200px;
	text-align: center;
	padding-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#cowthumbs .thumb img {
	border: none;
}
#cowthumbs .thumb a:link, #cowthumbs .thumb a:visited {
	color: #00CCFF;
	text-decoration: none;
}
*/
#cowthumbs .thumb {
	float:left;
	width:100px;
	text-align: center;
	padding-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#cowthumbs .thumb img {
	width:86px;
	border: none;
}
#cowthumbs .thumb a:link, #cowthumbs .thumb a:visited {
	color: #00CCFF;
	text-decoration: none;
}

#bottom {
	clear: both;
	text-align:center;
}
a:link, a:visited {
	color:#00CCFF;
}
a:hover {
	color: #00EEFF;
}
