html {
	}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #A6BBBC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #E4D4B2;
	height: auto;
}
	#container { 
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #E4D4B2;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	
} 

h1 {color: #000;
font-size:24px;
	
	}
h2 {font-size:18px;
}
	
h3 {color: #C00000;
font-style:oblique;

}

h4 {
	color:#000;
	font-size:14px
}

p {color:#000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#header {
	padding: 0 10px;
	
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#td {
	border-bottom:#C00000 medium;
}
 #navigation {
	float: left; 
	width: 12em; /* since this element is floated, a width must be given */
	background-image:url(../images/wood%20fence.jpg) fixed no=repeat;
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	border-top: #C00000;
	border-top-width: medium;
	}
	
  #navigation h2 {
	 font-size:18px;
	 
  }
 #navigation h3, p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
 #navigation ul {
	 font-size:12px;
	font-weight:bold;
	
}
 
a:link {color:#E4D4B2;
	text-decoration:none;
		
}
a:visited {
	color:thistle;
	text-decoration:none;
	
}
a:hover {
	color:lightskyblue;
	text-decoration:underline;
	
}

a:active {
	color:#6CF;
	text-decoration:underline;
	
}



#mainContent {
	border-top: #C00000;
	border-top-width: medium;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0em;
	height: 600px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

#mainContent ul {
	list-style: disc;
	font-size:10px;
	font-style:oblique;
	font-weight:bold;
	color:#000;
}

.content a:link {color:#C00000;
text-decoration:underline;
		
}

.content a:visited {
	color: #C00000;
	text-decoration:underline;
	}
	
.content a:hover {
	color:indigo;
	text-decoration:underline;
	
	
}

.content a:active {
	color:seagreen;
	text-decoration:underline;	
}
#links {
	background-image:url(../images/cloth039.jpg);
	border-style:ridge;
	border:double;
	border-color:#C00;
	border-width:medium;
	font-size:x-small;
	font-weight:bolder;
	width:90%;
	height:inherit;
	list-style-image:url(../images/Star2.gif);
	float:center;
	margin:10px;
	padding:6px;
}
#sitemap {
	border-style:ridge;
	border:double;
	border-color:#C00;
	border-width:medium;
	font-size:x-small;
	font-weight:bolder;
	width:90%;
	height:auto;
	float:center;
	margin:10px;
	padding:6px;
}
	
	
	
	

 #footer {
	background-color: #E4D4B2;
	color:#000;
	height: auto;
	width: auto;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	list-style:none;
	font-size:xx-small;
	font-weight:bold;
	list-style-position:outside;
	list-style-type:none;
	
	
	}
	
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:xx-small;
	text-align:left;
	font-weight: bold;
	color: #000;	
		
	}
	#footer ul {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:xx-small;
	text-align:left;
	font-weight: bold;
	color: #000;	
	list-style-position:outside;
	list-style: none;
	list-style-type:none;
	}
	
#email 	{ background-image:url(../images/cloth039.jpg);
border-style:ridge;
border:double;
border-color:#C00;
border-width:medium;
width:85%;
height:85%;
list-style-image:url(../images/Star2.gif);
float:center;
margin:25px;
padding:10px;

}
	
hr {
  border: 0;
  width: 100%;
  color:#C00;
  background-color:#C00;
  height: 4px;
  
}
#farmer h4 {color:#C00;
}

	

#main {
	background-image:url(../images/autumnleaves2.jpg);
	font-size:10px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
#cal3Container {float: left;
margin:20px, 20px, 20 px, 20px;
padding:inherit;

}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

