/* 
Title:     Fixes for IE/win
*/

/* fixes font-size keyword problem for IE5/Win */
body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}

/* fixes styles for IE 6 */


* html .box1 {
	width:565px;
	margin:0 2px 10px;
	float:left;
	}
* html .box2 {
	width:175px;
	margin:0 0 0 2px;
	padding:0;
	float:left;
	}
* html .special-entry {
	margin-left:10px;
	}
	
* html img.resim2 {
	float:left;
         width:170px;
        height:100px;
	}	
* html.post-entry {
	margin:0 0px 0 2px;
	font-family:Arial, Verdana,Georgia, sans-serif;
	font-size:11px;	
	line-height:1.5em;
	}
