body {
	padding: 0;
	/*margin: 3px !important;*/
}
body *:focus {
	outline: none;
}
/*Html Tag's*/
/*Header*/
header {
	width: 100%;
}
/*main*/
main {
	width: 100%;
}

aside {
    width: 100%;
}

ul {
	padding: 0;
}
ul li{
	list-style: none;
}
ul li a {
	text-decoration: none;
}

fieldset { 
	border:0;
}
/*Comman Tags with comman styling*/
header, main {
	margin: 0 auto 40px;	
}

blockquote, code,
button, fieldset, form, input, legend, textarea, select {
	margin: 0;
	padding: 0;
	outline: 0;
}

li:focus  {
	outline: 0;
}

/*Comman classes*/
.innerWrapper {
	max-width: 1180px;
    margin: 0 auto;
    position: relative;
}
.clear:after {
	content: "";
	clear: both;
	display: block;
}