/* CSS Document */

/* white space resets */

* {
padding:0;
margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 0em 0%; }

li, dd { margin-left:5%; }

fieldset { padding: .5em; }


/* browser fix */

	#clear{
	line-height:0px;
	clear:both;
	font-size: 1px; 
	color: WHITE;
	}