* 	{
	padding: 0;
	margin: 0;
}

body {
	background-color:plum;	
	margin-bottom: 67px;
}
	
#container {
	background-color: ;
	padding: 10px 0 10px;
}
	
header {
	text-align: center;
	padding: 10px;
	background-color: #CBAEDF;
	border: white thick double;
}
	
nav {
	margin: 10px auto;
	font-size: 1.2em;
	padding: 15px 10px;
	color: purple;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #EDDDFF;
	border-radius: 20px;
	border-bottom: black 2px solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-right: black 2px solid;
	max-width: 600px;
	min-width: 600px;
	text-align:center;
}

nav a {
	color: purple;
	border-radius: 20px;
	padding: 7px;
	text-decoration: none;
	background-color:;
}


nav a:hover {
	background: purple;
	border-radius: 20px;
	padding: 7px;
	color: white;
}

#main {
	font-size: 1.25em;
	line-height: 1.25em;
	margin: 1em 20px 0 0;
	text-align: left;
	background-color: ;
	width: 100%;
}
	
	
aside { 
	width: 275px;
	border: black thin solid;
	margin: 10px;
	margin-bottom: 2em;
	background-color: #EDDDFF;
}

.aside1 { 
	float: left;
	padding: 10px 0 10px 0;
	text-align: center;
	background-color: #AE7DD8;
	}

aside img {
	float: left;
	padding: 4px;
	margin: 0 1em;
	position: relative;
}

footer {
	background-color: #CBAEDF;
	border: black thin solid;
	padding: 5px;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align:center;
	margin-top: 3em;
	max-height: 20px;
	min-height: 20px;
}

#main a {
	text-decoration: none;
	color: red;
}

#main a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

h1 {
	text-align: center;
	border-bottom: black 3px solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-right: black 3px solid;
	background-color: #EDDDFF;
	padding: 10px;
	border-radius: 2em;
	max-width: 250px;
	min-width: 250px;
	margin:  10px auto;
	font-size: 30px;
}

h3 {
	text-align: left;
	letter-spacing: 5px;
	margin-left: 400px;
}

p.text {
	text-align: left;
	margin-left: 400px;
	line-height: 25px;
	max-width: 1000px;
	min-width: 1000px;
	
	
}

.aside2 {
	font-size: 40px;
	text-align: center;
	color: #CBAEDF;
	padding: 20px;
}

dl {
	text-align: left;
	margin-left: 400px;
	clear: right;
	line-height: 25px;
	max-width: 800px;
	min-width: 800px;
}
