@charset "utf-8";
	
img#logo {
	margin			: 10px 0 0 125px;	border			: 0;
}

#card{
	background		: url(/img/card.png) no-repeat;	float			: left;
	width			: 180px;	height			: 196px;
}

#card_baseball{
	background		: url(/img/card_baseball.png) no-repeat;	float			: left;
	width			: 180px;	height			: 196px;
}

#card_basketball{
	background		: url(/img/card_basketball.png) no-repeat;	float			: left;
	width			: 180px;	height			: 196px;
}

#card_football{
	background		: url(/img/card_football.png) no-repeat;	float			: left;
	width			: 180px;	height			: 196px;
}

#card_hockey{
	background		: url(/img/card_hockey.png) no-repeat;	float			: left;
	width			: 180px;	height			: 196px;
}

#card_golf{
	background		: url(/img/card_golf.png) no-repeat;	float			: left;
	width			: 180px;	height			: 196px;
}

#card_other-sports{
	background		: url(/img/card_other-sports.png) no-repeat;	float			: left;
	width			: 180px;	height			: 196px;
}

#card_non-sports{
	background		: url(/img/card_non-sports.png) no-repeat;	float			: left;
	width			: 180px;	height			: 196px;
}


/* displays little category icons */
.baseball_icon{
	background		: url(/img/baseball_icon.png) no-repeat;	padding			: 0 10px 10px 25px;
}

.basketball_icon{
	background		: url(/img/basketball_icon.png) no-repeat;	padding			: 0 10px 10px 25px;
}

.football_icon{
	background		: url(/img/football_icon.png) no-repeat;	padding			: 0 10px 10px 25px;
}

.golf_icon{
	background		: url(/img/golf_icon.png) no-repeat;	padding			: 0 10px 10px 25px;
}

.hockey_icon{
	background		: url(/img/hockey_icon.png) no-repeat;	padding			: 0 10px 10px 25px;
}

.soccer_icon{
	background		: url(/img/soccer_icon.png) no-repeat;	padding			: 0 10px 10px 25px;
}

.other_sports_icon{
	background		: url(/img/other_sports_icon.png) no-repeat;	padding			: 0 10px 10px 25px;
}

.non_sports_icon{
	background		: url(/img/non_sports_icon.png) no-repeat;	padding			: 0 10px 10px 25px;
}

#body_bottom{
	position		: relative;
	left			: 223px;
	background		: url(/img/body_bottom.png) no-repeat;	clear			: both;
	width			: 759px;
	height			: 61px;
	
}

