#content ul {
    margin-left: 0;
}

#banner {
	position: relative;
	margin: -15px -20px 0 -20px;
	background-image: none;
	margin: 10px 0 0 0;
	height: 244px;
	padding: 0;
}

#photos {
	height: 274px;
}

#photos img {
	position: absolute;
}

#photo4 { z-index: 99;}
#photo5 { z-index: 98;}


.opac-0 {
	opacity: .0;
	-moz-opacity: .0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=00);
	zoom: 1;
}


#splash-canvas {
	position: absolute;
	top: 30px;
	left: 0px;
	height: 230px;
	width: 520px;
	background-color: #000;
	opacity: .0;
	-moz-opacity: .0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	z-index: 100;
}

#splash {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, serif;
	width: 100%;
	z-index: 100;
    line-height: 1.8em;
}

/* First Message */
#msg-1 {
	position: absolute;
	top: 40px;
	left: 20px;
	width: 580px;
}
#msg-1 .line-1 { }
#msg-1 .line-2 { padding-left: 50px; }
#msg-1 .line-3 { padding-left: 215px; }
#msg-1 strong  { font-size: 1.4em; }



/* Second Message */
#msg-2 {
	position: absolute;
	top: 170px;
	left: 40px;
	width: 580px;
}
#msg-2 .line-1 {}
#msg-2 .line-2 { padding-left: 40px; }
#msg-2 .line-1 strong { font-size: 1.3em; }
#msg-2 .line-2 strong { font-size: 1.4em; }


#msg-3 {
	position: absolute;
	top: 190px;
	left: 20px;
	overflow: hidden;
	width: 944px;
	height: 80px;
}

#msg-3 .line-1 {
	position: absolute;
	left: -400px;
}

#msg-3 .line-2 {
	position: absolute;
	right: -400px;
}

#msg-3 .line-3 {
	position: absolute;
	left: 400px;
	top: 35px;
}

#testimonial {
	position: absolute;
	top: 282px;
	left: 239px;
	display: none;
}

#testimonial h2 {}
#testimonial h2 a {
	text-decoration: none;
}
