/* CSS Document */

/* Main Formatting*/

body {
	background-image: url(../images/ACGrass.jpg);
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000
}

h6 {
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	color: #000000
}

.sidebartitle {
	font-size: 16px;
	font-weight: bold;
	background-color: #FF0000;
	text-align: center
}

.thumb {
	width: 100px;
	height: 150px;
	padding: 10px;
	text-align: center;
	float: left
}

.acre_thumb {
	width: 100px;
	height: 100px;
	padding: 10px;
	float: left
}

.imagecount {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #000000
}

/* Content Formatting*/

#sidebar {
	position: absolute;
	left: 20px;
	top: 235px;
	width:150px;
	padding: 5px;
	background-color: #63FB63;
	border-width: 3px;
	border-color: #000000;
	border-style: solid
}

#main {
	position: absolute;
	top: 235px;
	left: 195px;
	width: 795px;
	padding: 5px;
	border-width: 3px;
	border-style: solid;
	border-color: #000000;
	background-color: #99FF99
}

#header {
	position: absolute;
	top: 25px;
	left: 20px;
	width: 800px;
	height: 200px
}