  img { behavior: url(/common/iepngfix/iepngfix.htc) }
  
  html {
    margin: 0;
    padding: 0;
    height: 100%;
    margin-bottom: 1px;
    font-family: Tahoma;
    font-size:12px;
  }
  
  body {
    margin: 0;
    padding: 10px;
    background-color:#C7C7C7;
    background-image: url(images/background.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    
  }
  
  #header {
  	background-image: url(images/logo.gif);
  	background-repeat: no-repeat;
  	height: 116px;
  }
  
  #mainmenu {
  	background-image: url(images/mainmenu.jpg);
  	background-repeat: no-repeat;
  	height: 40px;
  }
  
  #maincontent {
  	background-image: url(images/maincontent.gif);
  	background-repeat: repeat-y;
  	padding: 30px
  }
  
  #footer {
  	background-image: url(images/footer.gif);
  	background-repeat: no-repeat;
  	height: 40px;
  }
  
  #wrapper {
    width: 806px;
    margin: 0px auto;
  }
  

  
  * html #rightOrange {
    margin-top: -7px;
  }
  
  .ContentHeader {
    font-family:trebuchet, verdana;
    font-size:18px;
    color:#E51937;
    width:100%;
    padding:4px 0;
    background-image:url(images/contentheaderbg.gif);
    background-repeat:repeat-x;
    background-position:bottom;
  }

  h1
  {
    font-size: 2em;
    font-weight: bold;
  }
  
  




