#sidebar {
	height: 74px;
}
html>body #sidebar {
	height: auto;
	min-height: 74px;
}
#contentcontainer {
	/*padding: 35px 0 0;*/
}

#boxcontainer {
	background: #FFF url(../images/home/boxbg.gif) bottom left no-repeat;
	margin-bottom: 35px;
	width: 850px;
}

#box1, #box2, #box3 {
	width: 276px;
	font-size: 13px;
}

#box1 {
	float: left;
	margin-right: 11px;
}
#box2 {
	float: left;
}
#box3 {
	float: right;
}

#box1 h3, #box2 h3, #box3 h3 {
	width: 276px;
	height: 41px;
	margin: 0;
	padding: 0;
}
#box1 h3 {
	background: #878B73 url(../images/home/photogallery.gif) top left no-repeat;
}
#box2 h3 {
	background: #074658 url(../images/home/farminghistory.gif) top left no-repeat;
}
#box3 h3 {
	background: #BA542C url(../images/home/featuredjobs.gif) top left no-repeat;
}
#box1 h3 span, #box2 h3 span, #box3 h3 span {
	display: none;
}
.padme {
	padding: 14px;
}
#box3 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#box3 li {
	margin: 0;
	padding: 0 0 8px;
}
#box3 li a {
	display: block;
	text-decoration: none;
}
#box1 p, #box2 p, #box3 p {
	margin: 0;
	padding: 0;
}
#box1 img, #box2 img, #box3 img {
	float: left;
	margin: 0 14px 14px 0;
}
#box1 a, #box2 a {
	text-decoration: none;
}
