html,body {
	background-color: #EEE;
}

body {
	padding-top:50px;
}

h1 .subheader {
	font-size:12px;
}

li {
	color:#404040;
}

div.content {
	background-color: #FFF;
	padding:20px;
}

.hero-unit {
	background:url("./assets/cityscape.jpg");
	padding-top:10px;
	height:160px;
}

.hero-unit div {
	/*background:url("trans.png") repeat scroll 0 0 transparent; */
}

.hero-unit h2, .hero-unit h3, .hero-unit h4 {
	/* color:white; */
}

.container > footer p {
	text-align:center;
}

.profile {
	padding:20px;
	border:solid 1px #AAAAAA;
	
	float:left;
	margin-right:5px;
	margin-bottom:20px;
	width:90%;
}

.profile img {
	width:183px;
	float:left;
	margin-right:20px;
}

.profile h2 {
	display:inline;
}

.profile div {
	clear:both;
}

.spons {
	float:right;
	text-align:center;
	border-left:solid 1px #AAAAAA;
}

.spons h3 {
	margin-bottom:20px;
	border-bottom:solid 1px #AAAAAA;
}

.spons img {
	width:164px;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

.dnp {
	display:none;
}

