body  {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Sans;
	background: #E6E8E4 url(images/bg_loop.gif) repeat-y 50% 0;
}

#container  {
	width: 715px;
	margin: 0 auto;
	text-align: left;
}

/* ------------ Various Tops and Header Rules ----------- */

#top {
	width: 715px;
	height: 99px;
	margin: 0;
}

.home {
	background: url(images/top_home.jpg) no-repeat;
}

.story {
	background: url(images/top_story.jpg) no-repeat;
}

.team {
	background: url(images/top_team.jpg) no-repeat;
}

.farming {
	background: url(images/top_farming.jpg) no-repeat;
}

.contact {
	background: url(images/top_contact.jpg) no-repeat;
}

#header {
	width: 715px;
	height: 147px;
	margin: 0;
}

.page_header {
	padding: 15px 0 0 0;
}

/* ------------- Nav Rules -------------- */

#nav {
	float: left;
	display: inline;
	width: 670px;
	height: 14px;
	margin: 82px 0 0 45px;
}

#nav a {
	text-decoration: none;
	color: #fff;
}

#nav a:hover {
	color: #70A00C;
}

#nav a#active {
	color: #70A00C;
}

#nav a.pad {
	padding: 0 0 0 65px;
}

/* -------------- Content Rules -------------- */

#content {
	width: 715px;
	text-align: left;
	margin: 0;
	background: #fff;
	font-size: 11px;
	color: #333300;
}

* html #content {
	margin: -3px 0 0 0;
}

#content_left {
	float: left;
	width: 280px;
	margin: 0;
	background: url(images/left_bg.jpg) no-repeat;
}

#content_left a.left_link {
	display: block;
	float: right;
	display: inline;
	margin: 240px 25px 0 0;
	width: 40px;
	height: 20px;
}

#content_right {
	float: left;
	width: 435px;
	margin: 0;
	background: url(images/right_bg.jpg) no-repeat bottom right;
}

#content p {
	line-height: 22px;
	padding: 0px 30px 5px 30px;
}

#content p.box {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#content h3 {
	margin: 0 0 0 30px;
	font-size: 14px;
	color: #333300;
}

#content img.right {
	float: right;
	padding: 5px;
	border: 1px solid #e6e6e6;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
}

#content img.left {
	float: left;
	padding: 5px;
	border: 1px solid #e6e6e6;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}

/* ------------- Footer Rules ------------- */

#footer {
	clear: both;
	height: 40px;
	margin: 0 auto;
	background: url(images/footer_top.gif) no-repeat top;
}

#footer p {
	font-size: 11px;
	color: #333300;
	padding: 20px 0 0 0;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: #330000;
}

/* ---------- Rounded Boxes Rules ------------ */

.rbroundbox { background: url(images/rc/simple_background.gif) repeat; }
.rbtop div  { background: url(images/rc/simple_top_left.gif) no-repeat top left; }
.rbtop      { background: url(images/rc/simple_top_right.gif) no-repeat top right; }
.rbbot div  { background: url(images/rc/simple_bottom_left.gif) no-repeat bottom left; }
.rbbot      { background: url(images/rc/simple_bottom_right.gif) no-repeat bottom right; }
.rbtop div, .rbtop { width: 100%; height: 15px; font-size: 1px; }
.rbbot div, .rbbot { width: 100%; height: 15px; font-size: 1px; }
.rbcontent  { margin: 0 15px; }
.rbroundbox { width: 570px; margin: 15px 0 0 30px; }
.rbroundbox p, #realcontent .rbroundbox p { padding: 0; margin: 1em 0 0 0; }
	
#errorText ul, #errorText ul li {
	font-size: x-small;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Sans;
	color: #660000;
	padding: 5px;
	list-style-type: none;
	margin-top: 5px;
}
