@import url("reset.css");     
@import url("typographic.css");  
 

.hide { 
	display: none; 
}

.invisible { 
	visibility: hidden; 
}
 
.left { 
	float: left; 
}

.right { 
	float: right; 
}
 
.clearfix:after { 
	clear: both; 
	content: ".";  
	display: block; 
	height: 0; 
	visibility: hidden;
}

.clearfix { 
	display: inline-block; 
}

* html .clearfix { 
	height: 1%; 
}

.clearfix { 
	display: block; 
}