* {
	margin: 0px;
	padding: 0px;
}
#left-column h1 {
	margin-top: 9px;
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 16px;
}
#left-column #farmer {
	display: block;
	margin-top: 0px;
	margin-bottom: 9px;
}
#right-column {
	float: left;
	width: 520px;
	height: auto;
	min-height: auto;
	padding: 0px;
	color: #231f20;
	background-color: #ffffff;
	margin-top: 23px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#right-column h1 {
	color: #231F20;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 12px;
}
#right-column h1.full {
	color: #00937E;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 12px;
}
#right-column .extractcontainer {
	margin-top: 0px;
	margin-bottom: 18px;
}

#right-column .floatleft {
	width: 164px;
	float: left;
}
#right-column .floatright {
	float: right;
	width: 356px;
}
#right-column .details {
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4D4D4D;
	border-bottom-color: #4D4D4D;
	margin-bottom: 12px;
}
#right-column  .details p {
	font-size: 12px;
}

#right-column .floatright h2 {
	font-size: 14px;
	color: #00937E;
	margin-top: 0px;
	margin-bottom: 5px;
}
#right-column .floatright a:link, #right-column .floatright a:visited, #right-column .floatright a:hover, #right-column .floatright a:active {
	color: #EE3A42;
	font-weight: bold;
}
#right-column  p.full {
	margin-top: 0px;
	margin-bottom: 9px;
}
