/* CSS Document */
.MainBody
{
	width:984px;
	margin:0 auto;
	background:url(../content/images/main_bg.gif) repeat-y;
}
#Content
{
	background:url(../content/images/cont_bg.jpg) top center no-repeat;
}
#Main
{
	background:url(../content/images/cont_bot.gif) bottom no-repeat;
}
#MainContent
{
	min-height:460px;
	padding-left:80px;
	padding-right:80px;
}
#PageBody
{
	padding:15px;
}
#PageTitle
{
	background:url(../content/images/lable_r.gif) top right no-repeat; 
	margin-bottom:10px;
}
#PageTitle h1
{
	background:url(../content/images/lable_l.gif) top left no-repeat; 
	height:25px;
	font:normal 16px Arial;
	color:#f8d734;
	padding-right:20px;
	padding-left:20px;
	line-height:25px;
}
/* ============================================================================================ */
#Header
{
	height:190px;
	position:relative;
}
#Header #Logo
{
	display:block;
	width:400px;
	height:120px;
	position:absolute;
	top:5px;
	left:285px;
}
#Header #Phone
{
	width:173px;
	height:35px;
	text-align:center;
	position:absolute;
	left:287px;
	top:143px;
	font:normal 20px Arial;
	color:#ffcb20;
	line-height:35px;
}
/* ============================================================================================ */
.Langs
{
	position:absolute;
	width:55px;
	top:20px;
	left:850px;
}
.Langs #en
{
	display:block;
	background:url(../content/images/en.gif) center no-repeat;
	width:24px;
	height:16px;
	float:left;
}
.Langs #he
{
	display:block;
	background:url(../content/images/he.gif) center no-repeat;
	width:21px;
	height:16px;
	float:right;
}
/* ============================================================================================ */
.Footer
{
	width:870px;
	height:40px;
	margin:0 auto;
	line-height:40px;
	padding-bottom:3px;
	color:#de6900;
}
.Footer #Left
{
	width:400px;
	float:left;
	text-align:left;
}
.Footer #Right
{
	width:400px;
	float:right;
	text-align:right;
}
.Footer a
{
	color:#de6900;
	text-decoration:none;
}


