
nav
{
	
	float: left;
	width: 110px;
	height: 224px;
    position: absolute;
	top: 60px;
	bottom: 0px;
	left: 30px;
	right: 0px;
    background-color: #FFCC99;
    border: 2px solid black;	
	font-size: 16px;
	font-weight: bold;
}
aside
{
    
	width: 95px;
	height: 30px;
    position: absolute;
	top: 350px;
	bottom: 0px;
	left: 40px;
	right: 0px;
	color: white;
    background-color: #CC9966;
	
	border: 2px solid black;
	z-index: 2;
	font-size: 20;
	
}
nav1
{
	float: left;
	width: 110px;
	height: 120px;
    position: absolute;
	top: 370px;
	bottom: 0px;
	left: 33px;
	right: 0px;
    background-color: #FFCC99;
	border: 2px solid black;
	z-index: 1;
	vertical-align: bottom;
}

