
div {
	border-radius: 10px;
}
*{
	color: #000066;
	font-family: sans-serif;
}
#header {
	z-index: 1;
	position: fixed;
	width: 98%;
	margin-top: -20px;
	height: 80px;
	background-color: #668284;
	margin-bottom: 10px;
	font-size: 20px;
	text-align: center;
}
#main{
	height: 95px;
	margin-bottom: 5px;
	border-radius: 5px;
	margin-top: 5px;
}
#email{
	font-size: 10px;
	font-family: sans-serif;
}
li{
	margin-top: 1px;
}
a:hover {
	font-weight: bold;
}
.left {
	position: relative;
	float: left;
	margin-top: 37px;
	width: 10%;
	height: 400px;
	background-color: #B9D7D9;
	margin-bottom: 5px;
	text-align: center;
}
.right {
	float: right;
	margin-top: 37px;
	width: 88%;
	height: 400px;
	background-color: #F4EBC3;
	margin-bottom: 5px;
	text-align: left;
}
#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 {
	position: relative;
	padding-top: 15px;
}
#youtube{
	float: right;
	height:45px;
	margin-top: 45px;
}
