body{
	background-image:url('background.jpg');
}

.relative{
	position:relative;
}

.colored_box{
	background-color:#672997;
}


h2.section_title{
	width:596px;
	height:134px;
	display:block;
	background-image:url('title.png');
	background-repeat:no-repeat;
	background-size:100%;
	overflow:hidden;
	text-indent:-999em;
	margin-top:40px;
	margin-bottom:20px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	h2.section_title{
		background-image:url('title@2x.png');
	}
}

.intro{
	padding-top:95px;
}

.titleImage{
	padding: 0;
	background-color:none;
	height:320px;
}

	.titleImage a{
		margin:0;
		border:none;
	}


.narrowImage{
	margin:20px;
}

.tallImage{
	height:604px;
}

.hidden{
	overflow:hidden;
	text-indent:-999em;
}


dl.specs,
ul.specs{
	width:100%;
	overflow:auto;
	margin:0;
	list-style:none;
}

	dl.specs dt{
		font-weight:normal;
		color:rgba(0,0,0,0.4);
		text-align:right;
		width:33%;
		float:left;
		clear:right;
		padding:5px 0;
	}
	
	dl.specs dd,
	ul.specs li{
		width:62%;
		color:black;
		float:right;
		clear:right;
		padding:5px 0;
	}
	
	ul.specs li{
		width:95%;
	}
	
	.quote{
		width:96%;
		margin-top:20px;
		text-align:left;
		padding:2%;
		background-color:#e7dbf0;
		border-radius:10px;
	}
	
