@charset "UTF-8";
/* basic div definitions */
#showcasePhotos {
	height: 500px;
	width: 100px;
	padding: 0 10px;
	float: right;
}
#showcasePhotos img {
	margin-top: 30px;
	display: block;
}
#showcasePhotos p {
	margin: 5px 10px 0px 0px;
	display: block;
	width: 80px;
	font-size: 0.9em;
	text-align: center;
}
#showcaseText {
	width: 665px;
	height: 100%;
	margin-left: 10px;
}

#showcaseText h1 {
	margin-botton: 0px;
}
#showcaseText span {
	color: #000;
}

/* for divs on landing pages */
.landingLeft {
	width: 600px;
	height: 80px;
	margin-left: 100px;
	margin-bottom: 20px;
}
.landingRight {
	width: 600px;
	height: 80px;
	margin-left: 100px;
	text-align: right;
	margin-bottom: 20px;
}
/* link behaviors */
#showcases #container #main .landingLeft a,
#showcases #container #main .landingRight a {
	text-decoration: none;
}

