@charset "utf-8";
/* CSS Document */
* {
	outline: none;
}
body {
	background-image: url(../images/home_new_background.jpg);
	background-repeat: repeat-x;
	background-color: #393939;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/container_bg.jpg);
	background-repeat: no-repeat;
	height: 720px;
	padding: 0px;
}
#homecopy {
	`font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 610px;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}
#navigation {
	padding-top: 145px;
	height: 209px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}
#footerwrapper {
	height: 70px;
	width: 575px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer_background.jpg);
	background-repeat: no-repeat;
}
#footernav {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-top: 18px;
	padding-left: 158px;
	padding-bottom: 20px;
	line-height: 18px;
}
#copyright {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 375px;
	float: left;
	padding-left: 6px;
}


#footernav a:link, #footernav a:visited {
	color: #666666;
	text-decoration: none;
}

#footernav a:hover, #footernav a:focus {
	color: #ffffff;
	text-decoration: none;
}
#phone {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 120px;
	float: right;
	padding-right: 6px;
	text-align: right;
}

#football_link {
	width: 480px;
	float: left;
	padding: 0px;
	margin: 0px;
	position: relative;
}
#st_link {
	width: 480px;
	float: right;
	padding: 0px;
	margin: 0px;
	position: relative;
}
.visible_image, .rollover_image {
	position:absolute;
	top: 0px;
	left: 0px;
	cursor:pointer
	}
