body 			{ 	
				font-family: sans-serif; 
			}

img			{	
				border: none;
			}
div			{
				/*border: thin dotted black;*/
			}
div.header		{
				width: 825px;
			}
img.adverttop		{
				position: relative;
				top: -20px;
			}
div.footer		{
				width: 825px;	
			}
div.main_win		{
				position: relative;
				width: 825px;
				overflow: hidden;
				float: left;
			}
div.main_content, div.menu_content, div.right {
				padding-bottom: 10000px;
				margin-bottom: -10000px;
			}
div.main_content	{	
				display: inline;
				float: left;
				margin-left: 0px;
				width: 480px;
			}
div.menu_content	{	
				float: left;
				width: 150px;
				margin-left: 0px;
			}
div.right		{
				float: right;
				margin-right: 0px;
				/*margin-left: 670px;*/
				text-align: right;
				width: 152px;
			}
div.footer.hifilogo	{
				position: absolute;
				left: 500px;
			}



/* easy clearing */
div.main_win:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
div.main_win
	{
	display: inline-block;
	}
/*\*/
div.main_win
	{
	display: block;
	zfloat: left; /* experimental values to fix Opera */
	zwidth: 100% /* experimental values to fix Opera */;
	}
/* end easy clearing */
/* ]]> */
