/* 	Title:		MarketClub Print Styles
	Author: 	Douglas Green, www.greeninteractive.com
	Copyright: 	2009 All rights reserved
	Version: 	1.0 030209
=================================== */
/* @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 COLUMNS */
#col-main, #col-secondary {
	width: 100%;
	float: none;
}
/* @end */
/* @group GENERAL IMG STYLES */
.right, .left {
	display: none;
}
.right-border, .left-border {
	display: none;
}
/* @end */
/* @group FORM STYLING */
form {
	display: none;
}
/* @end */

