body {
	width: 100%; /* Hebrew */
	color: #333333;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	text-align: center;
}
#wrap {
	width: 960px;
	margin: 10px auto 10px;
	padding: 0px;
	position: relative;
	border: 0px solid #ffffff;
	text-align: right;
}
/* WPH - IE7 */
*+ html .time {
	background: #FFFFFF url(images/icon_time.gif) no-repeat top right;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 20px;
}
*+ html .tags {
	background: #FFFFFF url(images/icon_tags.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 18px 0px 0px;
}
*+ html .icomment {
	background: #FFFFFF url(images/icon_comments.gif) no-repeat top right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
}

/* WPH - IE6 */

*html .time {
	background: #FFFFFF url(images/icon_time.gif) no-repeat top right;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 20px;
}
*html .tags {
	background: #FFFFFF url(images/icon_tags.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 18px 0px 0px;
}
*html .icomment {
	background: #FFFFFF url(images/icon_comments.gif) no-repeat top right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
}
