body { background-color:rgb(90,29,84);
	font-family: Verdana, Arial, sans-serif;
	margin-top: 0px;
}
#wrapper { width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color:rgb(239,227,251);
	min-width: 700px;/**/
	max-width: 2000px;/**/
	box-shadow: 3px 3px 3px #333;		
}
header { background-color: white;
}
header img{
	padding:0px;
	margin:0px;
}
h1 {color:rgb(128,32,129);
	top: 15px;
	position: absolute;
	white-space: nowrap;
	font-size:50px;
	font-family:Copperplate Gothic, Imprint MT Shadow, Baskerville Old Face, Constantia;
	margin: 0px 0px 10px 0px;
	padding-top:  30px;
	padding-left:20px;
}
h3 {
	color: red;
}
h4{
	color: rgb(114,0,0);
}
nav { font-weight: bold;
	background-color:rgb(114,0,0);
	padding:  8px;
}
nav a:link { text-decoration: none;
	color: white;
}
nav a:visited { color: yellow;
}
nav a:hover { color: red;
}
aside{float: right; 
	display: block;
	width: 23%;
	padding-right:5px;
	font-size:12px;
}
main{vertical-align:top;
	background-color:white;	
	margin-right: 170px;
	width: 75%;
}
section{
	padding:15px;
	background-color:white;	
	font-size: 18px;
	font-weight: bold;
}
img{
	padding:10px;
}
.bold{font-weight:bold;
}
.colorRed{
	color: rgb(114,0,0);
}
.imageRight{
	float: right;
}
.imageLeft{
	float: right;
}
footer{
	background-color:rgb(114,0,0);
	color: white;
	padding:10px;
}
