html, body
{
  margin: 0;
  padding: 0;
  height: 100%;
  background: url("images/menu_bg.jpg"); 
  background-repeat: repeat-y;
}
img
{
border: 0;
padding: 0;
margin: 0;

}
#om
{
position: relative;
min-height: 100%;
height: 100%;
/* min-width: 700px;*/
}

#left
{
position: relative;
float: left;

}
#cc_text
{
  margin-left: 132px;
  padding-top: 31px; /*51 */
  width: 192px;
  height: 25px;
  /*background-color: yellow;*/
}
/* -------------- MENU --------------*/	
#menu
{
  position: relative;
  padding-top: 21px;
  margin-left: 132px;
  /*background-color: #969cb0;*/
  /* float:left;*/ 
  width: 93px;
  z-index: 20;
}

#menu_item 
{
  margin-bottom: 42px;
  
}
#fixed_menu_item
{
  margin-bottom: 22px;
}
#fixed_menu
{
  padding-top: 80px; /*150*/
}
*.menu_link
{
  font-family: Gill Sans MT;
  font-size: 12pt;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
/* -------------- CONTENTS --------------*/
#photo
{
  position: absolute;
  top:74px; /*94*/
  left: 338px;
    
  
}
#description
{
  text-align: left;
  font-family: Gill Sans MT, verdana;
  font-size: 10pt;
  color: #000;
}
#controls
{
  z-index: 10;
  position: absolute;
  left: 239px;
  top: 488px; /*536*/

}
/* -------------- FOOTER --------------*/
#footer
{
  z-index: 1;
  height: 16px;
  
  padding-top: 1px;
  margin-top: 57px;
  
  width: 100%;
  background-color: black;
  font-family: Gill Sans MT;
  font-size: 11pt;
  
  color: #fff;
  text-decoration: none;

}
#fpad
{
  visibility: hidden;
  height: 30px;

}
