/* Museums and the Web 2007 - print specific styles */
/* www.archimuse.com */

body {
   background: white;
   font-size: 10pt;
   margin-left: 10%;
   margin-right: 10%;
   }
   
#print-title{
	display: block;
	}

#sidebar, #header, #header-photo, #top-nav {
   display: none;
   }


#callout {
	background: url();
	width: 0;
	height: 0;
	visibility: hidden;
	}

#wrapper, #content {
   width: auto;
   padding: 0;
   border: 0;
	float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 10%;
   font-size: 10pt;
   padding-top: 2em;
   border-top: 1px solid #930;
   }

a:link, a:visited {
	color: #3D3F75;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
	}
	
/* #main-content a:link:after, #main-content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
   } */
#main-content table {border:1px}