.game {
	position: relative;
	width: 227px;
	height: 135px;
	overflow: hidden;
	background-color: #000000;
	margin-bottom: 8px;
}

.gameTitle {
	position: absolute;
	text-align: right;
	left: 40px;
	top: 0px;
	background-image: url(/static/21/img/games/template/titlebar.jpg);
	width: 187px;
	height: 34px;
	overflow: hidden;
	}

.gameTitle h2 {
	color: #ffffff;
	font-style:italic;
	font: bold 15px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 9px 15px 0px 0px;
	}
	
.gameHelp {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 40px;
	height: 34px;
	overflow: hidden;
	}

.gameHelp a:link, .gameHelp a:visited {
	color: #ffffff;
	font: bold 17px Arial, Helvetica, sans-serif;
	display: block;
	width: 10px;
	height: 27px;
	background-image: url(/static/21/img/games/template/help.jpg);
	text-decoration: none;
	color: #eeeeee;
	padding: 8px 14px 0px 16px;
	}
	
.gameHelp a:hover {
	color: #fe9915;
	background-image: url(/static/21/img/games/template/help-over.jpg);
	}
	
.gameImage {
	position: absolute;
	top: 34px;
	left: 1px;
	overflow: hidden;
	width: 227px;
	height: 69px;
	}
	
.gameP4fun {
	position: absolute;
	top: 103px;
	left: 0px;
	width: 111px;
	height: 32px;
	}

.gameP4fun a:link, .gameP4fun a:visited {
	color: #ffffff;
	font: bold 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(/static/21/img/games/template/play4fun-over.jpg);
	display: block;
	text-align: right;
	width: 95px;
	height: 26px;
	margin: 0px;
	padding: 6px 14px 0px 2px;
	}
	
.gameP4fun a:hover {
	background-image: url(/static/21/img/games/template/play4fun.jpg);
	}
	
.gameP4real {
	position: absolute;
	top: 103px;
	left: 111px;
	width: 116px;
	height: 32px;
	}
	
.gameP4real a:link, .gameP4real a:visited {
	color: #ffffff;
	font: bold 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: right;
	background-image: url(/static/21/img/games/template/play4real-over.jpg);
	display: block;
	width: 102px;
	height: 26px;
	margin: 0px;
	padding: 6px 14px 0px 0px;
	}
	
.gameP4real a:hover {
	background-image: url(/static/21/img/games/template/play4real.jpg);
	}
	

	
