.container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	width: 975px;
	position: relative;
}

#crop-reports-header {
	background: url(/images/plant_header.jpg) no-repeat;
	height: 179px;
	width: 975px;
	position: relative;
	z-index: 0;
}

#crop-reports-logo {
	position: absolute;
	top: -5px;
	left: 392px;
	width: 191px;
	height: 127px;
	display: block;
	background: url(/images/logo_sml.jpg) no-repeat;
}

#navbar {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 975px;
	float: left;
	background: none;
	z-index: 10;
}

#navbar a {
	display: block;
	padding: 5px 31px;
	text-decoration: none;
	color: #414141;
}

#crop-reports-navbar {
	position: absolute;
	top: 146px;
	left: 0px;
}

#crop-reports-body {
	width: 937px;
	padding-bottom: 20px;
}

#crop-reports-cell-1 {
	width: 372px;
	padding-right: 18px;
}

#crop-reports-cell-2 {
	width: 529px;
	height: 602px;
	padding-left: 18px;
	border-left: 1px solid rgb(158, 158, 158);
	border-bottom: 1px solid rgb(158, 158, 158);
}

#crop-reports-report {
	width: 937px;
	border-top: 1px solid rgb(158, 158, 158);
	margin: 0px auto 5px;
	padding-top: 20px;
}