/*
 * Visionary Voyager Photo-Paint Tuts
 * PRINT style sheet for Tutorials, 2005
 * Copyright (c) 1999-2005, Visionary Voyager Corp P/L, Australia
 * last modified 27-4-05
 */

/* MAIN LARGE LAYOUT BLOCK SELECTORS */

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: white;
}

#header-holder {
	display: none;
}

#header{
	display: none;
}


#title{
	display: none;
}


#navigation{
	display: none;	
}

.navSection {
	display: none;	
}

#topGoBack {
	display: none;
}

.upArrow {
	display: none;
}

.goBack {
	display: none;
}

#content {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

#figures {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#figures p {
	display: block;
}

#figures p.title{
	white-space: nowrap;
	vertical-align: top;
	font-size: 130%;
	font-weight: bold;
	padding-top: 50px;
}

#footer {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #0033FF;
	font-weight: bold;
	width: 100%;
	margin-top: 5px;
	margin-left: 20px;
	padding-bottom: 40px;
	bottom: 0px;

}

