/*Harvest Template Specific CSS Elements*/
body {
	margin: 0px;
}
.color1 {
	font-size: 1px;
}
.color2 {
	font-size: 1px;
}
#logo {
	position: absolute;
	visibility: visible;
	z-index: 2;
	top: 5px;
	height: 110px;
	width: 360px;
	right: 30px;
}
#top_image {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	visibility: visible;
}
#top_buttons {
	position: absolute;
	z-index: 3;
	left: 200px;
	top: 131px;
	font-size: 12px;
	color: #666666;
	width: 280px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#top_buttons a {
	font-weight: bold;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
}
#top_buttons a:hover {
	text-decoration: underline;
}
.small {
	font-size: 10px;
}
.stretch {
	font-size: 1px;
}
.main_cell {
	padding: 10px 25px 15px 15px; 
}
