/* RESEN MEDIA */
/* Master Stylesheet
------------------------------------------------------------------------------- */


	@import url("layout.css");


/* Style Precedents
------------------------------------------------------------------------------- */


	* {
	
		margin: 0;
		padding: 0;
	
		}
		
	a, input {
	
		outline: none;
	
		}
		
	ul {
	
		list-style-type: none;
	
		}
		
	img {
	
		border: 0;
	
		}
		
	table {
	
		border-collapse: collapse;
	
		}