body {
	font:12px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
	color: #333332;
	background-color: #eee;
}

a.nexus-super {
	background-color: #5380ac;
	color: #fff !important;
}

/* Main Nav
----------------------------------------------- */
#separator {
	border-top: solid 1px #ccc;
	height: 1px;
	margin-bottom: 24px;
}

/* Main
----------------------------------------------- */
#text {
	display: none;
}
#image {
	margin-top: 24px;
	text-align: center;
}
#image img {
	border: 10px solid #000;
}
#image img:hover {
	border-color: #222;
	opacity: 0.8;
}


/* Footer	
----------------------------------------------- */
#footer {
	margin:20px 0px 0px 0px;
	border-top: solid 1px #ccc;
}
#footer p{
	font-size: 11px;
	line-height: 15px;
	margin: 10px 0px 20px 10px;
}