#bannerad {
	background-color: #00bbbb;
	width: 730px;
	height: 17;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.linkad {
	background-color: #00bbbb;
	width: 202px;
	height: 92px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#popularworksheets {
/*	background-color: green; */
	border: thin solid #98B3A7;
	width: 48%;
	height: 200px;
	float: right;
	margin-bottom: 8px;
}

#mostcontrib {
/*	background-color: blue; */
	border: thin solid #98B3A7;
	width: 48%;
	height: 200px;
	float: left;
	margin-bottom: 8px;
}

#newestworksheets {
/*	background-color: yellow; */
	border: thin solid #98B3A7;
	width: 48%;
	height: 250px;
	float: left;
	margin-bottom: 8px;
}
#populartags {
/*	background-color: orange; */
	border: thin solid #98B3A7;
	width: 48%;
	height: 250px;
	float: right;
	margin-bottom: 8px;
}
