/* stylesheet.css */ 
 /* Level 1 headings */h1 { font-family: "Arial Black", "Curlz MT", "Juice ITC", Algerian, fantasy; font-weight: bold; text-align:center;  color: #1F2159;font-size: 50pt}
 /* Level 2 headings */h2 { font-family: "Arial Black", Impact, Charcoal, fantasy; color: #1F2159; font-size: 30pt}
 /* Level 3 headings */h3 { font-family: Arial, Helvetica, sans-serif; font-style:italic; text-decoration:underline; color: #1F2159;}
 /* Generic style class for highlighting text */.hilite{ background-color:#ffff00;}
 
/* Float image to left of paragraph */
img.floatLeft{
   float: left;
   margin-right: 5px;
}/* Float image to right of paragraph */
img.floatRight{
   float: right;
}/* Center image between margins */
div.center{
   width: 100%;
   text-align: center
}
/* Custom bullet for bulleted lists */
ul{
   list-style-image: url("pix/bullets/ani-smiley.gif");
}


/* Style for tables of thumbnail images */
table.thumbs{text-align: center;
border-collapse: collapse;}
/* Style for table cells that contain thumbnails */
td.thumbs {border: solid 8px #74000d; padding: 1px;}
/* Style for thumbnail images */
img.thumbs {width:250px;}

/* Style for tables of thumbnail images */
table {text-align: center;}




/* Body text and page background */
body{font-family: "Arial Black"; serif; font-style:bold; color: #1F2159; font-size:18pt; text-align:center;  background-image:url("pictures/wood.jpg"); background-repeat: repeat;
     margin: 0px; padding: 0px;
     
}


/* Style for main content column */
#main{
       margin: 1em;
       /* margin-left must equal */
       /* total width of left sidebar */
       margin-left: 10em;
}

/* Style for sidebar column */
#sidebar{ float: left;
           display: inline; 
           padding: 0;
           margin-left: 1em;
           width: 6em;
            /* Total width is 8em */
}

/* page header style*/
#header {height:150px; width: 100%; background-image:url("pictures/brown.jpg"); background-repeat: repeat; border-bottom: thick double #241600;}

/*page footer style */
#footer {clear: both; width: 100%;  border-top: thick solid #442200;
}

/* paragraphs in a colored box */
p.tip { background-color:#ACD095; margin-left:100px; margin-right:100px; padding:10px; border:solid thin #ff0000;}

p.note { background-color:#ffff34; margin-left:100px; margin right: 100px; padding:10px; border:dotted thick #241600; font-family: book antiqua; font-weight: bold; font-style: italic;}

p.road { background-color:#ffff34; margin-left:100px; margin right: 125px; padding 5px; border:dotted thick #241600; font-family: arial; font-style: normal;}

p.gigs { background-color:#030338; font-family: Georgia; color: #ffffcd;}

.hilite{background-color:#ffff00; font-style:italic;}

