.bigleft {
	background: #ffffff;
	color: #000000;
	width: 375px;
	height: 475px;
}

.big {
	background: #ffffff;
	color: #000000;
	width: 750px;
	height: 475px;
}

.topleft {
	background: #824687;
	color: #ffffff;
	width: 375px;
	height: 225px;
}

.middleleft {
	background: #aab44b;
	color: #ffffff;
	width: 375px;
	height: 25px;
	font-weight: bold;
}

.bottomleft {
	background: #ffffff;
	color: #000000;
	width: 375px;
	height: 225px;
}

.bigright {
	background: #ffffff;
	color: #000000;
	width: 375px;
	height: 475px;
}

.topright {
	background: #000000;
	color: #ffffff;
	width: 375px;
	height: 225px;
}

.middleright {
	background: #5a64af;
	color: #ffffff;
	width: 375px;
	height: 25px;
	font-weight: bold;
}

.bottomright {
	background: #ffffff;
	color: #000000;
	width: 375px;
	height: 225px;
}

div.right {
        margin-left: 8px;
        float: right;
}

div.left {
        margin-right: 8px;
        float: left;
}

