/* 
	Defines the default styling for the new HTML5 elements
	so browsers that do not support it yet will work.
*/
article, aside, 
figure, footer, 
header, hgroup, 
menu, nav, section { 
	display: block; 
}