

/* Hadi section under this line */ 

div#container {
	width: 600px;
	height: 600px;		
	height:auto !important;
	_height:auto !important;	
	min-height: 600px;	
	margin: 0 auto;
	padding: 0;
	border: 0;
	overflow: visible;
	/* background-color: silver; */
}

/* Size e Ghaab Ha */

div.newsbox {
	display: block;
	float: right;
	text-align: right;
	margin: 4px;
	width: 280px;
	height: 180px;		
	height:auto !important;
	_height:auto !important;	
	min-height: 180px;	
	background-color: transparent;
	border: 1px solid silver;
	overflow: hidden;
}

html>body div.newsbox {
	margin: 2px;
}


/* Title h1 Size */

div.newsbox h1 {
	display: inline-table;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	color: #888;
	margin: 0;
	margin-top: 16px;
	margin-right: 5px;
	margin-bottom: 7px;
	direction: rtl;
}

/* Paragraph Size */

div.newsbox p {
	float: none;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.3em;
	text-align: right;
	color: #000;
	margin-top: 5px;
	margin-right: 75px;
	margin-bottom: 5px;
	margin-left: 5px;
	direction: rtl;
}


div.newspic {
	display: block;
	float: right;
	width: 60px;
	height: 60px;
	margin: 5px;
}

div.newspic img {
	border: 0;
	background-color: #fff;
	margin: 0;
}

/* Misc Stuff */ 
.featherduster {
	clear: both;
}

/* Hiding from Oldies */ 
* html .sauber { 
	height:1%; 
} 

/* Hadi section end */ 





