
/* Content (home page)
----------------------------------------
*/

#content{
	float:left;
}


/* Content (tour page)
----------------------------------------
*/
	
	#contact-page{
		list-style:none;
		font-size: 1.25em;
	}
	
	#contact-page strong{
		padding-bottom:10px;
		font-size:1.25em;
		font-weight:normal;
		text-transform:uppercase;
	}
	
	#contact-page p{
		padding-bottom:10px;
	}
	
	hr{
		margin-bottom:15px;
		border: 0px #000000 solid;
		border-bottom: 1px #000000 solid;
	}
