/*Index CF CSS Document */

body{
	background-color: #000000;
	font-size:76%;
	
}

#wrapper{
	background-color: #000000;
	width:763px;
	margin-left:0px;
	background-image: url(../img/topbanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	/*border: 1px solid #ffffff; */
	
}

#content{
	margin-top: 200px;
	margin-left: 50px;
	width:650px;

	/* background-image: url(../img/bg_wtile.gif); */
	/* background-repeat: repeat; */
	overflow:auto;

}

#content p{                                                   /* p tag within content area */
	font: normal 1em Arial, Helvetica, sans-serif;            /* font type, size - 1em */
	color: #ffffff;                                           /* font color is black */
	
}

#content h2{
	font: italic bold 24px Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align:center;		
}

#content h3{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #640333;
	text-align: left;
	
}



.centertext{
	text-align: center;
}


#address{                                                 /* Cosyland Farms address on index page */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align:center;
	color: #ffffff;
	
}

#indexfooter{                                                 /* footer on index page*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align:center;
	color: #000000;
	margin-left:130px;
}

.charbon1{                                                /* Photo of Charbon on index page */
	width:300px;                                          /* Photo width */
	height:304px;                                         /* Photo height */
	border:none;                                          /* No border around photo */
}


.links{
	background-color:#000000;
	color:#ffffff;
}

.links a:link, .link a:visited{
	background-color:#000000;
	color:#ffffff;
}

.links a:hover, .links a:active{
	background-color: #000000;
	color:#E9E589;
}

#summary{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align:center;
	color: #000000;
	margin-top: 15px;
	margin-left: 130px;	
}

/* Photos on About Us page */

.mikepatright{
	float:right;
	margin:left: 10px;
	margin:botton: 3px;
	width:225px;
	height:166px;
}
