body  {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;

}

#wrapper  {			
	background-color: #d7d3d3;
	width: 960px;
	margin: 20px auto;
	border-radius: 20px;
}

header img {
	display: inline;
	border-radius: 20px 0px 0px 0px;
	
}
header div  {
	
	position: relative;
	top: -260px;
	left: 800px;
	
}
header h1 {
	background-color: #262261;
	color: #ffffff;
	font-size: 6em;
	height: 151px;
	font-family:'Great Vibes', cursive;
	width: 715px;
	float: right;
	text-align: center;
	margin-top: -350px;
	padding-top:80px;
	padding-right: 60px;
	border-radius: 0px 20px 0px 0px;
	margin-left: 40px;
	
}

nav {
	background-color: #540e2c;
	width: 715px;
	height: 52px;
	float: right;
	padding-bottom: 9px;
	border-top: 2px solid #8c8c8c;
	margin-top: -119px;
}
span  {
	font-weight: bold;
}

ul {
	
	width: 100%;
}

a:link,  a:visited  {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a:active  {
	color: #d7d3d3;
}

article a:link, article a:visited  {
	color: #540e2c;
}	 
article a:hover  {
	color: #737376;
}

a:hover  {
	color: #737376;
	
}

figure img:hover{ 
	opacity: .8; 
}

li {
	display: inline;
	padding-right: 25px;
	margin-top: -10px;
	color: #f0f6a7;
	font-size: 1.1em;
	
}

section {
	max-width: 740px;
	text-align: center;
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
}

section img  {
	border-radius: 10px;
}

#early_years_images{
	float: left;
	width: 23%;
	margin: -30px 20px 20px 30px;
	
}	

#index{
	float: left;
	width: 23%;
	margin: -30px 20px 20px 30px;
}
#early_years_images img  {
	margin-bottom: 35px;
	border-radius: 10px;
}

#index img  {
	margin-bottom: 30px;
	border-radius: 10px;
}

article  {
	background-color: #ffffff;
	border-radius: 10px;
	color: #272262;
	padding: 20px;
	width: 42%;
	text-align: left;
	display: inline-block;
	margin-right: 20px;
	
	float: left;
	margin-bottom: 30px;
	margin-top: -30px;
	

}

form  {
	background-color: #ffffff;
	border-radius: 10px;
	color: #272262;
	padding: 20px;
	width: 42%;
	text-align: left;
	display: inline-block;
	margin-right: 20px;
	
	float: left;
	margin-bottom: 30px;
	margin-top: -30px;
}

#intro {
	background-color: #ffffff;
	border-radius: 10px;
	color: #272262;
	padding: 20px;
	width: 42%;
	text-align: left;
	display: inline-block;
	margin-right: 20px;
	height: 255px;
	float: left;
	margin-bottom: 30px;
	margin-top: -30px;
}

/*This section sizes the aside boxes on each page*/
#school  {
	height: 800px;
}

#military  {
	height: 1280px;
}

#career  {
	height: 1000px;
}

/*#influences  {
	height: 920px;
}*/
#mission  {
	height: 965px;
}
#family  {
	height: 1180px;
}

#performing  {
	height: 965px;
}

#friends  {
	height:1010px;
}

#poems  {
	height: 265px;
}

#forms  {
	height: 450px;
}

article h2  {
	color: #272262;
	font-size: 1.2em;
	margin-top: 0px;
}

aside h3  {
	margin-top: 0px;
}

aside a  {
	font-size: .8em;
}
aside  {
	background-color: #272262;
	width: 18%;
	height: 493px;
	float: left;
	border-radius: 10px;
	color: #ffffff;
	text-align: left;
	padding: 15px;
	margin: 0px;
	margin-bottom: 30px;
	margin-top: -30px;
}



figure {
	display: inline-block;
	background-color: #262261;
	color: #ffffff;
	padding: 7px;
	border-radius: 10px;
	margin: 15px;
	
}

figcaption {
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 1em;
}

footer  {
	background-color: #540e2c;
	width: 100%;
	text-align: center;
	color: #d7d3d3;
	font-weight: bold;
	font-size: .7em;
	padding: 25px 0px 10px 0px;
	border-top: 3px solid #8c8c8c;
	border-radius: 0px 0px 20px 20px;
	clear: both;
	
}

footer nav {
	margin: -30px 0px -20px 0px;
	padding-bottom: 0px;
	width: 100%;
	text-decoration: underline;
	border-radius: 0px 0px 20px 20px;
}

footer p  {
	margin: -20px 0px 0px 0px;
	display: inline-block;
}

footer ul {
	margin-left: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
}

footer li  {
	padding: 0px 25px 0px 0px;
}