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

body {
	color: #096d39;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ead675;
	background-image:url(../images/way-back.jpg);
	background-repeat:repeat-x;
	background-position: top center;
	background-attachment: fixed;
	margin-top: 0px;
}
#all {
	background-image:url(../images/back1.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	margin-top: 0px;
}
#top {
	clear: both;
}
#topleft {
	width:205px;
	float:left;
}
#topright {
	width:365px;
	float:right;
}
#mainleft {
	width:214px;
	margin-left:20px;
}
#mainleftcows {
	width:239px;
	margin-left:20px;
}
#mainright {
	width:705px;
	float:right;
	margin-right:10px;
}
#maincenter {
	clear:both;
	width:950px;
	float:none;
}
#main {
	clear: both;
}
#content {
	width: 950px;
	margin: 0 auto 0 auto;
}
#nav {
	clear: both;
	width: 950px;
	margin: 0 auto 0 auto;
}
#firstcow {
	width:490px;
	float:right;
	text-align:left;
	padding-right:200px;
}
#story {
	width:880px;
	text-align:left;
	padding-right:30px;
	padding-left:40px;
}
#archives {
	width:930px;
	text-align:left;
	padding-right:10px;
	padding-left:10px;
}
#space {
	clear: both;
}
#bottom {
	height:205px;
	background-image:url(../images/bottom-logo.gif);
	background-position:center;
	background-repeat:no-repeat;
}
a:link, a:visited {
	color: #096d39;
}
a:hover {
	color: #0000FF;
}
