.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
#container {
	width: 955px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#header {
	width: 955px;
	margin-bottom: 0px;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	height: 174px;
	text-align: left;
}
#content {
	height: auto;









































	filter: filter
:alpha(opacity=75);
	width: 955px;
	background-color: #000;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(../images/football.jpg);
	border: 2px solid #000;
	padding: 0px;
}

#navbar {
	color: #000;
	text-align: center;
	background-color: #FFF;
	height: 18px;
	width: 955px;
	text-decoration: none;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
}
#navbar ul {
	list-style-type: none;
	text-decoration: none;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-style: normal;
	line-height: normal;
	display: inline;
}
#navbar li {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#navbar a {
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}


#lowerbar {
	height: auto;
	width: 955px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	float: left;
}

#ticker {
	width: 400px;
	height: 200px;
	text-align: center;
	margin: auto;
}

#footer {
	width: auto;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	margin-top: 10px;
	height: auto;
	clear: both;
}
#copyright {
	width: auto;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	margin-top: 10px;
	height: auto;
}
#container #copyright p a {
	color: #00F;
}


#leftpicturediv {
	width: 200px;
	float: left;
	padding-bottom: 90px;
}
