body
{
 padding: 0px;
 margin: 0px;
 background-color: #262626;
 direction: rtl;
}

img, div, input
{
 behavior: url('../iepngfix.htc');
}

img
{
 border: 0px;
}

a:link,
a:visited,
a:active,
a:hover
{
 color: #F30380;
 text-decoration: none;
}

 div#Template
 {
  width: 869px;
  margin: auto auto;
  border-top: 0px;
  font-family: Verdana;
  font-size: 14px;
 }
 
  div.Logo
  {
   width: 869px;
   height: 311px;
   background: #EBEBEB;
  }
 
  div#Content
  {
   background-image: url('../images/BGGrandit.jpg');
   background-repeat: repeat-x;
   background-position: top left;
   min-height: 400px;
   width: 869px;
  }
  
  div.Leaf
  {
   width: 44px;
   height: 37px;
   background-image: url('../images/Leaf.jpg');
   background-repeat: no-repeat;
   background-position: top left;
   margin-left: 56px;
   float: left;
  }
  
  div.Menu
  {
   margin-top: 1px;
   width: 210px;
   height: 28px;
   float: right;
   margin-right: 50px;
   direction: rtl;
  }
  
   div.Menu img:first-child
   {
   	margin-left: 1px;
   }
   
  div#Bar
  {
   height: 40px;
   width: 869px;
  }
   
  div.Page
  {
   padding: 5px;
   overflow: auto;
   width: 860px;
   margin: auto auto;
  }
  
  div.Page div.RightContact
  {
   float: right;
   width: 50%;
  }
  
   div.Page div.RightContact span
   {
    vertical-align: middle;
   }
   
   div.Page div.LeftContact input,
   div.Page div.LeftContact textarea
   {
    background-color: #DFE1E0;
    border: 0px;
    color: #F30380; 
    padding: 5px;
   }
     
  div.CopyRights
  {
   background-color: #262626;
   width: 859px;
   margin: auto auto;
   padding: 5px;
   color: #FFFFFF;
  }