/* thefarmhaus.com */
/* Jim Savage, e: jim@thefarmhaus.com */

/*-- links --*/
a:link {
	color:#97abb7;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color:#97abb7;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#7078b7;
	text-decoration:underline;
	font-weight:bold;
}

/*-- layout --*/
body {
	font-family:tahoma,arial,helvetica,sans-serif;
	font-size: 80%;
	color: #606261;
	background-color: #97abb7;
	background-image: url(../images/tile.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.navLine {
border-bottom: 1px solid #d8d2b8;
}

.footerLine {
border-top: 1px solid #d8d2b8;
}
.box{
	border: 1px solid #97abb7;
	padding: 10px;
	background:#e1e7ea;
}
.farmLink {
	position:absolute;
	text-indent:-100em;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
