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

/* Basic Page Styles */
body {
	margin: 0 0 0 0;
	background-color: #000000;
	font-family: "Trebuchet MS", Helvetica, Sans-serif;
	color: #FFFFFF;
}
#top {
	height: 180px;
	background-image:url(../images/top-back.gif);
	background-repeat:repeat-x;
}
#main {
	background-image:url(../images/main-back.gif);
	background-repeat:repeat-y;
	background-position:center;
}
#bottom {
	color: #FFFFFF;
	background-color:#333333;
}

/* The Page Header */
#header {
	width: 800px;
	height:150px;
	margin: 0 auto 0 auto;
	background-image:url(../images/header-back.jpg);
	background-repeat: no-repeat;
	background-position:center;
}
#nav {
	height: 30px;
	line-height: 30px;
	text-align: center;
}
/* Footer */
#footer {
	width: 760px;
	height:150px;
	margin: 0 auto 0 auto;
}
#footer .left {
	width: 355px;
	float: left;
}
#footer .right {
	width: 355px;
	float: right;
	text-align: right;
}
#footer a:link, #footer a:visited {
	color:#00CCFF;
}
#footer a:hover {
	color:#00FFFF;
}
/* Content Styles */
#content {
	width: 760px;
	margin: 0 auto 0 auto;
	background-image:url(../images/content-back.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}
#intro {
	width: 700px;
	margin: 0 auto 0 auto;
	text-align: justify;
	text-indent: 36px;
}
.carpet {
	background-image:url(../images/carpetback.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
.cowpic {
	float: left;
}
.cowinfo {
	margin-left: 408px;
	font-size: 13px;
}
.subhead {
	font-size:18px;
	font-weight: bold;
	font-style:italic;
}
