#rightColumn {
	background-color : #DDEAEC;
	color : #6E4320;
}

#rightColumn h1 {
	background-color : #37939B;
}


#rightColumn .content {
	color : #7D7C7C;
}

.materials {
	background-color : #DDEAEC;
	padding : 5px;
	float : right;
	width : 200px;
	margin-left : 15px;
}

.materials b {
	margin-bottom : 4px;
	display : block;
}

.materials a {
	color : #7D7C7C;
}

#gamesNav, #gamesNav a {
	background-color:#bbac80;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-transform:uppercase;
	color:#373635;
}

#gamesNav a:hover, #gamesNav a.active {
	color:#184f10;
	
}

.original {
	width:385px;
	float:left;
}

.difference {
	width:385px;
	float:right;
	position:relative;
}

.circle, .incorrect {
	position:absolute;
	display:none;
}


.incorrect div {
	background-color:#b73327;
	opacity:.7;
	color:white;
	padding:5px;
	width:90px;
	position: absolute;
	left:15px;
	top:5px;
	font-size:9px;
}


