* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
html { height: 100%; }
html, body { background: #649259 url('../gfx/bg-grass.jpg') no-repeat center top fixed; }
body {
	font: 24px/30px Calibri, CalibriWeb, Arial, Helvetica, sans-serif;
	color: #333;
}
a {
	font-weight: bold;
	color: #555;
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:hover { border-bottom-style: solid; }
p { margin: 8px 0; }
h1, h2, h3 { color: #fff; }
h1 { font-size: 48px; line-height: 48px; margin: -5px 0 5px;  }
h2 { font-size: 28px; line-height: 32px; }
h3 { font-size: 24px; line-height: 24px; }
.wrapper {
	width: 960px;
	margin: 0 auto;
}
.header {
	margin: 20px 0;
	background: url('../gfx/bg-75.png');
	height: 78px;
	padding: 6px 10px;
}
.logo { border: 0; }
.football {
	position: absolute;
	margin: -19px 0 0 800px;
}
.fl_menu {
	width: 230px;
	background: url('../gfx/bg-50.png');
	float: left;
	margin-right: 10px;
}
.fl_menu a {
	color: #fff;
	display: block;
	border: 0;
	font-size: 28px;
	padding: 15px 10px;
}
.fl_menu a:hover { background-color: #fff; color: #333; }
.fl_menu ul a { font-size: 22px; padding: 10px 10px 10px 30px; }
.mainbox {
	width: 720px;
	background: url('../gfx/bg-50.png');
	float: left;
}
.content {
	float: left;
	width: 460px;
	padding: 10px;
}
.box {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
	padding: 0 10px;
	font-weight: bold;
	border: 1px solid #fff;
}
.box h2 a { border: 0; position:relative; top: 3px; }
.box a { color: #fff; }
.box a:hover { color: #eee; }
.box1 { background: url('../gfx/bg-box1.jpg'); }
.box2 { background: url('../gfx/bg-box2.jpg'); }
.rhs {
	float: left;
	width: 220px;
	padding: 10px;
}
.footer {
	clear: both;
	font-size: 16px;
	line-height: 24px;
	text-align: right;
	color: #fff;
	padding: 10px 0 20px;
}
.footer a { color: #fff; }
.cms_imgleft { border-color: #fff; }
.fl_mailform {
	font-size: 14px;
	font-weight: bold;
}
.fl_mailform input, .fl_mailform textarea { 
	margin-right: 5px;
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px dotted #ccc;
	color: #333;
}
#mailspamcode { width: 330px; }
.fl_mailform input.emailsub { width: auto; float: right; font-weight: bold; }
.fl_mailform input:hover, .fl_mailform textarea:hover {
	border-style: solid;
	background-color: #fff;
}
.fl_mailform input:focus, .fl_mailform textarea:focus {
	border: 1px solid #999;
	background-color: #f6f6f6;
}
.featdonation {
	background: #ffd;
	border: 1px solid #ddd;
	padding: 5px;
	min-height: 87px;
	height: auto!important;
	height: 87px;
}
blockquote { margin-left: 30px; }
