body {
	width: 75%;
	background-color: #EyeFuckingWhite;
	margin-top: 10px;
	padding-left: 10%;
	margin-left: 2%;
	margin-right: 2%;
}
h1		{line-height: 0.1;}
header img	{float: left;}
header text	{float: left;}
header h1	{float: left;line-height: 1.0;}
header p	{float: left;margin-top: 0;}


footer {text-align: center;}

aside {
	text-align: center;
	/*display: inline-block;*/
	float: left;
	margin: 2%;
	border-style: dotted;
	padding: 2%;
	width:20%;
}
aside a {
	/*vertical-align: bottom;
	display: inline-block;
	width: 100%;*/
	line-height: 1.9;
	width:100%;
	height:15px;
	padding: 5px;
	padding-top: 10px;
	margin: 5px;
}
aside a:link{}
aside a:visited{}
aside a:hover {
	border-style: dotted;
}
section {
	/*display: inline-block;*/
	margin: 2%;
	float: left;
	border-style: dotted;
	padding:2%;
	width: 50%;
	
}

@media screen and (max-width: 800px) {
	aside {
		width: 100%;
	}
section {
		width: 100%;
	}
}
