/*---------------------------------------------
*	File Name:		print.css
*	Website Name:
*	Website URI:
*	Copyright:		2009
*	
*	Author: 		
*	Author URI:		
*--------------------------------------------*/

/*	Universal Classes
---------------------------------------------*/

.noprint { display: none; }

/*	Structure
---------------------------------------------*/
body {
	font-size: 62.5%;
	line-height: 1.5;
	color: #000;
}

#wrap { border: 0; margin: 0 auto; padding: 0; width: 6in; }

#nav { height: 7.2em; }
#nav li { display: none; }

/*	Overrides
---------------------------------------------*/

label { width: .75in; }

input { border: none; }

.col { width: 3in; }

.print { display: none; }
