/* Style sheet for the Arran Folk Festival Web Site
* Created 27 October, 2000 by Christopher Ross-Gill <chris@arranfolkfestival.org> */

body {
   background: #fff;
   color: #000;
   font: 10pt "times new roman", times, serif;
   }
a {
   color: #000;
   text-decoration: none;
   }

div#main {
   background: #fff;
   color: #000;
   border: 0;
   width: auto;
   }
div#splash, div#page {
   background: #fff;
   color: #000;
   float: none;
   width: auto;
   }
div#splash {
   background: #fff url(goatfell.png) important!;
   color: #fff;
   height: 260px;
   overflow: hidden;
   }

div#poster a {float: left;}
div#poster img {margin-right: 4px;}

div#head {
   background: #fff;
   color: #000;
   height: 26mm;
   margin-bottom: 1em;
   text-align: right;
   }
div#head img {
   height: 26mm;
   width: 88mm;
   }

div#content {
   background: #fff;
   color: #000;
   }
div#menu {
   display: none;
   }
div#foot {
   background: #fff;
   color: #000;
   border: 1px solid #333;
   }

img.left, img.right {
   page-break-inside: avoid;
   }
