/* This is a basic stylesheet for the buildingblocks program that should work with all layouts.
	Note: 	There is navigation-specific CSS in the buildingblocks.php program itself because of the need to use a
			variable in the pull-down menu width.*/
* {padding: 0; margin: 0;}

body {
	text-align: center;
}

#content {
	width: 800px;
	padding: 0px;
	margin: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	text-align:left;
}
#content img{
	border: 0px none;
}
#nav {
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.5em;
	height: 21px;
	display: block;
}

	
/* Hide from IE5-mac. Only IE-win sees this. \*/
#nav {
	margin-top: 70px;
 }

.floatleftnonIEmac {
	float:left;
}
/* End hide from IE5/mac */
