@charset "UTF-8";
#background {
	background-color: #000;
	background-image:url(images/background.jpg);
	background-repeat: no-repeat;
}
#content {
	width: 850px;
	position: absolute;
	top:0px;
	left:65px;
	background-color:#FFF;
	z-index: 1;
	border: 1px solid #000;
	text-align: left;
}

#header {
	background-color: #FFF;
	position: relative;
	z-index: 2;
	height: 200px;
	width: 850px;
	top: 0px;
}

#toolbar {
	background-color: #000;
	position:relative;
	z-index:3;
	top:0px;
	height:30px;
	width:850px;
	
}


#main {
	background-color: #FFF;
	position: relative;
	z-index: 4;
	width: 850px;
	
}

.topnavbar a {
	display:block;
	width:150px;
	height:30px;
	background: url(images/buttons/topnav.jpg) 0 0 no-repeat;
	color:#FFF;
	font-size:17px;
	text-align:center;
	text-decoration:none;
	letter-spacing:1px;
	line-height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.topnavbar a:hover {	
	background-position: 0 -30px;
	vertical-align:middle;
    color:#000;
	font-size:17px;
	text-align:center;
	text-decoration:none;
	letter-spacing:1px;
	line-height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.topnavbaron a {
	display:block;
	width:150px;
	height:30px;
	background: url(images/buttons/topnav.jpg) no-repeat;
	background-position: 0 -30px;
	color: #000;
	font-size:17px;
	text-align:center;
	text-decoration:none;
	letter-spacing:1px;
	line-height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
	
.sidenavbar a {
	display:block;
	width:150px;
	height:30px;
	background: url(images/buttons/sidenav.jpg) 0 0 no-repeat;
	color:#000;
	font-size:17px;
	text-align:center;
	text-decoration:none;
	letter-spacing:1px;
	line-height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.sidenavbar a:hover {	
	background-position: 0 -30px;
	vertical-align:middle;
    color:#000;
	font-size:17px;
	text-align:center;
	text-decoration:none;
	letter-spacing:1px;
	line-height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
	
.sidenavbaron a {
	display:block;
	width:150px;
	height:30px;
	background: url(images/buttons/sidenav.jpg) 0 0 no-repeat;
	background-position: 0 -30px;
	color:#000;
	font-size:17px;
	text-align:center;
	text-decoration:none;
	letter-spacing:1px;
	line-height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	text-align:center;
	color: #900;
	font-size:22px;
}

h2 {
	color: #000;
	font-size:20px;
}

h3 {
	color:#900;
	font-size:16px;
}

p {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

.farmname {
	color:#000;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}

.text {
	color:#030;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	
}

.bold {
	font-weight:bold;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
}
.reg {
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
}

.underline {
	color:#900;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
}
