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

.colored_box{
	background-color:#4e5b04;
}


h2.section_title{
	width:460px;
	height:460px;
	background-image:url('star.jpg');
	background-repeat:no-repeat;
	background-size:100%;
	position:absolute;
	top:50px;
	right:0;
	z-index:-1000;
}
	h2.section_title .title_text{
		width:460px;
		height:193px;
		display:block;
		background-image:url('title.png');
		background-repeat:no-repeat;
		background-size:100%;
		overflow:hidden;
		text-indent:-999em;
		
	}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	h2.section_title .title_text{
		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;
}



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{
		margin-right:20px;
		margin-top:30px;
	}
