/* @override http://www.americanfootball2011.com/_css/main.css */

/* Gregor Murth c 2010  */

/* @group Reset Basic Elements */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

/* @end */

/* @group Basis */



/* @end */

#container {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 600px;
	margin: 5px auto;
	padding: 5px;
}

#masthead img {
	position: relative;
	left:  50px;
}

h1 {
	padding: 18px 0;
	text-align: center;
	font-size: 1.4em;
	color: #19478c;
	font-style: italic;
	text-shadow: 1px 1px 4px #gray;
	filter: dropshadow(color=#, offx=2, offy=2);
}

#counterp {
	text-align: center;
	font-weight: bold;

}

p, ul, form, h2  {
	width: 450px;
	margin: 0 0 15px 75px;
	color: #5e5e5e;
}

#container h2 {
	clear: both;
		padding: 18px 0;
	text-align: center;
	font-size: 1.4em;
	color: #19478c;
	font-style: italic;
	text-shadow: 1px 1px 4px #gray;
	filter: dropshadow(color=#, offx=2, offy=2);
}

ul{
	margin-left: 95px;
}

#footer {
	clear: left;
	text-align: center;
	font-size: 0.7em;
	color: #797979;
}

form#subForm {
	clear: both;
}

form#subForm div{
	margin:  8px 0;
}

div.logofooter {
	margin: 55px 0 0 0;
}

div.logofooter img {
	height: 50px;
	margin-bottom: 15px;
}

div.button {margin: 0 0 15px 75px; }

div.inputsection {
	padding: 6px 0 2px;
}

fieldset {
	border: 1px solid gray;
	padding: 8px;
}

legend {
	padding: 8px;
	font-weight: 900;
}
p#facebook{
	clear:both;
	position: relative;
}


#facebook a {
	padding: 15px 0 45px 0;
	float: right;
	position: relative;
	right: 39%;
	top: 2%;
}

#facebook a img {
	width: 80px;
}
