/* CSS Document */
/* link boxes */

#content {
	float: left;
	padding: 10px 2% 10px 2%;
	margin: 20px 1% 20px 2%;
	/* border: 1px solid #ccc; */
	width: 44%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 41%;
	}
	
html>body #content {
	width: 41%; /* ie5win fudge ends */
	}
	
#content2 {
	float: right;
	padding: 10px 2% 10px 2%;
	margin: 20px 2% 20px 1%;
	/* border: 1px solid #ccc; */
	width: 44%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 41%;
	}
	
html>body #content2 {
	width: 41%; /* ie5win fudge ends */
	}


#content3 {
	clear:both;
	padding: 10px 2% 10px 2%;
	margin: 20px 2% 20px 1%;
	/* width: 44%; / 
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 41%;*/
	}