body {
	margin: 0 0 0 0;
	/* background-image: url(../images/green018.jpg); */
	background-color:#2B352C;
}
#top {
	background-color: #000000;
	text-align:center;
}
#nav, #nav2 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-image:url(../images/nav-back.jpg);
	background-repeat:repeat-x;
}

#nav a:link, #nav a:visited, #nav2 a:link, #nav2 a:visited {
	display: block;
	background-image: url(../images/nav-off.gif);
	width: 120px;
	margin-top: 5px;
	height: 21px;
	line-height: 21px;
	color: black;
	text-decoration: none;
	text-align:center;
}
#nav a:hover, #nav2 a:hover {
	display: block;
	background-image: url(../images/nav-on.gif);
	width: 120px;
	height: 21px;
	line-height: 21px;
	color: #006633;
	text-decoration: none;
	text-align:center;
}
.cheese {
	background-color:#FFFFCC;
	color: #1F5927;
}
.cheese p {
	display: block;
	margin: 0 auto 15px auto;
	text-indent: 36px;
	width: 750px;
	font-size: 13px;
	text-align: justify;
	font-style:italic;
}
.cheese p.narrow {
	display: block;
	margin: 0 auto 15px auto;
	text-indent: 36px;
	width: 396px;
	font-size: 13px;
	text-align: justify;
	font-style:italic;
}
#content {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:link, a:visited {
	color: #00CCFF;
}
a:hover {
	color: #FFFFFF;
}
.cowinfo {
	font-weight: bold;
	font-size: 13px;
}
.cowpic {
	border: 2px solid #6C7258;
	margin: 2px;
}
.cowname {
	font-size: 12pt;
	font-weight: bold;
}
#copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.cheesepage {
		background-color:#000000;
		background-image:url(../images/intro-back.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
		border: 2px solid #6C7258;	
}
.nocheese {
		background-color:#000000;
		border: 2px solid #6C7258;	
}
.flowed_text {
	padding: 5px;
	text-indent: 36px;
	text-align: justify;
	margin: 0 auto 15px auto;
}
.flowed_text_block {
	padding: 5px;
	text-align: justify;
	margin: 0 auto 15px auto;
}