/* STYLES FOR HOMEPAGE */

#intro {
	float: left;
	padding-top: 0;
	width: 320px;
}

	#intro p {
		font-size: 21px;
		line-height: 25px;
		margin-top: 30px;
		width: 320px;
	}
	
	#intro p.small {
		font-size: 15px;
		line-height: 20px;
	}
	
	#intro b {
		color: white;
		font-weight: normal;
	}

#gallery {
	float: right;
	margin-right: -5px;
	padding: 0px 2px;
	width: 465px;
}
	
	#gallery a {
		background: #222;
		border: 8px solid #444;
		display: block;
		float: left;
		height: 93px;
		margin: 0 7px 7px 0;
		width: 93px;
	}
	
	#gallery a:hover {
		border-color: #2895e4;
		-webkit-box-shadow: #000 0px 1px 2px;
	}
	
	#gallery img { 
		display: none;
		width: 93px;
	}

#designheader {
	width: 320px;
	height: 170px;
	background: url(/images/designheader_scala.png) no-repeat;
	text-indent: -999px;
}
