/* Reset Elements */
html, body, div, span, object,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, code, img
address, small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label 
		{
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
			font-size: 100%;
			font-family: inherit;
			vertical-align: baseline;
			background: transparent;
		}

form
		{
			display: block;
		}

blockquote, q
		{
			quotes: none;
		}

blockquote:before, blockquote:after, q:before, q:after
		{
			content: '';
		}

:focus 	
		{
			outline: 0;
		}

body
		{
			line-height: 1;
		}

ol, ul 
		{
			list-style: none;
		}

button
		{
			cursor: pointer;
		}
		
.left
		{
			float: left;
		}

.right
		{
			float: right;
		}

.center
		{
			text-align: center;
		}

.clear
		{
			clear: both;
		}

.hidden
		{
			display: none ! important;
			visibility: hidden;
		}

a, a img, img
		{
			border: 0;
			text-decoration: none;
		}

