#print-friendly {
	width:228px;
	height:25px;
	margin:auto;
	margin-top:10px;
	padding:0px;
	clear:none; /*IE5:mac has a bug with clears so we add a BR that clears stuff further down */
}

#print-friendly div {
	display:block;
	width:105px;
	margin:auto; 
	padding:1px;
	font-size:9px;
	text-align:left;
	background:#003366;
	color:#333;
	border:1px solid #003366;
	white-space:nowrap;
	float:left;
	}
#print-friendly div a {
	font-weight:normal;
	background:#f5f2da;
	color:black;
	display:block;
	padding:0px;
	margin:0;
	margin-left:20px;
	width:85px;
	font-size:9px;
	text-decoration:none;
	line-height:13px;
	}
	
#print-friendly .email {
	background-image: url("/edu/virginia/healthsystem/page_template/templates/images/Emailicon.gif");
	background-repeat:no-repeat;
	background-position: 0px;
	margin-right:0;
}

#print-friendly .print {
	background-image: url("/edu/virginia/healthsystem/page_template/templates/images/Printicon.gif");
	background-repeat:no-repeat;
	background-position: 0px;
	margin-right:10px;
}

/* this is here because IE5:mac has a quirk with clears */
#maincontent br.floatclear {
	clear:both;
	display:hidden;
	background:red;
}