font.normal {
	font-weight: normal
	}

.superbox1 {
	position: relative;
	height: 325px;
	/* background-color: red; */
	width: 570px;
	}

.superbox2 {
	position: relative;
	height: 340px;
	/* background-color: cyan; */
	width: 570px;
	}

.superbox3 {
	position: relative;
	height: 250px;
	/* background-color: orange; */
	width: 570px;
	}

.superbox4 {
	position: relative;
	height: 275px;
	/* background-color: yellow; */
	width: 570px;
	}

.superbox5 {
	position: relative;
	height: 230px;
	/* background-color: blue; */
	width: 570px;
	}

.smallboxleft {
	position: absolute;
	background-color: #F0F0F0;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #CCC;
	left: 0px;
	width: 200px;
	height: 30px;
	font-weight: bold
	}

.smallboxright {
	position: absolute;
	background-color: #F0F0F0;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #CCC;
	width: 370px;
	height: 30px;
	left: 200px;
	}

.bigboxleft {
	position: absolute;
	background-color: #F0F0F0;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #CCC;
	width: 200px;
	height: 100px;
	left: 0px;
	font-weight: bold;
	}

.bigboxright {
	position: absolute;
	background-color: #F0F0F0;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #CCC;
	width: 370px;
	height: 100px;
	left: 200px;
	}

.verybigboxleft {
	position: absolute;
	background-color: #F0F0F0;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #CCC;
	width: 200px;
	height: 225px;
	left: 0px;
	font-weight: bold;
	}

.verybigboxright {
	position: absolute;
	background-color: #F0F0F0;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #CCC;
	width: 370px;
	height: 225px;
	left: 200px;
	}
