#newsTitle
		{
		width: 500px;
		height: 16px;
		float:right;
		direction:rtl;
		text-align: right;
		}
		
		.newsTitleMain
		{
		width: 310px;
		height: 16px;
		float:right;
		text-align: right;
		}
		
		.newsTitleDateMain
		{
		width: 110px;
		height: 16px;
		padding-right:5px;
		float: left;
		text-align: left;
		}

		.newsText
		{
		width: 452px;
		height: auto;
		text-align: justify;
		margin-left: 250px; direction:rtl
		}
		
		#newsTitleDate
		{
		width: 180px;
		height: 16px;
		float: left;
		text-align: left;
		direction:rtl;
		}

		#newsContainer
		{
		width: auto;
		height:auto;
		padding: 0px auto 0px auto;/* top - right - bottom - left*/
		padding: 10px  3% 0px 3%;/* top - right - bottom - left*/
		background-color:#F5F5F7;
		}

		#mainContainerNews
		{
		width: 100%;
		height: auto;
		float: left;
		padding: 10px auto 0px auto;/* top - right - bottom - left*/
		background-color:#ffffff;	
		}

		#news
		{
		background-image:url(../images/newsBg.jpg);
		background-repeat: repeat-x;
		width: 702px;
		height: auto;
		padding: 0px 10px 0px 15px;/* top - right - bottom - left*/

		}

		#newsBoxTitle
		{
		background-image:url(../images/newsar.gif);
		background-repeat:no-repeat;
		width:727px;
		height:35px;
		}
		
		.newsBoxData
		{
		float:left;
		width:450px;
		height:auto;
		margin: 10px auto 0px 15px;/* top - right - bottom - left*/
		padding: 0px auto 0px 0px;/* top - right - bottom - left*/
		font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		position: relative;
		}
		
		#newsImg
		{
		float:left;
		width:224px;
		height:374px;
		background-image:url(../images/contImg.jpg);
		background-repeat:no-repeat;
	/*	margin: auto auto 0px auto;/* top - right - bottom - left*/
		padding: 0px 5px 0px 15px;/* top - right - bottom - left*/
		font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		position: relative;
		}
		
		
		.newsHeading
		{
		width:auto;
		font-size:11px;
		font-weight:bold;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		padding: 0px 0px 4px 0px;/* top - right - bottom - left*/
		}

		.newsLine 
		{
		width:450px;
		height:12px;
		float:left;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		margin: 0px 2px 0px 15px;/* top - right - bottom - left*/
		}
		
		.readMoreBox,
		.readMoreBox a:link,
		.readMoreBox a:visited,
		.readMoreBox a:active
		{
		width:60px;
		height:12px;
		float:left;
		text-align:right;
		vertical-align:middle;
		text-decoration:none;
		padding: 0px 0px 0px 0px;/* top - right - bottom - left*/
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:normal;
		color:#aa1416;
		}
		
		.readMoreBox a:hover
		{
		color:#000000;
		}