html, body {
	height: 100%;
} 

body{
	background: #70B2B0;
	font: 13px tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;	
}

img{
	border: 0px;
}

hr{
	color: #C60009;
	background-color: #C60009;
}

#container{
	position: relative;
	top: 0px;
	bottom: 0px;
	min-width:800px;
	width:800px;
	min-height: 100%;
	height: 100%;
	margin: auto;
	line-height: 130%;
	background-color: transparent;
}

#header{
	height: 102px;
	margin: 0;
	padding: 0;	
	background: #fff url("../images/header.jpg") no-repeat right top;
}

#header h4 {
  color: #894d12;
  float: right;
  font-size: 14px;
  margin: 30px 20px 0px 0px;
  text-align: right;
}

#content{
	padding: 0;
	font: 14px tahoma, arial, sans-serif;
	color: #fff;
}

#footer{
	clear: both;
	padding: 50px 0 50px 0;
	text-align: center;
	color: #ffdab6;
}

#calendar{
	width: 100%;
}

#cropcalendar{
	background: url("../images/cropcalendar_background.gif") no-repeat left top;
	height: 400px;
	padding-top: 100px;
}

#aboutus{
	width: 410px;
	height: 300px;
	float: right;
	background: url("../images/aboutus.jpg") no-repeat left top;
	color: #894d12;
}

#pickyourown{
	list-style-type: none;
}

#fader{
	padding: 0;
	width: 340px;
	float: left;
}

#directions
{
    position: relative;
    top: 20px;
	clear: both;
	background: url("../images/directions.jpg") no-repeat left top;
	height: 100px;
	color: #894d12;
	padding: 64px 0 0 40px;
}

#store{
	float: left;
	height: 150px;
	width: 340px;
	padding: 55px 0 0 10px;
	margin: 20px 0 0 0;
	background: url("../images/storeinabarn.jpg") no-repeat left top;
	color: #894d12;
}

#prices{
	border: 1px solid #000;
	border-collapse: collapse;
}

#login
{
	background: url("../images/login.gif") no-repeat 10px top;
	height: 200px;
	padding: 50px 0 0 300px;
	color: #000000;
}

#editor
{
	float: left;
}

#instructions
{
	background: url("../images/instructions.gif") no-repeat top left;
	height: 500px;
	width: 160px;
	float: right;
	color: #000000;
	padding: 55px 10px 0 10px;
}

#notify
{
	clear: both;
	height: 20px;
}

.loginbutton
{
	position: relative; 
	left: 100px;
}

.pyocrops li{
	display: inline;
}

.pyocrops li a{
	padding-right:10px;
	color: #894d12;
}

.tours li{
	display: inline;
}

.tours li a{
	padding-right: 10px;
	color: #894d12;
}

.aboutus{
	padding: 50px 10px 0 10px;
}

.centered{
	width: 100%;
	text-align: center;
}

.crop{
	font-weight: bold;
	font-size: 15px;
	color: #894d12;	
}

.pricecrop{
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	border: 1px solid #000;
	background-color: #70B2B0;
}

.months{
	font-weight: bold;
	font-size: 15px;
	color: #894d12;
}

.floatright{
	float: right;
	border: 2px solid #fff;
	margin-left: 10px;
	margin-right: 50px;
}

.floatleft{
	float: left;
	border: 2px solid #fff;
	margin-right: 10px;
	margin-left: 20px;
}

.floatleft_noborder{
	float: left;
	margin-right: 10px;
	margin-left: 20px;
}

.floatright_noborder{
	float: right;
	margin-right: 10px;
	margin-left: 20px;
}

.clear{
	clear: both;
}

.headertext{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	background-color: #fff;
	width: 100%;
	color: #894d12;
	padding: 10px 0 10px 0;
	clear: both; 
}

.priceheader{
	font: 13px tahoma, arial, sans-serif;
	font-weight: bold;
	border: 1px solid #000;
	color: #894d12;
}

.price{
	font: 13px tahoma, arial, sans-serif;
	border: 1px solid #000;
	color: #894d12;
}

.paragraphheading{
    width: 200px;
}

.paragraphtext{
    width: 400px;
    height: 400px;
}
.recipe{
	text-decoration: underline;
	text-size: medium;
	color: #fff;
}