html, body {
  height: 624px; /* 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.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
	position: relative;
	min-height: 624px; /* For Modern Browsers */
}
* html body #mainWrapper{
		height: 624px; /* 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;
	min-height:320px;
	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;
}
* html body #mainWrapper #TextBlock{
		height:320px;
}

#Header{
	height: 110px;
}
#Main{
	background-image:url(../../images/Background_main.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-color:#E6EBF1;
	height:474px;
	text-align:left;
	padding:15px 5px 0 0;
}
#Footer{
	height:24px;
	background-color:#2f4b66;
	margin:0 auto;
	border-top:1px solid #000000;
}
#Footer_Top{
background-color:#E6EBF1;
	height:24px;
	font-size:24px;
	line-height:24px;
}
.clearboth{
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
}