html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
    font-size : 62.5%;
	line-height: 1.5em;
	font-family : "Trebuchet MS", Helvetica, sans-serif
	/*font-family : Verdana, Verdana, Geneva, sans-serif;*/
}


blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
  background-image : url("images/bodyback.jpg");
  background-repeat : repeat-x;
  }

h1 {
  font-size : 20px;
 }

h2 {
  font-size : 16px;
}

#container {
  width : 1000px;
  margin-left : auto;
  margin-right : auto;
 
  }

 .clearit {
   clear : both;
   }
 

   
#header {
  width : 100%;
  height : 240px;
  background-image : url("images/header.gif");
  background-repeat : no-repeat;
  background-position : top center;
 }

#header h1 {text-indent : -9999px;}

#mainTop{
  background-image : url("images/contbacktop.gif");
  background-repeat : no-repeat;
  background-position : top center;
  height : 40px;
  width : 100%;
 }
 
#mainContent {
  background-image : url("images/contback.gif");
  background-repeat : repeat-y;
  width : 100%;
  background-position : top center;
}

#mainContent h1 {
  text-align : center;
  line-height : 1.2em;
  }

#mainContent h2 {
  margin-left : 25px;
  }
  
#mainContent p {
  text-align : justify;
  font-size : 1.6em;
  line-height : 1.2em;
  padding-left : 75px;
  padding-right : 75px;
 }
 
 #mainContent p.lowertext {
  padding-left : 25px;
  text-align : justify;
  }

#purchaseLink {
  margin-left : 40px;
  padding-right : 25px;
  float : left;
}  

ol li {
  margin-left : 50px;
  font-size : 1.5em;
  }
  
#cover {
  float : right;
  margin-right : 20px;
  padding-left : 25px;
}

#instruments {
  padding-left : 25px;
  }
  
#theflutesimg {
  float : left;
  margin-left : 20px;
  padding-right : 25px;
  position : relative;
  top : 25px;
 }

#thewhitlesimg {
  float : right;
  margin-right : 20px;
  padding-left : 25px;
  position : relative;
  top : 85px;
  }

#thesikuimg {
  float : left;
  margin-left : 20px;
  padding-right : 25px;
  position : relative;
  top : 50px;
  }
  
#contactme {
  padding-left : 25px;
  font-size : 1.5em;
  }
  
  
  #mainBottom{
  background-image : url("images/contbackbottom.gif");
  background-repeat : no-repeat;
  background-position : top center;
  height : 40px;
  width : 100%;
 }
