body{
	padding: 0px;
	margin: 0px;
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed;
	background-image: url(pics/farm-backgd.jpg);
	background-color: #AF9481;
}

h1{
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
	color: #900;
	font-variant: normal;
}
h2{
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
}
h3{
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
	color: #900;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
}
ul {
	list-style-type: square;
	list-style-position: outside;
}
.small{
	font-size: .75em;
}

a:link{
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
a:visited{
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
a:active{
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
 
a:hover {
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
}

div#container{
	width:900px;
	margin: auto;
}
div#header{
	background-image: url(pics/title.png);
	background-repeat: no-repeat;
	height: 125px;
	width: 900px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: bottom;
	margin-bottom: 0px;
}
div#content-top{
	width: 900px;
	height: 26px;
	padding: 0px;
	background-image: url(pics/container-top.png);
	background-repeat: no-repeat;
}

div#content{
	width: 860px;
	height: auto;
	color: #333333;
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.75em;
	background-image: url(pics/container-back.png);
	background-repeat: repeat-y;
	padding: 20px;
}
div#home{
	background-image: url(pics/home-collage.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
div#inside{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;

}
div#nav{
	font-weight: bold;
	text-decoration: none;
	top: 0px;
	font-variant: small-caps;
	text-align: center;
	height: 77px;
	width: 900px;
	font-family: "Comic Sans MS", cursive;
	font-size: 0.9em;
	color: #333;
	background-image: url(pics/nav-back.png);
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	background-repeat: no-repeat;
}

	
div#footer{
	clear:both;
	text-align:center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-weight: normal;
	width: 900px;
	height: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
div#form{
	background-image: url(images/collage.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 850px;
}
.cell-H {
	background-image: url(pics/cell-H.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 280px;
	text-align: center;
	vertical-align: middle;
}
.cell-V {
	background-image: url(pics/cell-V.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 360px;
	text-align: center;
	vertical-align: middle;
}
.cell-writ {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #333333;
	letter-spacing: 0.125em;
	text-align: center;
}
.cursive {
	font-style: italic;
	font-family: "Lucida Handwriting", "Lucida Calligraphy";
	font-weight: bold;
	font-size: large;
}
.smaller {
	font-size: 9px;
}
