   html
   {
      height: 100%;
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      margin-left: auto;
   }
   body
   {
      height: 100%; 
      margin: 0px 0px 0px 0px;     
      font-family: arial;
      margin-left: auto;
      margin-right: auto;
      font-size: 12px;  
      background: #fcae17 url( /images/bgcolour.png ) repeat-x;
   }   
   div#container
   {   
      display: table;
      margin: 0px auto 0px auto;
      padding: 0px 0px 0px 0px;
      border: 0px solid black;
      width: 954px;
   }
   div#easel
   {
      margin: 0px auto 0px auto;
      padding: 0px 0px 0px 0px;
      height: auto;
   }
   div#easel_top
   {
      margin: 0px auto -37px auto;
      padding: 0px 0px 0px 0px;
      width: 954px;
      height: 56px;
      background: url( /images/easel_top.jpg ) no-repeat top center transparent;
      position: relative;
   }
   div#easel_middle
   {
      margin: 0px auto -56px auto;
      display: table;
      width: 954px;
      height: auto;
   }
   div#easel_bottom
   {
      margin: 0px auto 0px auto;
      padding: 0px 0px 0px 0px;
      width: 954px;
      height: 56px;
      background: url( /images/easel_bottom.jpg ) no-repeat bottom center transparent;
      position: relative;
   }
   div#canvas
   {
      display: table;
      margin: 0px auto 0px auto;
      padding: 0px 0px 0px 0px;
      width: 952px;
      height: auto;
      background: url( /images/canvas_bg.jpg ) repeat-y top center #ffffff;
   }
   div#canvas_top
   {
      margin: 0px auto 0px auto;
      padding: 0px 0px 0px 0px;
      background: url( /images/canvas_top_bg.jpg ) no-repeat bottom center #ffffff;
      width: 900px;
      height: 293px;
   }
   div#pallet_shadow
   {
      margin: 0px -135px 0px 0px;
      float: right;
      background: url( /images/pallet-shadow.png ) no-repeat bottom center transparent;
      width: 598px; 
      height: 308px;
   }
   div#pallet
   {
      background: url( /images/pallet.png ) no-repeat bottom center transparent;
      width: 596px;
      height: 306px;
   }
   
   div#canvas_bottom
   {
      margin: 0px auto 0px auto;
      padding: 13px 0px 0px 0px;
      width: 952px;
      height: 56px;
      color: #000000;
      text-align: center;
   }

   div#content_wrapper
   {
      margin: 20px auto 0px auto;
      width: 729px;
      background: url( /images/content_wrapper_home.jpg ) center center transparent;
   }
   div#content
   {
      margin: 0px auto 0px auto;
      padding: 20px 0px 0px 0px;
      width: 600px;
      color: #ffffff;
      font-family: Arial;
      font-size: 16px;
   }
   div#copyright
   {
      text-align: center;
      color: #000000;
      font-family: Arial;
      font-size: 13px;
   }
   div, table, form, p
   {
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
   }

   a
   {
      color: #ffffff;
   }

   h1,h2,h3,h4,h5,h6
   {
      color: #FFFF00;
   }

   .noborder
   {
      border: 0px solid transparent;
   }

   .artist_workshops_dark
   {
      font-family: Harrington, Arial;
      font-size: 17px;
      color: #231F20;
   }
   .artist_workshops_blue
   {
      font-family: Harrington, Arial;
      font-size: 17px;
      color: #3953A3;
   }

   .events_table, .events_table a
   {
      font-family: Kristen ITC, garamond, sans-serif,  Arial;
      font-size: 16px;
      color: #231F20;
   }
   /*.events_table a
   {
      color: #FFFF00;
   }*/

   .event_table_highlight, .events_table a:hover
   {
      color: #ffffff;
      font-size: 16px;
      /*white-space: nowrap;*/
   }

   .required
   {
      color: #FFFF00;
   }

   .yelowlink
   {
      color: #FFFF00;
   }

