@import url(layout.css);
@import url(colours.css);
@import url(type.css);

/***** Global Template *****/

* { margin: 0; padding: 0; text-decoration: none; }

/* Lets remove any properties that browsers will put in */

ul { list-style: none; }

a img { border: 0; } 

/* Clear Floats Tool */
.clear:after { 	
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clear { display: inline-block; }

/* Hide from IE Mac \*/
.clear { display: block; }
/* End hide from IE Mac */


/* Hide Element Tool */
.hide { display: none; }

.reset { margin: 0; padding: 0; }

.center { text-align: center; }

body, td, th, textarea { font: 90%/1.4 arial, helvetica, sans-serif; }


/* Default Fonts */

body { "Helvetica Neue", Arial, Helvetica, sans-serif; }

h1 { font-size: 200%; }
h2 { font-size: 175%; }
h3 { font-size: 150%; }
h4 { font-size: 125%; }
h5 { font-size: 100%; }

h1,h2,h3,h4,h5 { font-weight: normal; letter-spacing: 0px; }