html, body {
	margin:0;
	padding:0;
	direction: rtl;
	background: url('images/bg.jpg');
		}

* {
	font-family: Arial;
			}	
	
#container {
	margin:0 auto;
	text-align: center;
	width: 901px;
	background: #fff;
	border-right: 1px solid #8B8B8B;
	border-left: 1px solid #8B8B8B;
	padding: 0;
			}
				
			
#header {
	width: 901px;
	border-bottom: 7px solid #6D6D6D;
	}


		
#header .logo-header {
	float:left;
	display: block;
	margin-top:-10px;
		}
		

		}		
		
#index {
	width: 901px;
	border-top: 2px solid #898989;
	}
	
#index #right-index {
	width: 277px;
	float:right;
	margin-top:2px;
		}

#index #left-index {
	width: 623px;
	float: right;
	margin-top:2px;
		}		


		
#left-index .main-article {
	float: left;
	margin: 17px;
	text-align: right;
	direction: rtl;
	color: #313130;
	font-size: 14px;
	margin-bottom: 1em;
	width: 570px;
		}		
		
#left-index .main-article-title {
	border-bottom: 1px dashed #A0B3CB;
	background: url('images/arrow_left.gif') no-repeat right;
	width: 400px;
	text-indent: 2.5em;
	text-align: right;
	color: #f49020;
	font-weight: bold;
	font-size: 14pt;		
	margin-bottom: 10px;
		}

#left-index .main-article a {
	color: #4b9dcb;
		}

#left-index .main-article a:hover {
	color: #f49020;
		}


#footer {
	width:	901px;
	text-align: center;
	direction: rtl;
	color: #181818;
	font-size: 14px;
	font-weight: bold;
	display: block;
	position: relative;
	top: 3em;	
	clear: both;
	background: #fff;
	border-right: 1px solid #8B8B8B;
	border-left: 1px solid #8B8B8B;
		}	
		
#footer a {
	direction: rtl;
	color: #181818;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
		}		
				
#footer hr {
	height: 3px;
	width: 90%;
	color: #4C4C4C;
	background-color: #4C4C4C;
	border: 0;
		}
		
#footer .copyrights {
	color: #5D5D5D;
	font-size: 12px;
	font-weight: normal;
		}		

#footer .copyrights a {
	font-weight: normal;
		}		
		

.clear {
	clear: both;
		}			