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

body {
	background-color: #125005;
}

#top {
	clear: both;
	height: 91px;
	padding-top: 30px;
	background-image:url(../images/main-top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
#bottom {
	clear: both;
	height: 172px;
	background-image:url(../images/main-bottom.jpg);
	background-repeat: no-repeat;
	background-position:center;
}
#main {
	clear: both;
	background-image:url(../images/main-back.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
#content {
	width: 700px;
	margin: 0 auto 0 auto;
	position:relative;
	left: 10px;
	top: -10px;
}

.typeface-js {
	border:none;
}

.rockwell {
	font-family: Rockwell MT;
}
.cowphoto {
	border-color:#000000;
	border-style:solid;
	border-width:2px;
}