div#page
{
	background-color: #408040;
	background-image: url('../images/page_bck.jpg');
  background-repeat: repeat-x;
  min-height: 714px;
  padding: 10px 0px 10px 0px;
}

	div#page_body
	{
	text-align: center;
  width:940px;
  
	}

		div#head_container
		{
	background-color: #E2B93E;
	width: 940px;
}
		
		div.horna{
			height:133px;
			background-image: url('../images/head1.png');
		}
		div#language_selector{
			width:218px;
			height:133px;
		}
		div#body_container
		{
			width:940px;
			background-color: white;
			background-image: url('../images/bg_left_panel.jpg');
			background-repeat: repeat-y;
		}
		
		  div#left_panel
		  {
      float: left;
      text-align: left;
      width: 205px;
      background-color: #72a473;
      margin-right: 20px;
      }
      
        div#apy_bounding
        {
        padding-left: 30px;
        }
          div#apy_caption
          {
          background-color: #72a473;
          padding: 8px 0px 6px 10px;
          background-image: url('themes/default/images/menu2_item_bg.jpg');
          background-repeat: repeat-y;
          font: bold 15px Arial;
          color: white;
          border-bottom: 1px solid #72A372;
          }
          
          div#apy_items
          {
          background-image: url('../images/apy_menu_item_bg.jpg');
          background-color: red;
          }
          
      div#middle_panel
      {
      text-align: left;
      padding: 0px 25px 20px 230px;
      background-image: url('../images/bg_frontpage_title.jpg');
      background-repeat: repeat-x;
      }
      
      div#middle_panel_intro
      {
      text-align: left;
      padding: 0px 10px 20px 230px;
      background-image: url('../images/bg_frontpage_title1.jpg');
      background-repeat: repeat-x;
      }
      
        div#middle_panel_intro a
        {
        color: green;
        }

	   	div#foot_container
		  {
		  text-align: left;
			font: 12px Arial;
			color: white;
			background-color: #72A372;
			width: 940px;
			background-image:url(../images/guion_foot_left.gif);
			background-repeat: no-repeat;
    	background-position: left bottom;
    	line-height: 25px;
    	vertical-align: bottom;
		  }
		
    		div#foot_container a
    		{
  			font: 12px Arial;
  			color: white;
    		}
    		
    		      		div#foot_container a img
              		{
            			font: 12px Arial;
            			color: white;
                  vertical-align: middle;
              		}
    		

