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

body {
	background-image: url(images/ksflbgrnd.jpg);
	background-repeat: repeat;
}
.imageR {
	float: right;
	height: auto;
	width: auto;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 25px;
}
#navbar ul li {
	text-align: center;
	display: inline;
	font-size: x-large;
	font-weight: bolder;
	margin-right: 5px;
	margin-left: 5px;
	background-image: none;
	padding-right: 5px;
	padding-left: 5px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
#container #navbar {
	background-image: url(images/ksfllinks.jpg);
	height: 50px;
	width: 1000px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

#maincontent {
	height: auto;
	width: auto;
	float: none;
}
#content {
	float: none;
	width: 515px;
	margin: 25px;
}

#column {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: ridge;
	border-top-color: #7A4035;
	margin: 15px;
	padding: 10px;
	width: 150px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	float: left;
}
#maintext {
	float: left;
	width: 500px;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 10px;
}
#footer {
	clear: both;
	width: 967px;
	padding: 5px;
	border: thin groove #71372B;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	font-size: small;
	font-weight: normal;
	text-align: right;
	background-image: url(images/ksfllinks.jpg);
}
.leftcol {
	float: left;
	height: auto;
	width: 250px;
	margin-right: 5px;
}
.rightCol {
	float: right;
	height: auto;
	width: 250px;
	margin-left: 5px;
}
