/* Style Sheet for index page, liquid layout, as of June, 28 2019 */	

body {
	width: 95%;
	margin: 0px auto}
	
header {
	height: 5%;
	margin: 10px auto;}	
	
article, aside {
	width: 48%;
	float: left;
	margin: 1%}	
	
aside {
	margin-right: 0%}	
	
footer {
	width: 90%;
	margin: 0px auto}		
	
img.max {
	width: 500px;
	height: 375px;
	display: block;
	margin: 0px auto}	
	
section.introduction {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #01adef;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #01adef}	
	
section.content {
	margin: 10px auto}	