body {
	margin: 0px !important;
	background-color: #000000;
	font-family: Verdana, Geneva, sans-serif;	
}

p {
	margin: 0px;
}

a:link {
	color: #555555;
}

a:visited {
	color: #454545;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

.header {
	background-color: #000000;
	color: #ffffff;
	width: 100%;
	position: relative;
	z-index: 5;
	text-align: center;
}
		
.stretch {
	width: 100%;
	display: inline-block;
}

.nav {
	color: #FFFFFF;
	position: relative;
	z-index: 1;
}

.nav {
	color: #FFFFFF;	
}

.nav ul {
	padding: 0px;
	text-align: center;				
}

.nav li {
	display: inline;	
}

.nav a {
	color: #FFFFFF;
}

.instructionsContainer {

}

.instructionsHeader {
	color: #E5E5E5;
	text-align: center;
}

.instruction {
	color: #333333;
	background-color: #E5E5E5;
	text-align: center;
	margin: auto;
}

		
.numberLabel {
	position: absolute;
	overflow: hidden;
	color: #000000;
	font-size: 2em;
	font-style: oblique;			
}		

.instructionText {
	text-align: left;
}

.illustration {
	background-color: #333333;
}

.fineprint {
	color: #E5E5E5;
	background-color: #000000;
	font-size: 0.75em;
	text-align: center;
	margin: auto;
}


/* #Media Queries
================================================== */

	/* 768 and larger */
	@media only screen and (min-width: 768px) {
		
		.header {
			height: 100px;
			padding: 20px 0px 0px 0px;					
		}
		
		div.logo {
		background-image: url('../img/woodBoisLogo200.png');
		background-repeat: no-repeat;
		width: 200px;
		height: 93px;
		float: left;	
		margin: 0px 15px 0px 30px;
		}
			
		.nav {
			margin-bottom: 15%;
			padding: 20px 0px 0px 20px;
		}
		

		.nav li {
			margin-right: 4%;
		}
		
		.pageTitle {
			font-size: 1.5em;
			margin-top: 30px;
		}
		
		.instructionsContainer {
			padding: 30px 0px 30px 0px;
		}
		
		.instruction {
			width: 612px;
			margin-top: 30px;
		}			
		
		.instructionText {
			padding: 30px 30px 10px 30px;
		}
		
		.illustration {
			width: 612px;
			height: 612px;
			background-repeat: no-repeat;
			margin: 0 auto;	
		}
		
		div.step1 {
		background-image: url('../img/Fan_Club_TP.png');
		}
		
		div.step2 {
		background-image: url('../img/Fan_Club_Address.png');
		}
		
		div.step3 {
		background-image: url('../img/Fan_Club_Flush.png');
		}
	
		div.step4 {
		background-image: url('../img/Fan_Club_Reply.png');
		}
		
		.fineprint {
			width: 612px;
		}											

	}

	/* Smaller than 768 */
	@media only screen and (max-width: 767px) {
		
		.header {
			padding: 20px 0px 20px 0px;
		}
		
		div.logo {
		background-image: url('../img/woodBoisLogo100.png');
		background-repeat: no-repeat;
		width: 100px;
		height: 46px;
		margin: 0 auto;
		}
		
		.nav {
			padding: 20px 0px 0px 20px;
			margin-bottom: 25%;
		}
		
		.nav li {
			margin-right: 4%;
		}
		
		.pageTitle {
			font-size: 1.5em;
			margin: 15px 0px 0px 0px;
		}
		
		.instructionsContainer {
			padding: 0px 0px 0px 10px;
		}
		
		.instruction {
			width: 306px;
			margin-top: 10px;			
		}
		
		.instructionText {
			padding: 15px 15px 8px 30px;
		}						
		
		.illustration {
			width: 306px;
			height: 306px;
			background-repeat: no-repeat;
			margin: 0 auto;	
		}

		div.step1 {
		background-image: url('../img/Fan_Club_TP_half.png');
		}
		
		div.step2 {
		background-image: url('../img/Fan_Club_Address_half.png');
		}
		
		div.step3 {
		background-image: url('../img/Fan_Club_Flush_half.png');
		}
	
		div.step4 {
		background-image: url('../img/Fan_Club_Reply_half.png');
		}						
		
		.fineprint {
			width: 306px;
		}			
		
	}
