@CHARSET "UTF-8";

#slideshowContainer{
	min-width: 1245px;
	height: 381px;
}

ul.slides li{
	height: 381px;
}

.whiteBand{
	font-family: 'Fauna One', serif;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

  /* IE 5-7 */
  filter: alpha(opacity=90);

  /* Netscape */
  -moz-opacity: 0.9;

  /* Safari 1.x */
  -khtml-opacity: 0.9;

  /* Good browsers */
  opacity: 0.9;
  
  background-color: #ffffff;
}

.whiteBand h2{
	background-color: #ffffff;
	margin: 0px;
	position: absolute;
	width: 100%;
	padding: 10px;
	margin-top: 15px;
	font-size: 43px;
	color: #545454;
}

#bottomContentContainer{
	background-image:url('../img/logo.png');
	background-repeat:no-repeat;
	background-position:center; 
}

.bottomhalf{
	width: 617px;
	float: left;
	margin-top: 35px;
}

.bottomhalf1{
	margin-right: 10px;`
}


.bottomhalf h2{
	font-family: 'Fauna One', serif;
	font-size: 45px;
	margin-top: 5px;
	margin-left: 104px;
	margin-bottom: 25px;
}

.bottomhalf ul{
	margin-top: 0px;
	margin-left: 104px;
}

.bottomhalf ul li{
	margin-bottom: 25px;
}
