#course-banner a#link-course-title, #course-header  h1 {
	font-family: "brandon-grotesque-1","brandon-grotesque-2", Georgia;
}

ul#assignments li.item-divider h3 {
	text-transform: uppercase;
	font-family: "brandon-grotesque-1","brandon-grotesque-2", Georgia;
}


#wrapper div.outside-box img.school-icon {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

}

body {
	background: url(../img/bg.png) repeat;
}


#school-feature {
	background-image: url(../img/banner.png);
	padding-top: 108px;
	height: 285px;
	overflow: hidden;
	border: 0px;
	background-color: #37333f;
	background-position: center top;
}


#school-feature img, #school-feature h1 {
	position: absolute;
	left: -10000px;
}

#school-feature p {
	display: none;
}

a#school-website {
	position: absolute;
	display: none;
	left: 289px;
	bottom: 20px;
	background-color: none;
	background: none;
	color: #feffff;
	text-shadow: #413952 1px 1px 0;
	border: 1px solid #6a6b6b;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-icon.ex-link {
	background: transparent url(../../../img/button-icons-light.png) no-repeat -7px -132px;
}

.page,
#page {
	/* removing border because it conflicts w/ dark banner */
	border: 0px;
}
