/************************************************************************************
 *	Filename: print.css 
 *	Purpose: Style Sheet for printing pages from the Long Beach Museum of Art website
 *	Created by: Tammy C. Wilson (based on LBMA's ArtAuction website)
 *	Created: 08-27-2007 
 *  email: info@agilewebdev.com
 *  website: http://www.agilewebdev.com
  ************************************************************************************/

/* Don't need to print header, footer or navigation */
#banner_content, #contain_column1 { display: none; }

html {
	margin: 0;
	border: 0;
}

body {
	background: white;
	color: black;
	width: auto;
	font-size: 11pt;
	border: 0;
	margin: 0;
	padding: 0;
}

#content_column2 a:link:after, #content_column2 a:visited:after { 
	content: " (" attr(href) " ) ";
	font-size: 90%;
}

#content_column2, #contain_column2, #contain_content, #container {
	position: static;
	float: none !important;
	overflow: visible !important;
	width: auto;
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

