/* PVB performance 1.0 print layout - www.pvb-performance.com */
/* last updated 22/03/2005 */
/* by www.pijah.com */

/* layout divisions */
body {
	margin: 10mm;
	padding: 0;
	font-family: georgia, times, "times new roman", serif;
	color: #000;
	background-color: #fff;
}

#topbar { font-size: 90%; }

#content { line-height: 140%; }

#footer {
	clear: both;
	margin-top: 25px;
	padding-top: 5px;
	border-top: 1px solid #CCC;
	font-size: 85%;
	text-align: center;
}

/* linkage */
a {
	color: #000;
	text-decoration: none;
}

/* rules */
blockquote {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #666;
}

hr {
	color: #666;
	background-color: #666;
	border: 0;
	height: 1px;
}

/* right image */
.floatright {
	float: right;
	margin: 0 0 10px 15px;
	padding: 0;
	font-size: 80%;
}

/* masked elements */
#skipnav, #nav, #contactform, #footer img { display: none; }

