html, body {
  height: 100%; /* Required */
}
body {
	direction:rtl;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #e6e8eb;
	font-size: 12px;
	text-align:center;
	margin: 0 auto;
	padding:0;
	background-image:url(../../images/body_bg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
}
h1{
	font-size:15px;
	padding:0px;
	margin:0px;
	color:#a34545;
}
#mainWrapper{
	width: 750px;
	margin: 0 auto;
	padding:0 14px;
	background-image:url(../../images/Wrapper_bg-inner.jpg);
	background-position:bottom;
	background-color:#ffffff;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
}
* html body #mainWrapper{
		height: 100%; /* For IE */
}
#bgLeft{
	background-image:url(../../images/bg_shadow_left.jpg);
	width:16px;
	height:404px;
	position:absolute;
	top:0;
	left:-2px;
}
#bgRight{
	background-image:url(../../images/bg_shadow_right.jpg);
	width:16px;
	height:404px;
	position:absolute;
	top:0;
	right:-2px;
}
#flashcontent_2{
	width: 472px; 
	height: 425px;
	text-align:left;
	float:left;
}
#TextBlock{
	width: 245px; 
	text-align:left;
	direction:ltr;
	line-height:16px;
	font-size:14px;
	margin-top:30px;
	padding:10px 0 15px 15px ;
	float:left;
	background-image:url(../../images/Text_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom center;
	background-color:#e7ebf1;
	border:3px solid #b0b4bf;
}
#Header{
	height: 110px;

}
#Holder{
	width:700px;  
	min-height:400px;
	background-color:#E6EBF1; 
	margin:0 auto; 
	padding:30px 0 0 0; 
}
* html body #mainWrapper #MainContent #Holder{
		height:400px;
}
#Main{
	background-image:url(../../images/Main_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-color:#E6EBF1;
	height:474px;
	text-align:left;
	padding:15px 5px 0 0;
}
#MainContent{
	background-image:url(../../images/innerBg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#E6EBF1;
	margin:0 auto;
	direction:ltr;
	text-align:left;
}
#MainContent table{
	margin:0 auto;
	padding:0px;
}
#Footer{
	position:absolute;
	bottom:0px;
	left:14px;
	height:24px;
	width:750px;
	background-color:#2f4b66;
	margin:0 auto;
	border-top:1px solid #000000;
}
#Footer_Top{
	background-image:url(../../images/footerBg.jpg);
	width:700px;
	margin:0 auto;
	height:24px;
	font-size:24px;
	line-height:24px;
}
.clearboth{
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
}
.td_text{
	font: 12px arial; 
	vertical-align: top; 
	padding-left:20px;
	padding-right:30px;
}
