#whole {
	margin: 0px 30px 10px 0px;
	width: 85%;
}
#sideLeft {
	float: left;
	width: 70%;
}

#sideLeft h2 {
	margin-left: 20px;
	color: black;
	font-size: 2em;
	font-weight: bold;
	border-bottom: none;
}
#sideLeft li, #sideLeft p {
	font-size: 1.5em;
}

#sideRight {
	float: right;
	width: 30%;
}
#sideBottom {
	clear: both;
	text-align: center;
}
.unlimited {
	color: darkorange;
	font-weight: bold;
	font-size: large;
}
