*{
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	color: #454545;
}

html{ overflow-y: scroll; }
body{ margin: 0px; background-color: #f6f6f6; }

header, footer, nav, aside{ display: block; }

h1, h2{
	color: #454545;
	font-size: 18px;
	font-weight: bold;
}

span.h2{
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	color: #fff;
	background-color: #333;
}

.clear{
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

.strong{ font-weight: bold; }

.shadow{
	box-shadow: 0 0 5px #dcdbdb;
	-webkit-box-shadow: 0 0 5px #dcdbdb;
	-moz-box-shadow: 0 0 5px #dcdbdb;
}

div.hr{
	margin-top: 10px;
	height: 10px;
	border-top: 1px solid #ccc;
}
