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

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #50781C;
	background-image: url(graphics/mainBgd.jpg);
	background-repeat: no-repeat;
}

#container {
	margin: 0px auto;
	padding: 0px 0px 20px;
	width: 950px;
	text-align: left;
	overflow: auto;
}

#header {
	height: 320px;
	margin-bottom: 5px;
}

#leftSide {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 230px;
}

#nav {
	background-color: #9CAD1C;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav li {
	display: block;
	margin: 0px;
	padding: 10px;
	border-bottom: 1px solid #50781C;
}

#nav li.selected a{
	color: #085191;
}

#nav a {
	font-family: Georgia, "Palatino Linotype", "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	color: #EAF7E6;
	text-decoration: none;
}

#nav a:hover {
	color: #50781C;
}

#content {
	margin: 0px 0px 0px;
	padding: 0px 20px 0px 20px; /*The more padding on the left or right means a reduction in the width. Add 10px here and subtract 10px from the width in line below*/
	width: 660px;
	float: right;
	font-family: Georgia, "Palatino Linotype", "Times New Roman";
	background-image: url(graphics/contentBgd.jpg);
	background-repeat: repeat-y;
}

#FOF_sponsorTitle img {
	float: right;
}

#thumbContainer {
	width: 625px;
}

#footer {
	margin: 0px;
	padding: 0px;
	background-image: url(graphics/footerBgd.jpg);
	background-repeat: no-repeat;
	height: 100px;
}

#footerContainer {
	margin: 0px auto;
	width: 950px;
	height: 70px;
	font-family: Georgia, "Palatino Linotype", "Times New Roman";
	color: #EAF7E6;
	font-size: 12px;
	background-image: url(graphics/footerContainer.jpg);
	background-repeat: no-repeat;
}

#footer a {
	color: #EAF7E6;
}

.contentTopBtm {
	margin: 0px;
	padding: 0px;
	width: 700px;
	float: right;
}

.websiteBy {
	float: left;
	width: 300px;
	text-align: left;
	margin: 15px 10px 10px;
}

.copyright {
	float: right;
	width: 100px;
	margin: 15px 10px 10px;
}

h2 {
	color: #085191;
	font-family: Georgia, "Palatino Linotype", "Times New Roman";
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.gallery {
	margin: 0px;
	padding: 5px;
	display: inline;
}

.galleryThumbs {
	margin: 0px;
	padding: 0px 10px 10px;
	float: left;
}

/*home page only*/
#sponsorshipPhotos {
	float: left;
	margin-right: 15px;
}

.and {
	font-family: Georgia, "Palatino Linotype", "Times New Roman";
	color: #085191;
}