/* == PANELS ========================*/
#panel {
	background: #E7F3FF url('/graphics/sectionbg.gif') top left;
	width: 47%;
	padding: 10px;
	min-height: 25%;
}

#panel:hover {
	background: #CFE8FF;
	cursor: hand;
}

#panel a {
	color: #111;
	text-decoration: none;
}

#panel p.intro {
	font-size: 1.2em;
	margin-top: 5px;
}
