/* Style sheet for IE versions 5.5 & earlier */

#header{
	margin-left: 24px;
	position: relative;
}

#navbarBG{
	margin-top: -18px;
}

/*	Fix positioning error. IE 5.5 unable to do 
	left:50%; margin-left: -(1/2width) 		*/
* html body #nav
{
	left: 399px;
	margin-left: -375px;
	top: 208px;
}

* html body #nav li ul li ul
{
	left: 180px;
}


/* BROWSER FIX 5 */
.thetable	 {height: 100%;} /* required  so floated tablecells take the height*/
.tablecell	{float: left;} /* to overcome display: table-cell; */
.one, .two, .three	{height: 100%;} /* to overcome child selector */ 
.two	{
			width: 38%; 
			padding-right: 38%; 
			padding-left: 38%;
			margin-left: 38%; 
			}
.three	 {margin-left: -38%;}