/*  season2006.css
 *
 *  Copyright (c) 2006-10 The Music Trust - all rights reserved
 *
 *  Handcrafted under the Deodar by webmaster@englisharts.org
 */

  body.eac div.season
  {
     background-image: url(background.jpg);
  }
  
  body.eac div.season h1
  {
     padding-top: 10px;
  }
  
  body.eac div.season div.blocktext
  {
    width: 46%;
    margin: 0px 2%;
  }

  body.eac div.season div.photos
  {
    position: absolute;
    left: 55%;
    top: 0px;
    width: 50%;
    margin: 20px;
  }

  body.eac div.season div.details
  {
    position: absolute;
    left: 55%;
    top: 480px;
    width: 40%;
    margin: 0px 20px;
  }

  body.eac div.season div.photos img
  {
    border-color: white;
    border-width: 2px;
    border-style: solid;
  }
  
  body.eac div.season.centre
  {
    text-align: center;
  }
  
