/*
 	CSS Reset
	Author: Jay Hayes of iamvery.com
	Contact: ur@iamvery.com
	Description: Reset CSS elements
	-----
	1 August 2009 - Moved into its own file to unify CSS
*/

* {
	border: 0;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {  
	font-weight: normal; 
	font-style: normal; 
}
ul,ol { list-style: none; }
fieldset,img { border: none; }