body{
	font-family:cursive, arial;
	font-size: 18px;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	background-color: #E9CFEC;
}


/*global*/
.container{
	width:80%; 
	margin: auto;
	overflow: hidden;
}

/*header*/
header{
	background-color:#800080;
	color:#f4f4f4;
	padding-top: 30px;
	min-height: 70px;
	border-bottom: #8A2BE2 3px solid;
}

header a{
	color: #f4f4f4;
	text-decoration: none;
	text-transform: uppercase;
	font-size:16px; 
}

header ul{
	margin: 0;
	padding: 0;
}

header li{
	float: left;
	display: inline;
	padding: 0 20px 0 20px;
}

header #branding{
	float: left;
}

header #branding h1{
	margin: 0;
}

header nav{
	float: right;
	margin-top: 10px;
}

header .highlight, header .current a{
	color: #E238EC;
	font-weight:bold;
}

header a:hover{
	color: #5E5A80;
	font-weight: bold;
}

/* showcase*/
 #showcase{
 	min-height: 400px;
 	background:url(img/erudites.jpg) no-repeat;
 	background-position: center;
 	background-size: cover;
 	text-align: center;
 	color: #ffffff;
 }

 #showcase h1{
 	margin-top: 30px;
 	font-size: 55px;
 	margin-bottom: 20px;
 	line-height: 1.3em;
}

#showcase p{
	color: #E9CFEC;
	font-size: 20px;
	margin-top: 200px;
	margin-bottom: 0;
	font-style: italic; 
	line-height: 1.0em;
}

#newsletter{
	padding: 15px;
	color: #ffffff;
	background: #800080;
}

#newsletter h1{
	float: left;
	font-weight: lighter;
}

#newsletter form{
	float: right;
	margin-top: 15px;
}

#newsletter input[type="email"]{
	padding: 4px;
	height: 20px;
	width: 250px;
}

.button_1{
	height: 28px;
	background: #8A2BE2;
	border: 0;
	padding-left: 20px;
	padding-right:20px;
	color: #ffffff;
}

#classgovernor{
	text-align: center;
	font-family: Tahoma;
	word-spacing: 0.4em;
} 

/*boxes*/
#boxes{
	margin-top: 20px;
}

#boxes .box{
	float:left;
	text-align: center;
	width: 40%;
	padding: 10px;
}

#boxes .box img{ 
	width: 200px;
}

#boxes .box p{
	font-style: italic;
}

#footer{
	padding: 20px;
	margin-top: 20px;
	color: #ffffff;
	background-color: #8A2BE2;
	text-align: center;
}
























