/*=============================================================
	Print style for
=============================================================*/

@import url("global.css");


.hidden { display: block;}
.show { display: none;}

body {
	font: normal 62.5%/18px "Arial"; 
	color: #333;
	background: #fff;
}


/*=============================================================
	Main print skeleton layout
=============================================================*/

#container { width: 750px; height: auto; display: block; clear: both; }
#header { width: 750px; height: 120px; display: block; clear: both; border-bottom: 3px solid #d2d2d2; }
#mainpage { width: 750px; height: auto; clear: both; padding: 20px 0; }
#contents { width: 720px; float: left; display: block; height: auto; }
#footer { width: 750px; border-top: 3px solid #d2d2d2; padding-top: 10px; clear: both; }
#footer p { font-size: 1.1em; }

/*=============================================================
	Extras
=============================================================*/

ul#nav, #left-contents, #logo, #affiliates, #side-affiliates, #specials, #flash, #banner { display: none; }

ul#staff li, ul#link-listings li, ul#special-listings li { background: none; font-size: 1.1em; border: 1px solid #d2d2d2; }
ul#link-listings li a, ul#link-listings li a:hover { padding: 0; text-decoration: underline; }