/* basic elements 
*/
a:link { 
        color: #000000;
        }
a:visited { 
        color: #969696 
        }
img {
        border: 0px;
        }
p {
        font-family: Arial Narrow ,Arial, Helvetica, sans-serif;
        font-size: 12.0pt;
        color: #000000;
        text-align: justify;
       }
h1 {
        font-family: Arial Black, Arial, Helvetica, sans-serif;
        font-size: 12.0pt;
        color: #ff9900;
        text-align: left;
        line-height: 1.5;
        margin-top: 0.0pt;
        margin-bottom: 0.0pt;
        }
h2 {
        font-family: Arial Black, Arial, Helvetica, sans-serif;
        font-size: 10.0pt;
        color: #ff9900;
        text-align: left;
        line-height: 1.5;
        margin-top: 0.0pt;
        margin-bottom: 0.0pt;
        }
h3 {
        font-family: Arial Black, Arial, Helvetica, sans-serif;
        font-size: 9.0pt;
        color: #ff9900;
        text-align: left;
        line-height: 1.5;
        margin-top: 0.0pt;
        margin-bottom: 0.0pt;
        }


/* specific divs for content placement */
/* approximate layout 
	+--------------------------------------------------------------------+--------------+
	|                                                                    | bookinglink  |
	|                                                                    +--------------|
	|                           banner                                                  |
	|                                                                                   |
	|                                                                                   |
	+------------+-------------+--------------------------------------------------------+
	|            |             |                                                        |
	| home link/ |  page title |                                                        |
	| bzm text   |             |                                                        |
	|            |             |                                                        |
	+------------+-------------+                                                        |
	|            |             |                content                                 |
	|            |             |                                                        |
	|            | navigation  |                                                        |
	|            |   links     |                                                        |
	|  left      |             |                                                        |
	|  sidebar   |             |                                                        |
	|            |             |                                                        |
	|            |             |                                                        |
	|            |             |                                                        |
	+------------+-------------+--------------------------------------------------------+
*/

#banner {
        position: absolute; 
        left:0px; top:0px;
        }
#bannerfade {
        position: absolute; 
        left:0px; top:0px;
        }
#bookinglink {
        position: absolute; 
        left:536px; 
        top:8px;
        }
#homelink {
        position: absolute;
        left:16px; 
        top:157px;
        }
#bzmtext {
        position: absolute; 
        left:3px; top:153px;
        }
#pagetitle {
        position: absolute;
        left:168px; 
        top:204px; 
        }
#leftsidebar {
        position: absolute; 
        left:0px; 
        top:189px;
        }
#leftsidebarfade {
        position: absolute; 
        left:0px; 
        top:1017px;
        }
#navigationlinks {
        position: absolute; 
        left:156px; 
        top:282px; 
        width:140px;
        }
#content {
        position: absolute; 
        left:300px; 
        top:189px; 
        width: 435px;
          }

.footer {
        position: absolute; 
        left:0px; 
        top:1400px;
        }
/* navigation link spacing
*/
#navigationlinks a img{
        margin-bottom: 10px;
        }

/* attributes for index and history page
*/
.text p {
        text-indent: 20px;
        line-height: 1.5;
        margin-top: 15pt;
        margin-bottom: 0.0pt;
         }
/* attributes for "theband" page
*/
.bio img {
        float:right;
        padding:10px;
        }
.bio div img {
        float: none;
        padding:0px;
        }
.bio div p {
        font-size: 10.0pt;
	    margin-top: 0.0pt;
        margin-bottom: 0.0pt;
	    }

.bio-left img {
        float:left;
        padding:10px;
        }
.bio-left div img {
        float: none;
        padding:0px;
        }
.bio-left div p {
        font-size: 10.0pt;
        margin-top: 0.0pt;
        margin-bottom: 0.0pt;
        }
/* attributes for calendar page
*/
.gig {
        width:300px;
		}
.gig p {
        margin-bottom: 15pt;
        }
.when {
        float: left;
	width:40%;
        }
.where {
        float: right;
	width:60%;
        }
/* attributes for contacts page
*/
.booking {
        float: left;
        }
.email-list {
        float: right;
        }
.contacts p {
        font-size: 14pt;
        }
/* the clearer class is used in divs to close off some other divs that use floats
*/
.clearer {
        clear:both;
        margin:0pt;
        padding:0pt;
        }
