/* CSS Document 

Reset CSS
http://design.jessierauch.com
by Jessie Rauch

c.2009-2010 All rights reserved. This CSS may not be duplicated for any purpose.


*/


/* Universal Declarations
----------------------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td  {
		margin: 0;
		padding: 0;
}	
ul {
		list-style-type: none;
}
* a:link, * a:visited, * a:hover, * a:active {
		text-decoration: none;
}	
:link img {
		border: none;
}
* img {
		border: none;
}
a img {
		border: none;
}
*:link img, :active img {
		border: none;
}
a:focus {
		outline: none;
}
a:active { 
		outline: none; 
}	
/*a:focus { 
		-moz-outline-style: none; 
	}*/