/* 
Progressive Furniture
Author nativeBrand Ltd (www.nativebrand.com)
*/

html { min-height: 100%; height: auto; }	/*footer margin fix FF*/
 
body {	
	background: #fff;
	text-align: center; /*to center old IE browsers*/
	margin: 0; 
	padding:0;
	color: #49410e;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;	
	line-height: 1.3em;
}

textarea, input { font-family: Arial, Helvetica, sans-serif; font-size:1em; }
a { color: #49410e; }
a:hover { color: #a3ae0e; }
p { margin: 0 0 1em 0; }
h1 {font-size:170%; margin: 0; padding: 0;}
h2 {font-size:160%;}
h3 {font-size:150%;}
h4 {font-size:140%;}
h5 {font-size:130%;} 	

