.cards2{
	background:url(../images/75opacity.png);
	padding:20px;
	width:455px;
	min-height:320px;
	float:left;
	display:inline;
	position:relative;

	-moz-border-radius-topleft: 15px; 
	-moz-border-radius-topright: 15px; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px;
}
.cards2.clr{
	background:#ffffff;
}
.cards2.bg{
	background:url(../about/images/kidsbg.jpg) #FFFFFF no-repeat top;
}

.cards2.alt{
	margin-left:10px;
}

.cards5{
	background:url(../images/75opacity.png);
	padding:20px;
	width:285px;
	min-height:320px;
	float:left;
	display:inline;
	position:relative;

	-moz-border-radius-topleft: 15px; 
	-moz-border-radius-topright: 15px; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px;
}
.cards5.clr{
	background:#ffffff;
}
.cards5.bg{
	background:url(../about/images/kidsbg.jpg) #FFFFFF no-repeat top;
}

.cards5.alt{
	margin-left:10px;
}

.mainright{
	margin:0 0 0 10px;
	width:745px;
	height:500px;
	float:left;
	display:inline;
	position:relative;
}

.mainleft{
	background:url(../images/60opacity.png);
	padding:20px;
	width:202.5px;
	height:450px;
	float:left;
	display:inline;
	
	-moz-border-radius-topleft: 15px; 
	-moz-border-radius-topright: 15px; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px;
}

.cards4{
	background:#FFFFFF;
	padding:20px;
	width:202.5px;
	height:320px;
	float:left;
	display:inline;
	position:relative;

	-moz-border-radius-topleft: 15px; 
	-moz-border-radius-topright: 15px; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px;
}
.cards4.alt{
	margin-left:10px;
}
.cards4.clr{
	background:url(../images/75opacity.png);
}

.cards4side{
	float:left;
	width:757.5px;
	height:360px;
}
.character{
	position:absolute;
	bottom:20px;
	height:250px;
	width:200px;
}
.recipe{
	position:absolute;
	top:20px;
	width:200px;
	display:none;
}
.carddiv{
	padding:3px 0;
}
.cardleft{
	float:left;
	width:60px;
	text-transform:uppercase;
	font-weight:bold;
}
.cardright{
	float:left;
	width:140px;
}
li.liquiz{
	padding:5px;
	margin-left:-5px;
	cursor:pointer;
}
li.liquiz:hover{
	background:#FFFF66;
}
li.licorrect{
	padding:5px;
	margin-left:-5px;
	cursor:pointer;
	background:#FFCC00;
	color:#FFFFFF;
}
img.border{
	margin:15px 0;
}