#slideshow {
	margin: -50px 20px 0 -20px;
	position: relative;
	background: url(../images/slideshows/bg.gif) top left no-repeat;
	width: 580px;
	height: 400px;
	z-index: 1;
}
.slide-image {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 580px;
	height: 400px;
	background-position: center center;
	background-repeat: no-repeat 
}

#intro {
	float: right;
	padding-top: 100px;
}
#intro h1 {
	font-size: 28px;
	margin-bottom: 15px;
}
#intro h2 a {
	text-decoration: none;
	color: #94A5C5;
}
#intro h2 a:hover {
	text-decoration: underline;
}
#intro p {
	margin-top: 5px;
}

