/*	---------------------------------------------------------------------------------------
	superoxygen.com
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:		printer style sheet 
	File:				print.css
	Version:			1.0
	Date:				06.15.08
	Author:				Ray Campbell
	Company:			SuperOxygen, Inc.
	---------------------------------------------------------------------------------------	*/
	

#logo {
	position:absolute;
	width:154px;
	height:200px;
	top:0px;
	float:none;

}

#headlline {
	position:absolute;
	width:auto;
	margin: 5% 0;
	top:140px;
   	padding-top:30px;
	float:none;
}

#maintext {
	width:auto;
	margin: 5% 0;
	float:none;
   	padding-top:280px;

}

#footertext {
	position:absolute;
	width:auto;
	margin: 5% 0;
	vertical-align:bottom;
	float:none;
}

hr {
	display: none;
	}

#printer {
	display: none;
	}

#navcontainer {
	display: none;
	}
	
#newsbox1 {
	display: none;
	}
	
#newsbox2 {
	display: none;
	}
	
#inputform {
	display: none;
	}
	
#infobox1 {
	display: none;
	}
	
#infobox2 {
	display: none;
	}

#infobox3 {
	display: none;
	}
	
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	line-height: 18pt;
}

