/******************************************************************************************

	Site:		The Corps (www.thecorps.co.uk)

	Author:		Spinner
	
	
	
	Media type:		Print

	1 - Hidden elements
	2 - Display for print elements
	3 - Universal
	4 - Structure/Layout

******************************************************************************************/



/***********************************************************************
	1 - HIDDEN ELEMENTS
************************************************************************/


#navigation-container, .heading {
	display: none;
}



/***********************************************************************
	2 - DISPLAY FOR PRINT ELEMENTS
************************************************************************/

.print-h1 {
	display: inline;
	font-size: 200%;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
	float: left;
}


/***********************************************************************
	3 - UNIVERSAL
************************************************************************/

body {
	background-image: none;
}

h2 {
	color: #000;
	font-size: 130%;
	font-weight: bold;
}
h1 {
	color: #000000;
}




/***********************************************************************
	4 - STUCTURE/LAYOUT
************************************************************************/

#main-container {
	width: 621px;
	margin: 0px;
	padding: 0px;
}

#print-footer {
	display: block;
	margin-top: 50px;
}
