/*** Print Layout ***/

#master {
	position:relative;
}

#logo {
	position:relative;
	float:right;
	top:0;
	left:0;
}

#navigation {
	display:none;
	position:absolute;
	clear:both;
}

#content {
	position:relative;
	top:0;
	left:0;
	width:100% !important;
}

.text {
	position:relative;
	text-align:justify;
	width:100% !important;
	margin:10px 0 10px 0;
}

.summary {
	display:none !important;
}

.summary_print {
	position:relative;
	margin:10px 0 10px 0;
	display:block;
	float:none;
}


#steps_title {
	position:relative;
	top:0;
	margin:10px 0 10px 0;
}

.image {
	position:relative;
	float:none;
	margin-top:10px;
	margin-bottom:10px;
}

#foot {
	display:none;
}

#right {
	display:none;
}



