@charset "UTF-8";
/* CSS Document */


	/*	TITLE BAR ------------------------------------------------------------------------------------------------------------------------------------------------------------- */

		#TitleBar {
			height: 250px;
			background-image: url(HeaderImage.jpg);
			background-repeat: no-repeat;
			background-size: cover;
			background-color: #292929;	
		}

		#ContentIntroduction {
			padding-top: 80px;	
			padding-bottom: 50px;
		}


	#Contact {
		text-align: center;	
	}