#page {
    font-size: 100%;
    width: 92%;
}
#pageclose  
{
	width: 92%;
}
#column1 { 
	width: 23%; 
}

#column2 { 
	width: 55%; 
}
#column3 {
    width: 18%
}
.markermenu {
width: 175px; /*width of side bar menu*/
}
* html .markermenu ul li a { /*IE6 hack*/
width: 165px;
}
.ddsubmenustyle li a{
width: 220px; /*width of menu (not including side paddings)*/
}
* html .ddsubmenustyle li{ /*IE6 CSS hack*/
width: 230px; /*width of menu (include side paddings of LI A*/
}

