@charset "UTF-8";


#Wrapper {
	
padding-bottom: 2%;
clear: both;
max-width: 960px;
background-color: rgba(255,255,255,1.00);	
z-index:5;
overflow:auto;
}

#Wrapper header {
	max-width: 960px;
	width: 100%;
	position: fixed;
	border-top: 16px solid rgba(170,170,170,1.00);
	padding-top: 0;
	height: 188px;
	background-color: rgba(255,255,255,1.00);
	z-index: 10;
	background: inherit;
	
		-webkit-box-shadow: 0 20px 26px -15px rgba(170,170,170,0.3);
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 20px 26px -15px rgba(170,170,170,0.3);

}

header .headline {
	clear: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: rgba(124,124,124,1.00);
	font-variant: normal;
	text-align: left;
	margin-top: 135px;
	border-top: thin solid rgba(102,102,102,1.00);
	padding-top: 21px;
	height: auto;
}







footer {
	max-width: 960px;
	width: 100%;
	clear: both;
	border-bottom: 16px solid rgba(170,170,170,1.00);
}

footer small {
	font-size: x-small;
	color: #666666;
	padding-left: 2%;
}
