
#siteFrame {

	width: 948px;
}

#content {
	background: url(../images/home_page_background.png) #FFFFFF top center no-repeat;
	height: 500px;
	padding: 0px;
	margin: 0px;
	width: 948px;
	float: none;
	position: relative;

}

#content p {
padding: 5px;
margin: 0px;
}

h2 {
padding: 5px 0px 0px 0px;
margin: 0px;
text-align: center;
height: 25px;
font-size:1.1em;
}

#producerImage {

	position: absolute;
	top: 24px;
	left: 3px;
	border: 0px;
overflow:hidden;
}

#consumerImage {
	position: absolute;
	top: 3px;
	left: 267px;
	border: 0px;
overflow:hidden;
}

#communityBusinessImage {
	position: absolute;
	top: 24px;
	left: 477px;
	border: 0px;
overflow:hidden;
}


#collegiateImage {
	position: absolute;
	top: 3px;
	left: 741px;
	border: 0px;
overflow:hidden;
}

#producerContent, #communityBusinessContent, #consumerContent,#collegiateContent {
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;
}

#collegiateContent {

	width: 208px;
	top: 246px;
	left: 738px;
}

#leftSide 
{
	display:none;
}


ul {
	text-align: left;
	padding: 0px 0px 0px 20px;	
	margin: 0px;
	font-size: 1em;
}


li {
line-height:.75em;
}

 #content li a {
	font-size: 1em;
}


#footer {
margin: 75px 0px 20px 0px;
}
