/* Sports CSS Document */

body {
	background: #b59e5e URL('images/sports_bg.jpg') top center repeat-x;
}

#home a {
	background: url(images/home_sports.png) no-repeat;
	width: 81px;
	height: 49px;
	float: left;
}

#home a:hover {
	background-position: 0% -49px;
}

#news a {
	background: url(images/news_sports.png) no-repeat;
	width: 63px;
	height: 49px;
	float: left;
}

#news a:hover {
	background-position: 0% -49px;
}

#sports a {
	background: url(images/sports_sports.png) no-repeat;
	width: 68px;
	height: 49px;
	float: left;
}

#sports a:hover {
	background-position: 0% -49px;
}

#business a {
	background: url(images/business_sports.png) no-repeat;
	width: 87px;
	height: 49px;
	float: left;
}

#business a:hover {
	background-position: 0% -49px;
}

#obituaries a {
	background: url(images/obituaries_sports.png) no-repeat;
	width: 88px;
	height: 49px;
	float: left;
}

#obituaries a:hover {
	background-position: 0% -49px;
}

#community a {
	background: url(images/community_sports.png) no-repeat;
	width: 105px;
	height: 49px;
	float: left;
}

#community a:hover {
	background-position: 0% -49px;
}

#publicrecords a {
	background: url(images/publicrecords_sports.png) no-repeat;
	width: 113px;
	height: 49px;
	float: left;
}

#publicrecords a:hover {
	background-position: 0% -49px;
}

#contact a {
	background: url(images/contact_sports.png) no-repeat;
	width: 105px;
	height: 49px;
	float: left;
}

#contact a:hover {
	background-position: 0% -49px;
}

#communityscoop a {
	background: url(images/communityscoop_sports.png) no-repeat;
	width: 150px;
	height: 49px;
	float: left;
}

#communityscoop a:hover {
	background-position: 0% -49px;
}

#classifieds a {
	background: url(images/classifieds_sports.png) no-repeat;
	width: 90px;
	height: 49px;
	float: left;
}

#classifieds a:hover {
	background-position: 0% -49px;
}

#bar {
	background: url(images/bar2_sports.png) no-repeat;
	width: 129px;
	height: 49px;
	float: left;
}



