* {margin:0;padding:0;}
	
body {
	font-family: "lapture-display-1","lapture-display-2", Georgia, serif;
	font-size:100%;
	line-height: 1.5em;
	color: #483d8b;
	}
	
a, a:link, a:visited, a:hover, a:active {
	color: #483d8b;
	}
a:hover, a:active {
	text-decoration: none;
	}
	
h1, h2 {font-weight: normal;}
h1 {
	font-size: 1em;
	}
h2 {
	font-family: "lapture-display-1","lapture-display-2";
	font-size: 1.25em;
	letter-spacing: 2px;
	font-weight: 400;
	font-style: italic;
	color: #9370db;
	}

p {
	font-family: "lapture-display-1","lapture-display-2", Georgia, serif;
	font-size: 1.1em;
	margin: 5px 0;
	}

small {
	font-size: .8em;
	}
	

#page {
	width: 1000px;
	margin: 25px auto;
	}
	
#header {
	width: 1000px;
	display: block;
	margin-bottom: 75px;
	}
#header h1 {
	text-indent: -9999px;
	}
#header img {
	width: 80px;
	}

.section {
	width: 150px;
	margin-right: 100px;
	margin-bottom: 75x;
	float: left;
	}
	
.section>img {
	display: block;
	margin-bottom: 10px;
	}
	
#footer {
	width: 100%;
	clear: both;
	}

.cover {
	width: 100%;
	padding: 5px; 
	border: 1px solid #efefef;
	margin-top: 10px;
	}



