div {
	border-radius: 5px;
}

header {
	z-index: 1;
	position: fixed;
	width: 97.5%;
	margin-top: -20px;
	height: 60px;
	background-color: #668284;
	margin-bottom: 10px;
}

#name {
	float:left;
	margin-left: 5px;
	padding-top: 5px;
	font-size: 16px;
	font-family: Verdana, sans-serif;
	color: #ffffff;
}

#email{
	float:right;
	margin-right: 5px;
	padding-top: 5px;
	font-size: 16px;
	font-family: Verdana, sans-serif;
	color: #ffffff;
}

h4 {
	margin-left: 5px;
	margin-bottom: 15px;
	font-family: Verdana, sans-serif;
}

.right p {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: -10px;
	font-family: Garamond, serif;
	color: #000000;
}

a:hover {
	font-weight: bold;
}

#clearfix {
    display: flex;
    flex-wrap: nowrap;
}

li {
	list-style-type: square;
}

#nav {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    bottom: 0;
	width: 100%;
}

#nav li {
	float: right;
	list-style-type: none;
}

#nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 10px;
    text-decoration: none;
}


.left {
	position: relative;
	float: left;
	margin-top: 50px;
	width: 10%;
	height: auto;
	background-color: #B9D7D9;
	
}

.right {
	position: relative;
	float: left;
	margin-top: 50px;
	padding-left: 20px;
	width: 90%;
	height: auto;
	background-color: #F4EBC3;
	
}

footer {
	position: relative;
	height: 50px;
	background-color: #668284;
	clear: both;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
}

footer p {
	
	padding-top: 15px;
}