@charset "utf-8";
/* CSS Document */

#container {
	width: 968px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	background-color: #FFFFFF;
}#banner {
	background-image: url(../images/CottonLandScape.jpg);
	height: 144px;
	width: 968px;
}
#navigation {
	height: 25px;
	width: 968px;
}
#main_content {
	height: 900px;
	width: 968px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.photoleft {
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 50px;
}
#footer {
	height: 210px;
	width: 968px;
}
.location {
	font-family: "Times New Roman", Times, serif;
	margin-top: 5px;
	margin-bottom: 5px;
}

