#content {
	background: url(../images/home_page_background.png) #FFFFFF top center no-repeat;
	height: 500px;
	padding: 0px;
	margin: 0px;
	width: 740px;
	float: none;
	position: relative;
	
}

#content p {
padding: 5px;
margin: 0px;
}

h2 {
padding: 2px 0px 0px 0px;
margin: 0px;
text-align: center;
height: 25px;
}

#producerImage {

	position: absolute;
	top: 24px;
	left: 4px;
	border: 0px;
}

#consumerImage {
	position: absolute;
	top: 3px;
	left: 268px;
	border: 0px;
}

#communityBusinessImage {
	position: absolute;
	top: 24px;
	left: 478px;
	border: 0px;
}


#producerContent, #communityBusinessContent, #consumerContent {
position: absolute;
border: 0px solid #F00F00;

}

#producerContent {
	width: 208px;
	top: 220px;
	left: 25px;
}

#consumerContent {

	width: 208px;
	top: 246px;
	left: 265px;
}

#communityBusinessContent {
	width: 208px;
top: 220px;
	left: 502px;
}

#leftSide 
{
	display:none;
}

