
#main {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

#printheader {
	width: 100%;
	height: 60px;
}

#container {
	width: 100%;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	clear: both;
}

#navigation,
#header,
#bar,
#breadcrumb,
#bottom,
#navbottom,
#footer {
	display: none;
	visibility: hidden;
}

#printpagetitle  {
	border-bottom: 1px solid #a71930;
	font-size: 20px;
	font-weight: normal;
	color: #a71930;
	padding-bottom: 1px;
	margin-bottom: 10px;
	width: 100%;
}	

#printfooter {
	width: 100%;
	border-top: 1px solid #a71930;
	padding-top: 5px;
	color: #202020;
	font-size: 10px;
}	
