/* context */

body
{
	margin: 0px;
	border: 0px; 
	padding: 0px;	
	margin-top: 0px;
}
	
#footer
{
	/* False margin value for all versions of IE Win, including 6.0 */	
	margin-left: 1px;
	width: 714px;
	height: 166px
}

html>body div#footer {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 2px;
}

#header
{
	width: 714px;
	height: 119px
}

#menu
{
	float: left;
	width: 200px;
	/* False margin value for all versions of IE Win, including 6.0 */				
	margin-left: 20px;
	margin-top: 25px			
}

html>body div#menu {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 40px;
	margin-top: 10px				
}

#content
{
	float: left;
	width: 350px;		
	text-align: left;
	/* False margin value for all versions of IE Win, including 6.0 */	
	margin-left: 55px;
	margin-top: 67px		
}

html>body div#content {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 55px;
	margin-top: 55px				
}

