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

.colored_box{
	background-color:#900222;
}


.title_bar h1.title{
	padding-bottom:0;
}

h2.section_title{
	width:618px;
	height:212px;
	margin-top:50px;
	overflow:hidden;
	text-indent:-999em;
	background-image:url('title.png');
	background-repeat:no-repeat;
	background-size:100%;
	z-index:1000;
}

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


.titleImage{
	padding: 0;
	background-color:transparent;
	height:703px;
	width:458px;
	left:0;
	top:140px;
	position:absolute;
	z-index:-1000;
}

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


.extraSpace{
	padding-top:30px;
}

.narrowImage{
	margin:20px;
}


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{

		position:absolute;
		bottom:0;
		background-color:rgba(255,255,255,0.6);
		padding:10px;
	}
