/* print.css */

* {
	font-size: .98em;
	background: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Hide Navigation and other unnecessary widgets */
.widget-outermost, .widget-middle, .widget-inner,
#nav,
#top-of-props,
#article-cats,
#controls, .thumbnail, 
div.details_section_heading,
table#table1,
form input, form td, 
div.details_section_heading + table,
.band,
#footer-search,
#right-cont,
#main-bottom,
#img-contact-header h2 span
{
	display: none;
}


div#main-prop *+table tr td[valign] {
	width: 100%;
	margin: 1px auto;
}

div#main-prop {
	margin-top: 130px;
	position: relative;
}

div#main-prop table tr td[valign]+td[width]+td[valign]{
	visibility: hidden;
}

img[title=Logo], img[alt=Logo]{
	position: absolute;
	top: -122px;
	left: 0px;
	visibility: visible;
	z-index:10;
}

#photo{
	visibility: visible;
}

h1 {
	font-size: 115%;
}

h1 a {
	color: black;
	text-decoration: none;
}

div.p_title{
	font-weight: bold;
	margin-bottom: 10px;
}

#disclaimer {
	font-size: 80%;
}

#footer {
	margin-top: 20px;
	text-align: center;
}