#page { 
	font-size: 101%;
	width: 91%; 
}
#pageclose { 
	width: 91%; 
}
.hl { 
	background-image: url("images/hawkowlheader.jpg");
	width: 360px;
	height: 91px;
}
.hr { 
	background-image: url("images/hawkowlcontact.jpg");
	width: 270px;
	height: 80px;
}
.fc
{
    background-image: url("images/hawkowlfooter.jpg");
	width: 850px;
	height: 45px;
}
.topmenu ul
{
font: bold 12px Verdana;
}
.topmenu li a
{
padding: 8px 10px; /*padding inside each tab was 6 8*/    
}
.submenu, .submenu ul{ /*topmost and sub ULs, respectively*/
    font: normal 12px Verdana;
}
.submenu li a{
width: 190px; /*width of menu (not including side paddings)*/
}
* html .submenu li{ /*IE6 CSS hack*/
width: 200px; /*width of menu (include side paddings of LI A*/
}

