/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
html,body {
		margin: 0;
		padding: 0;
}
body {		
		text-align: center;
		direction: rtl;
}
		
#container {
		margin-left:auto;
		margin-right:auto;
		width: 987px; 
		min-height:100%;
		text-align: right;
      position:relative;
		
		
}
/* commented backslash hack v2 \*/ 
* html #container {height:100%;}		
* html #container {width:987px;w\idth:987px;}

/* end hack */ 

#header {
		height: 214px;
		width:100%;
		position:relative;
		z-index:2;
		overflow:hidden;

}

* html #header {height:214px;he\ight:214px;}

#newsTicker {
		width:100%;
		height: 29px;
		position:relative;
		z-index:2;
		

		
}
* html #newsTicker{height:29px;he\ight:29px}		
#menu {
		float: right;
		width: 140px;
		padding:0;
}
#content {
		
		
		float: left;
		padding-right:8px;
		width: 837px;
		padding-left: 1px;
		
		
		
		}
#content p, #menu p, #newsTicker p, #header p,#footer p  {margin:0;}		
#footer	{
	
		position:absolute;
		bottom:0;
		width:100%;
		height: 150px;

}
#footer p {margin:0;padding:0}
* html #footer {height:150px;he\ight:150px;}

.divider1 {
	width:100%;
	height:0px;
	overflow:hidden;
	position:relative;
}


#clearfooter {height:150px;width:95%;clear:both}

