/* 	Title:		ILJ Print Styles
	Author: 	Douglas Green, www.sunnymoon.com
	Copyright: 	2009 All rights reserved
	Version: 	1.0 051909
	
=================================== */
/* @group ELEMENTS	
=================================== */
html {
	background: none;
}
body {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	background: none;
}
/* @end */
/* @group CONTAINERS
===================================== */
#container {
	background: none;
}
#siteinfo {
	color: #000;
	background: none;
	background-color: #fff;	
}
#siteinfo ul, #siteinfo li, #siteinfo a {
	display: none;
}
p.copy {
	color: #000;
	background-color: #fff;
}
/* @end */
/* @group MAIN NAVIGATION
===================================== */
#nav-main {
	display: none;
}
/* @end */
/* @group SEARCH
===================================== */
#search {
	display: none;
}
/* @end */
/* @group COLUMNS
===================================== */
#col-main,
#inline-columns .col-1, 
#inline-columns .col-2, 
#inline-columns .col-3 {
	width: 100%;
	float: none;
}
#col-navigation {
	display: none;
}
/* @end */
/* @group TOP LINKS
===================================== */
.top {
	display: none;
}
/* @end */
/* @group FORM STYLING
===================================== */
form {
	display: none;
}
/* @end */
