@font-face {
	font-family: 'Purisa';
	src: url('purisa-webfont.eot'); /* IE9 Compat Modes */
	src: url('purisa-webfont.eot?iefix') format('eot'), /* IE6-IE8 */
	     url('purisa-webfont.woff') format('woff'), /* Modern Browsers */
	     url('purisa-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('purisa-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
	}


  .body  {
      background:#fd8e00;
      margin: 0; 
      padding: 0;
      text-align: center; 
      font: 13px Purisa;
	border:0;
  }

#mainContent{border:none;
      width:560px;
      height:440px;
      font: 11px  Purisa;
      background-color: #FBFFD1;
      margin: 0; 
      padding: 10px;
      border:0;
      overflow:auto;
			 }

  #container { 
      width: 780px;  
      height: 700px;
      background-color: #FBFFD1;
      margin: 0 auto; 
      margin-top:20px;
      margin-bottom:20px;
      text-align: left; 	
      border:none;
      position:relative;

      -moz-border-radius: 40px;
      -webkit-border-radius: 40px;
      border-radius: 40px;
      -moz-box-shadow: 2px 5px 15px #000;
      -webkit-box-shadow: -2px 5px 15px #000;
      box-shadow: -2px 5px 15px #000;
      z-index: 2;
      behavior: url(ie-css3.htc);
  } 

  #title_head{
      font: 16px  Purisa;
  }

  #header { 
      padding: 12px 12px 12px 12px;
  border:0;

  } 

#header h1 {
      margin: 0; 
      padding: 10px 0; 

  }
  
  #my_menu {
      float: left; 
      width: 200px;
      height: 490px;  
      font: 13px Purisa;
       font-style:bold;
  }

  #my_menu td{
      text-align:center;
      padding-right: 10px;
font-style:bold;
  }

  #my_menu a:link {
      text-decoration: none;
      color:#000000;
  }

  #my_menu a:hover {
      color:#fd8e00;
      text-decoration: none;
  }

  #my_menu a:visited {
     color:#000000;
      text-decoration: none;
  }

  #footer { 
   padding: 0 10px 0 20px; 
      background:#DDDDDD; 
  } 
  
  #footer p {
      margin: 0; 
      padding: 10px 0; 
  }

