#topbar

    {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 25%;
	background-color: Transparent;
	 
	}

#menu

    {position: absolute;
    left: 0%;
    top: 27%;
    width: 11%;
    height: 160%;
    background-color: #CCCC99;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal; 
	 }
	 

#main

    {
	position: absolute;
	left:  12%;
	top: 27%;
	width: 67%;
	height: 160%;
	background-color: #D5EDB3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size-adjust:inherit;
	font-weight:normal;
}
	
#navigation

    {
	position: absolute;
	left: 80%;
	top: 27%;
	width: 20%;
	height: 160%;
	background-color: #CCCC99;
}
