/* stylesheet.css */ 
 /* Level 1 headings */h1 { font-family: "Palinto Linotype", "Curlz MT", "Juice ITC", Algerian, fantasy; font-weight: bold; text-align:center;  color: #1F2159;font-size: 72pt}
 /* Level 2 headings */h2 { font-family: "Arial Black", Impact, Charcoal, fantasy; color: #1F2159;}
 /* 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:100px;}



/* Body text and page background */
body{font-family: 'Palatino linotype','Book Antiqua', Palatino, serif; font-style:italic; color: #1F2159; font-size:24pt; text-align:center;  background-image:url("pictures/beige.gif"); 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: 8em;
            /* Total width is 10em */
}

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

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



