body {
		background-image:url(/global/images/background.gif);
		background-repeat:repeat-x;
		background-color: #FFFF33;
}

body,td,th {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a {
	color: #52197D;
	text-decoration:none;
}
a:visited {
	color: #52197D;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}

* {
	margin: 0;
}
html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}

div#container {
	width: 760px;
	margin: 0px auto 0px auto;
	position:relative;
}

div#boy {
		position:relative;
		float:left;
		width: 170px;
		padding-top: 17px;
}

div#main {
		position:relative;
		float:left;
		width: 590px;
		padding-bottom: 20px;
}

div#masthead {
		position:relative;
		float:left;
		padding-top: 23px;
		width: 590px;
}

div#tagline {
		position:relative;
		float:left;
		width:590px;
		color:#FFF;
		font-size:18px;
		text-transform:uppercase;
		padding-top: 19px;
}

div#body {
		position:relative;
		float:left;
		width: 590px;
		padding-top: 20px;
}

div#body h1 {
		font-size:18px;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin-bottom: 15px;
}

div#body p {
		margin-bottom: 5px;
		line-height: 1.4em;
		font-size: 11px;
}

div#body li {
		line-height: 1.4em;
		font-size: 11px;
}

.farm_over {
	background-color: #FFFEE6 ;
	border: 1px solid #D5C898 ;
}

.farm_over h2 {
		font-size:12px;
}

.farm_over h2, .farm_over p {
margin: 5px 5px 0px 5px;
}


#footer, #push {
	height: 142px; /* .push must be the same height as .footer */
}

#footer {
	background-color: #33AD0A;
	clear:both;
}

div#footer_int {
	width: 760px;
	margin: 0px auto 0px auto;
	padding-top: 10px;
	position:relative;
	font-size:11px;
	color: #FFFFFF;
	line-height: 1.4em;
}

#footer_int a {
		color:#FFF;
		border-bottom: 1px dotted #fff;
}

#footer_int a:hover {	
	border-bottom: 1px solid #fff;
}


/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/