/** Featured Games Page Formatting **/
div.consoleFeaturedGames
{
	clear: both;
}

div.featuredGame 
{
	clear: both;
}

div.featuredGame img.gameImage
{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	width: 100px;
	height: 142px;
}

div.featuredGame p.gameName
{
	font-weight: bold;
}

div.featuredGame p.gameDescription
{
}