#GamesDiv
{
	position: relative;
	width: 449px;
	height: 410px;
}
#GamesDiv img
{
	position: absolute;
	top:0;
	left:0;
	border: 0px;
}
#GamesDiv div
{
	font-family: Arial;
	font-size: 11px;
	color: rgb(54,54,54);
	position: absolute;
	width: 136px;
	/* text-align: justify;
	border: 1px solid red; */
}
#GamesDiv h3
{
	font-family: Verdana;
	font-size: 19px;
	color: rgb(92,95,4);
	font-weight: normal;
	padding:0;
	margin:0;
	position: absolute;
	top:12px;
	left:10px;
}

#GamesDiv div.TopRow
{
	top:138px;
}

#GamesDiv div.BottomRow
{
	top:326px;
}

#GamesDiv div.LeftCol
{
	left:10px;
}

#GamesDiv div.CenterCol
{
	left:156px;
}

#GamesDiv div.RightCol
{
	left:303px;
}

#DrAnswerWrapper
{
	width: 253px;
	height: 405px;
	background: no-repeat url(../../uploads/2010/01/DrAnswer1.png);
	position: relative;
}

.DrAnswer
{
	position: absolute;
	right: 30px;
	width: 110px;
	text-align: right;
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px;
}
.DrAnswer, .DrAnswer a, .DrAnswer a:hover
{
	color: rgb(182,95, 31);
	font-weight: bold;
	text-decoration: none;
}

