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

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

@import url(http://fonts.googleapis.com/css?family=Russo+One);
@import url(http://fonts.googleapis.com/css?family=Oxygen);


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

body { padding: 0;
margin: 0 auto;
}

#headerImage {
	background: url(headerImage.png);
	position: absolute;
	width: 960px;
	height: 300px;
	top: 0px;
	left: -480px;
	margin-left: 50%;
	z-index: 1;
}

#navigation {
	position: absolute;
	width: 700px;
	height: 35px;
	top: 325px;
	left: -475px;
	margin-left: 50%;
	z-index: 1;
}

#navigation a {
	font-family: 'Russo One', sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

#navigation a:hover {
	color: #CCC;
}

#contactForm {
	position: absolute;
	height: 400px;
	width: 300px;
	top: 385px;
	left: 160px;
	margin-left: 50%;
	z-index: 10;
}

#contactForm p {
	font-family: 'Russo One', sans-serif;
	font-size: 12px;
	color: #000;
	padding: 0px 0px 0px 2px;
}

#contactFormContainer {
	background: url(images/contactContainer.png);
	position: absolute;
	height: 325px;
	width: 325px;
	top: 375px;
	left: 120px;
	margin-left: 50%;
	z-index: 1;
}

#contactHeader {
	position: absolute;
	height: 35px;
	width: 250px;
	top: 315px;
	left: 160px;
	margin-left: 50%;
	z-index: 1;
}

#contactHeader h1 {
	font-family: 'Russo One', sans-serif;
	font-size: 16px;
	color: #000;
	text-align: center;
}

#youtubeVideo {
	position: absolute;
	height: 315px;
	width: 560px;
	top: 370px;
	left: -450px;
	margin-left: 50%;
	z-index: 1;
}

#leftContent {
	position: absolute;
	height: auto;
	width: 500px;
	top: 725px;
	left: -450px;
	margin-left: 50%;
	text-justify:inter-word;
	z-index: 1;
}

#leftContent h1 {
	font-family: 'Russo One', sans-serif;
	font-size: 25px;
	text-align: left;
	color: #000;
}

#leftContent h2 {
	font-family: 'Russo One', sans-serif;
	font-size: 14px;
	text-align: left;
	color: #000;
}

#leftContent p {
	font-family: 'Oxygen', sans-serif;;
	font-size: 12px;
	color: #000;
	line-height: 20px;
}

#imageOne {
	background: url();
	position: absolute;
	height: 206px;
	width: 275px;
	top: 790px;
	left: 145px;
	margin-left: 50%;
	z-index: 1;
}

#imageTwo {
	background: url();
	position: absolute;
	height: 206px;
	width: 275px;
	top: 1050px;
	left: 145px;
	margin-left: 50%;
	z-index: 1;
}

#backLink {
	position: absolute;
	height: auto;
	width: 300px;
	top: 1300px;
	left: 235px;
	margin-left: 50%;
	z-index: 2;
}

#backLink a {
	font-family: 'Russo One', sans-serif;	
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

#backLink a:hover {
	color: #ccc;
}
	