/* header.css V2.4 (c) Hans Georg Peters */

#header
{
	background: linear-gradient(rgba(181, 216, 255, 0.3), rgba(181, 216, 255, 0.3));
	height: auto;
	margin-top: 5%;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.0;
}

#header img
{
	margin-left: 100px;
	float: left;
    text-align: left; 
}

#header h1 
{
	margin-left: 20%;
    text-align: right;
	font-family: Arial, sans-serif;
	font-size: 40px;
	text-align: center;
	text-shadow: 1px 1px 4px black;
}