/** Game Detail and Reviews Page Formatting **/
div#gameInformation img.gameImage
{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	width: 100px;
	height: 142px;
}

p#backLink
{
	clear: both;
}

div#gameReviews
{
	border-top: 
	padding-top: 20px;
	clear: both;
}

div#gameReviews p.gameReview
{
	white-space: pre-wrap;
}


