	/*
	
		reset
		----------------------------------------------------------------------
	
	*/
	
	
	/* set margins */

	html, body, div, span,
	applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, strong, sub, sup, b, u, i, center, a, 
	img,
	blockquote, q, pre, abbr, acronym, address,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		vertical-align: baseline;
	}
	
	/* list elements */
	
	ul, ol {
		list-style: none;
		list-style-image: none;
	}

	/* quotes */

	blockquote, q {
		quotes: none;
	}

	/* disable focus border */
	
	:focus {
		outline: 0;
	}

	/* table border */

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	/* hide elements */
	
	a#anchormenu,
	a#anchorcontent {
		float: left;
		height: 0;
		line-height: 0;
		font-size: 0;
		text-indent: -999em;
		margin-left: -999em;
	}
	
