div {
	border-radius: 3px;
}

#header {
	position: relative;
	z-index: 1;
	margin-top: 0px;
	height: 80px;
	background-color:#C5CAE9;
	margin-bottom: 0px;
	clear: both;
}

#name {
	float:left;
	margin-left: 10px;
	padding-top: 5px;
	font-size: 25px;
	font-family: Decorative, Modern;
	color: #ffffff;
}

#email{
	float:right;
	margin-right: 10px;
	padding-top: 5px;
	font-size: 21px;
	font-family: Decorative, Modern;
	color: #ffffff;
}

h4 {
	margin-left: 5px;
	margin-bottom: 15px;
	font-family: Decorative, Modern;
}

.right p {
	margin-left: 5px;
	margin-right: 0;
	margin-top: -10px;
	margin bottom: 20px;
	font-family: Times, serif;
	color: #000000;
	text-align: left;

}

.right li {
	list-style-type: square;
}

a:hover {
	background-color: white;
	color: black;
	height: 100%;
	width: 100%;
}

#resume {
	position: relative;
	width: 100%;
	height: 1000px;

}

#group {
	position: relative;
	width: 100%;
	height: 1500px;

}
.left {
	float: left;
    clear: left;
	width: 5%;
	height: 100%;
	background-color: #CE93D8;
	margin-bottom: 15px;
	margin-top: -12px;

}

.right {
	float: right;
	clear: right;
	width: 93%;
	height: 100%;
	background-color: #C5CAE9;
	margin-bottom: 0px;
	margin-top: -12px;
	padding-left: 20px;
}

#footer {
	position: relative;
	height: 50px;
	background-color: #E1BEE7;
	clear: both;
	font-family: Decorative, Modern;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
}

#footer p {
	position: relative;
	padding-top: 15px;
}

#education {
	position: relative;
	width: 100%;
	height: 1500px;
}
#navigation {
	margin-top: 0px;
	height: 45px;
	background-color: #E1BEE7;
	margin-bottom: 2px;
	clear: both;

}
#navigation li {
    list-style-type: none;
    position: relative;
    margin: 0px 0px 9px -30px;
    padding: 10px 40px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    border-right: 1px solid white;
    text-align: center;
    float: left;
}


li a {
    display: block;
    color: #000;
    padding: 8px 0 8px 16px;
    text-decoration: none;
}

.active {
    background-color: white;
    height: 100%;
	width: 100%;

}