#navigation {
	background : #b5acb3;
	position : absolute;
	top : 60px;
	left : 20px;
	width : 200px;
	height : 100px;
	border-radius : 50px/100px;
	border-bottom-left-radius : 50px;
	border-bottom-right-radius : 50px;
	border : 2px dotted #314744;
	
	
}

#content {
	margin : 0 200px;
}

#footer {
	clear : both;
}

a:link {
    transition: all ease linear 0;
    color: hsl(36,50%,50%);
}
a:hover {
    color: hsl(36,100%,50%);
}