/***

Hacks for the Worst Browser Ever - MSIE 5, 5.5, 6


***/

#header	{  
	_background-image: url(../images/layout-header.gif); /* IE 5, 6 Hack */
}

#header-logo-box {

	_left: 0px;
}

#menu-table	{ 
	_left: -2px; /* IE 5, 6 Hack */
}

.menu-row	{
	_width: 850px;
	_padding-left: 0px;
}

#content	{  
	_background-image: url(../images/layout-content.gif); /* EI 5, 6 Hack */
	_height: auto;
	}	

.content-table {
	_height: 0;
	_margin-left: 15px;
}

.content-row	{
	_height: 0;
}

#content-cell-intro{
	_height: 0;
}

.content-cell	{
	_padding: 0;
	_margin-left: 15px;
	_height: 0;
	_float: left;
}


#content-cell-470 img	{
	_margin-bottom: 10px;
}


#footer	{
	_background-image: url(../images/layout-footer.gif); /* IE 5, 6 Hack */
}

/***

This is for all the good browsers!

***/

html>body #content	{
	clear: both;
	overflow: auto;
}

