/*Harvest Template Specific CSS Elements*/
body {
	margin: 0px;
}
.nav {
	font-size: 1px;
}
#logo {
	position: absolute;
	visibility: visible;
	z-index: 3;
	left: 13px;
	top: 5px;
	height: 110px;
	width: 360px;
}
#top_image {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 110px;
	width: 288px;
	z-index: 2;
}
.small {
	font-size: 10px;
}
.main_cell {
	border-top-width: 9px;
	border-top-style: solid;
	border-top-color: #EEEDE5;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 0px;
}

