.main{
	direction:rtl;
	width: 800px;	
}
.header {
	background-image: url(img/anaar.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100px;
	
	margin-top:15pt;
	border-bottom: 1px solid #FFD2D2;
	border-top: 1px solid #FFD2D2;
}
.content{
	float:right;
	padding:5pt;
	width:550px;
}
.tit{
	text-align:right;
	color: #009999;
}
.sidebar{
	float:left;
	width:200px;
	padding:10pt;
	text-align:justify;

}
.stit{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #006699;
	text-align:center;
}
.stext{
	color: #000000;
}
#commentspopup{
	direction:rtl;
}