/* CSS Document */

/* Specify blanket rules for all elements */ 
  body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#0c0f16;
	
    } 

.border {  border: thin solid #000000}

/* Rollover class */ 
.rolloverhome {
	display:block;
	width:114px;
	height:35px;
	text-indent:-9999px;
	background-image: url(../images/nav/home.gif);
	background-repeat: no-repeat;
      } 



a.rolloverhome:link, a.rollover:visited, a.rollover:active {
	background-image: url(../images/nav/home.gif);
	background-repeat: no-repeat;
  } 


a.rolloverhome:hover { 
  background-position:-114px 0; 
  }
  
/* About Nav Roll Over */ 
.rolloverabout {
	display:block;
	width:114px;
	height:35px;
	text-indent:-9999px;
	background-image: url(../images/nav/about.gif);
	background-repeat: no-repeat;
      } 

a.rolloverabout:link, a.rollover:visited, a.rollover:active {
	background-image: url(../images/nav/about.gif);
	background-repeat: no-repeat;
  } 

a.rolloverabout:hover { 
  background-position:-114px 0; 
  }

/* Gallery Roll Over */ 
.rollovergallery {
	display:block;
	width:114px;
	height:35px;
	text-indent:-9999px;
	background-image: url(../images/nav/gallery.gif);
	background-repeat: no-repeat;
      } 

a.rollovergallery:link, a.rollover:visited, a.rollover:active {
	background-image: url(../images/nav/gallery.gif);
	background-repeat: no-repeat;
  } 

a.rollovergallery:hover { 
  background-position:-114px 0; 
  }

/* Links Roll Over */ 
.rolloverlinks {
	display:block;
	width:114px;
	height:35px;
	text-indent:-9999px;
	background-image: url(../images/nav/links.gif);
	background-repeat: no-repeat;
      } 

a.rolloverlinks:link, a.rollover:visited, a.rollover:active {
	background-image: url(../images/nav/links.gif);
	background-repeat: no-repeat;
  } 

a.rolloverlinks:hover { 
  background-position:-114px 0; 
  }

/* Contact Roll Over */ 
.rollovercontact {
	display:block;
	width:114px;
	height:35px;
	text-indent:-9999px;
	background-image: url(../images/nav/contact.gif);
	background-repeat: no-repeat;
      } 

a.rollovercontact:link, a.rollover:visited, a.rollover:active {
	background-image: url(../images/nav/contact.gif);
	background-repeat: no-repeat;
  } 

a.rollovercontact:hover { 
  background-position:-114px 0; 
  }
  
  
.quote {
	line-height: 130%;
	background-color: #0c0f16;
	font-family:Palatino,Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #ffffff;
	text-align:left
	
			
}

.jigbkd {
	
	background-image: url(../images/jig-bkd.gif);
	background-repeat: no-repeat;
	
}

.verse {
		
	font-family:Palatino,Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #ffffff;
	line-height: 30px;
		
}

.verse A:active {
		
	font-family:Palatino,Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #ffffff;
	line-height: 30px;
			
}
.verse  A:link {
	font-family:Palatino,Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #ffffff;
	line-height: 30px;
			
}
.verse  A:visited {
		
	font-family:Palatino,Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #ffffff;
	line-height: 30px;
			
}

.verse  A:hover {
		
	font-family:Palatino,Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #ffffff;
	line-height: 30px;
}


.collections {
		
	font-family:Palatino,Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
			
}

.collections A:active {
		
	font-family:Palatino,Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
	text-decoration: underline;
			
}
.collections  A:link {
	font-family:Palatino,Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
	text-decoration: underline;
			
}
.collections  A:visited {
		
	font-family:Palatino,Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
	text-decoration: underline;
			
}

.collections  A:hover {
		
	font-family:Palatino,Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
	text-decoration: underline;
			
}

.galleryborder {
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e4e3e2;
	border-right-color: #e4e3e2;
	border-bottom-color: #e4e3e2;
	border-left-color: #e4e3e2;
}


.bkdimagenav {
	background-image: url(../images/nav/bkd_nav.gif);
	background-repeat: repeat-x;
	}
