/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
	position:relative;
	height:100%;
}
body {
	position:relative;
	height:100%;
	background-color:#5b9212;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}
h1, h2, h3{font-weight:normal;}

#clear_column {
	clear:both;
}
#container{
	background-color:#FFFFFF;
	background-image:url(images/mainbg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#wrapper{
	position:relative;
	width:960px;
	margin:0 auto;
	text-align:left;
}
#header{
	position:relative;
	width:960px;
	height:86px;
	z-index:500;
}
#logo_container{
	float:left;
	height:86px;
	width:213px;
}
#menu_container{
	height:86px;
	width:740px;
	float:right;
}
#wheat{
	height:43px;
	width:960px;
	/*background:url(../images/wheat.gif) bottom right no-repeat;*/
}
#banner{
	position:relative;
	height:349px;
	width:960px;
	background-color:#f5f5f5;
}
#content{
	position:relative;
	width:960px;
	padding-top:14px;
	padding-bottom:50px;
}
#content p{
	line-height:22px;
}
#column_left{
	position:relative;
	width:564px;
	float:left;
	border:1px solid #FF0000;
}
#column_right{
	position:relative;
	width:378px;
	float:right;
	border:1px solid #0000FF;
}
.texture{
	padding:12px;
	background:url(../images/texture.jpg) top left repeat;
	margin-bottom:10px;
}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	width:100%;
	height:95px;
	background:url(../images/footerbg.jpg) top center no-repeat;
	background-color:#5b9212;
}
#footer_content{
	margin:0 auto;
	padding-top:50px;
	width:960px;
}
#footer_copy{
	float:left;
	font-size:11px;
	color:#fdfdfd;
}
#footer_plujo{
	float:right;
	font-size:11px;
	color:#315203;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:21px;
}
#footer_plujo span{
	background:url(../images/tractor.gif) top left no-repeat;
	display:block;
	height:24px;
	width:31px;
	margin-right:10px;
	float:left;
}
#footer_plujo a:link,
#footer_plujo a:visited,
#footer_plujo a:hover{
	font-size:11px;
	color:#315203;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-weight:normal;
}
/* ***************************************************************************** */
/* LOGO */
#logo {
	position:relative;
}
/* ***************************************************************************** */
/* EXCERPTS */
.html {
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* SNIPPETS */
.snippet_horizontal {
	float:left;
	width:142px;
	margin-right:2px;
	margin-left:2px;
}
.snippet_vertical {
	margin-bottom:5px;
}
.snippet table {
	width:100%;
}

/* MISC */

:focus {outline:none;}



