/* formats the TOP TEN BOXES columns */
.toptenbox {
	width: 620px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-top-color: #C7CB4B;
	font-size: 11px;
	padding-top: 2px;
}

/* formats the top ten name div */
.toptennameR {
	position: absolute;
	width: 300px;
	left: 327px;
}

/* formats the article div */
.toptenarticleR {
	position: absolute;
	width: 80px;
	left: 680px;
}

/* formats the top ten name div */
.toptennameL {
	position: absolute;
	width: 300px;
	left: 134px;
}

/* formats the article div */
.toptenarticleL {
	position: absolute;
	width: 80px;
	left: 490px;
}

/* formats the attraction name div */
.attractionnameR {
	position: absolute;
	width: 300px;
	left: 307px;
}

/* formats the article div */
.attractionarticleL {
	position: absolute;
	width: 80px;
	left: 510px;
}