div#middleschool {
	font-family: arial, helvetica, verdana, sans-serif;
	width: 680px;
}

	#middleschool h1 {
		border: 0;
		border-bottom: 5px solid #21787d;
		color: #21787d;
		font-size: 24px;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		width: 680px;
	}

div#brand {
	border: 1px solid #ccc;
	color: #ccc;
	height: 300px;
	line-height: 300px;
	text-align: center;
	width: 680px;
}

div#portals,
div#features {
	clear: both;
	margin: 10px 0;
	overflow: hidden;
	padding: 0;
}

	#portals h2 {
		font-size: 14px;
		margin: 5px 0;
		padding: 0;
	}

	#portals p {
		float: left;
		font-size: 11px;
		margin: 0 0 5px 0;
		padding: 0;
	}

	#portals h2 a {
		color: black;
	}

	#portals a.action {
		clear: both;
		display: block;
	}

#getstarted,
#curriculum,
#hardware {
	float: left;
	margin-right: 10px;
	padding: 5px;
}

	#getstarted {
		width: 190px;
	}

		#getstarted img,
		#curriculum img,
		#hardware img {
			border: 0;
			display: block;
			float: left;
			margin: 5px 10px 0 0;
		}

		#getstarted p {
			width: 110px;
		}

	#curriculum {
		width: 210px;
	}

		#curriculum p {
			width: 120px;
		}


	#hardware {
		margin-right: 0;
		width: 230px;
	}

		#hardware p {
			width: 140px;
		}

div#news {
	background-color: #21787d;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	clear: both;
	margin: 20px 0;
	padding: 5px;
}

	#news a {
		color: white;
		font-weight: normal;
		text-decoration: none;
	}

div#features {
	overflow: hidden;
}

	#features a,
	#features a:hover {
		text-decoration: none;
	}

	#features img {
		border: 0;
		display: block;
	}

	#features ul {
		margin: 0;
		padding: 0;
	}

	#features ul li {
		display: inline;
		float: left;
		list-style-type: none;
		margin: 0 18px 0 0;
		padding: 0;
		text-align: center;
	}

	#features ul li.last {
		margin-right: 0;
	}

div#footnotes {
	clear: both;
	color: #888;
	margin: 30px 0;
	overflow: hidden;
}

#footnotes p {
	float: left;
	font-size: 10px;
	margin: 0 20px 0 0;
	width: 320px;
}