#boxred {
	background: #FF0000;
	height: 85px;
	width: 250px;
	margin: 0px auto;
	padding: 10px 0px 0px 3px;
	text-align: center;
}
#boxgreen {
	float: left;
	height: 145px;
	width: 220px;
	background: #33FF00;
	padding: 10px 0px 0px 3px;
	text-align: center;
}
#boxorchid {

	float: right;
	height: 145px;
	width: 220px;
	background: #CC00cc;
	padding: 10px 0px 0px 3px;
	text-align: center;
}
#boxmagenta {

	float: left;
	height: 145px;
	width: 220px;
	background: #ff0099;
	padding: 10px 0px 0px 3px;
	text-align: center;
}
#boxaqua {
	float: right;
	height: 145px;
	width: 220px;
	background: #00cccc;
	padding: 10px 0px 0px 3px;
	text-align: center;
}
#boxviolet {
	float: left;
	height: 145px;
	width: 220px;
	background: #9900ff;
	padding: 10px 0px 0px 3px;
	text-align: center;
}
#boxlime {
	float: right;
	height: 145px;
	width: 220px;
	background: #CCff33;
	padding: 10px 0px 0px 3px;
	text-align: center;
}
#boxblue {
	float: left;
	height: 145px;
	width: 220px;
	background: #0033FF;
	padding: 10px 0px 0px 3px;
	text-align: center;
}
#boxhotpink {
	float: right;
	height: 145px;
	width: 220px;
	background: #ff00ff;
	padding: 10px 0px 0px 3px;
	text-align: center;
}
#boxgold {
	height: 145px;
	width: 220px;
	background: #ff9900;
	float: right;
	padding: 10px 0px 0px;
	text-align: center;
}
#boxyellow {
	float: right;
	height: 145px;
	width: 220px;
	background: #ffcc00;
	padding: 10px 0px 0px 3px;
	text-align: center;
}
#boxro {
	float: left;
	height: 145px;
	width: 220px;
	background: #FF3300;
	padding: 10px 0px 0px 3px;
	text-align: center;
}
#boxdarkgreen {
	height: 145px;
	width: 220px;
	background: #009900;
	padding: 10px 0px 0px 3px;
	text-align: center;
	margin: 0px auto;
	float: left
}
#boxpurple {
	height: 145px;
	width: 220px;
	text-align: center;
	background-color: #6317FF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin: 0px;
	float: right;
}
#boxorange {
	height: 145px;
	width: 220px;
	padding: 10px 0px 0px 3px;
	text-align: center;
	margin: 0px auto;
	float: left;
	background-color: #FF6600;
}
