// This is the Style sheet for all pages on this website.


/* Body */

body {font-family: arial, helvetica, san-serif;
      font-size: large;
      font-color: black;
      background-color: #220000; 
}

a {text-decoration : underline; 
   font-size: large;
   color: #000033;
}

.jslinktext {
   background-color: #220000;
   background-image: url(./images/backhome1.jpg);
   text-decoration: underline;
}


/* Sidebar - Top Left */

.logo {
	height: 150px;
}

.logo img  {
     position: absolute; 
     top: 44px; 
	left: 78px;  
	border: 5; 
	padding: 2;}


.jjhd {
	height: 150px;
}

.jjhd img  {
     position: absolute; 
     top: 48px; 
	left: 78px;  
	border: 5; 
	padding: 2;}

.ealaiontaHeader {
	height: 150px;
}

.ealaiontaHeader img  {
     position: absolute; 
     top: 48px; 
	left: 78px;  
	border: 5; 
	padding: 2;}



/* Index Page Menu */

.idxmenu {
	position: absolute;
	top: 46px; 
	left: 360px;
	height: 137px;
	width: 600px;
	background-color: transparent;
	background-image: url(./images/Menu_BG-2.png);
}

.idxmenu a {
	float: left;
	display: inline;
	margin: 14px 10px 0 10px;
	padding: 0 10px;
	text-decoration: none;
	letter-spacing: -1px;
	font-family: Lucida Calligraphy, cursive; /* What are other cursive fonts? */
	font-size: 1.25em;
	color: #ffffff /* #000000 */;
}


/* Other pages' Menu */

 /* Menu */

.menu {
	position: absolute;
	top: 46px; 
	left: 430px;
	height: 105px;
	width: 450px;
	background-color: #220000;
	background-image: url(./images/Menu_BG-Small-2.png);
}



 .menu a {
	float: center;
	display: inline;
	margin: 14px 10px 0 10px;
	padding: 0 10px;
	text-decoration: none;
	letter-spacing: -1px;
	font-family: Lucida Calligraphy, cursive; /* What are other cursive fonts? */
	font-size: large;
	color: #ffffff /* #000000 */ ;
     }

 .menuhome {
	float: center;
	display: inline;
	width: 450px;
	margin: 14px 10px 0 10px;
	padding: 0 10px;
	text-decoration: none;
	letter-spacing: -1px;
	font-family: Lucida Calligraphy, cursive; /* What are other cursive fonts? */
	font-size: large;
	color: #ffffff /* #000000 */;
     }

 .menua {
	float: center;
	display: inline;
	margin: 14px 10px 0 10px;
	padding: 0 10px;
	text-decoration: none;
	letter-spacing: -1px;
	font-family: Lucida Calligraphy, cursive; /* What are other cursive fonts? */
	font-size: large;
	color: #000000 /* #ffffff */ ;
     }

/* Other pages' Footer - Copyright statement */
 .footercprt {
	        position: absolute;
	        bottom: -125px; 
	        left: 360px;
             width: 600px;
		   font-size: -2em;
             font-color: black;
		   font-weight: bold;
		   background-color: #220000;
	        background-image: url(./images/backhome1.jpg);
		  }

 .footercprtendyear {
                     background-color: #220000;
				 background-image: url(./images/backhome1.jpg);
				 font-color: black;
		           font-weight: bold;
                    }

/* Photo Sidebars */

.sidebar1 {
	background-color: #220000;
}

.sidebar1 img  {
     position: absolute; 
     top: 228px; 
	left: 74px;  
	border: 5; 
	padding: 2; } 


.sidebar1a {
	background-color: #220000;     
}

.sidebar1a img  {
     position: absolute; 
     top: 278px; 
	left: 74px;  
	border: 5; 
	padding: 2; }


.sidebar1b {
	background-color: #220000;     
}

.sidebar1b img  {
     position: absolute; 
     top: 458px; 
	left: 74px;  
	border: 5; 
	padding: 2; }


.sidebar1c {
	background-color: #220000;     
}

.sidebar1c img  {
     position: absolute; 
     top: 358px; 
	left: 74px;  
	border: 5; 
	padding: 2; }


.sidebar2 {
	background-color: #220000;
    
}

.sidebar2 img  {
     position: absolute; 
     top: 568px; 
	left: 74px;  
	border: 5; 
	padding: 2; }

.sidebar2 p { position: absolute; 
              top: 800px; 
	         left: 98px;  
             color: white;
            }



/* Content */

.content { 
     position: absolute;
	top: 200px; 
	left: 360px;
	width: 600px;
	background-color: #DDAA88;
	background-image: url(./images/backhome1.jpg);
}

.content p { font-size: large;
     margin: 14px 10px 0 10px;
	padding: 0 10px;}

.content a {text-decoration : underline; 
   font-size: large;
   color: #000033;
}

.content h1 {
             position: relative;
		   text-align: center;
		   font-size: 1.5em;
		   font-weight: bold;
             color: #000000;
             }

.content h2 {
             position: relative;
		   text-align: left;
		   font-size: 1.20em;
		   font-weight: bold;
		   font-style: italic, oblique;
             color: #000000;
             }

.content ul { font-size: large;
     margin: 14px 15px 12px 10px;
	padding: 0 25px;}



/* tail waggin' good! */

.twg { font-size: 0.70em; 
       font-weight: normal; 
	  font-style: italic; 
	  text-align: center; }

/* Store images */

.accact {
         background-color: #DDAA88;
          }

.accact img  {
     position: absolute; 
     top: 230px; 
	left: 80px;  
	border: 5; }

.accjjdh {
         background-color: #DDAA88;
          }

.accjjdh img  {
     position: absolute; 
     top: 450px; 
	left: 80px;  
	border: 5; }



.cd01 {
         background-color: #DDAA88;
	    color: #cccccc;
        }

.cd01 img  {
     position: absolute; 
     top: 850px; 
	left: 73px;  
	border: 0; 
	padding: 0}



.cd02 {
         background-color: #DDAA88;
	    color: #cccccc;
        }

.cd02 img  {
     position: absolute; 
     top: 550px; 
	left: 73px;  
	border: 0; 
	padding: 0}






.cd03 {
         background-color: #DDAA88; 
	    color: #cccccc;
        }

.cd03 img  {
     position: absolute; 
     top: 250px; 
	left: 73px;  
	border: 0; 
	padding: 0}



/* Recording Notes photos */

.recpic1 {
         background-color: #DDAA88; 
        }

.recpic1 img  {
     position: absolute; 
     top: 300px; 
	left: 80px;  
	border: 5;}


.recpic2 {
         background-color: #DDAA88; 
        }

.recpic2 img  {
     position: absolute; 
     top: 450px; 
	left: 80px;  
	border: 5; }


.recpic3 {
         background-color: #DDAA88; 
        }

.recpic3 img  {
     position: absolute; 
     top: 600px; 
	left: 80px;  
	border: 5;}


.recpic4 {
         background-color: #DDAA88; 
        }

.recpic4 img  {
     position: absolute; 
     top: 750px; 
	left: 80px;  
	border: 5;}


.recpic5{
         background-color: #DDAA88; 
        }

.recpic5 img  {
     position: absolute; 
     top: 900px; 
	left: 80px;  
	border: 5;}


.recpic6 {
         background-color: #DDAA88; 
        }

.recpic6 img  {
     position: absolute; 
     top: 1050px; 
	left: 80px;  
	border: 5;}


.recpic7 {
         background-color: #DDAA88; 
        }

.recpic7 img  {
     position: absolute; 
     top: 1215px; 
	left: 80px;  
	border: 5;}


/* Miniature graphics for Store Page */

.minottccvr {
         background-color: #DDAA88;
	    color: #cccccc;
        }

.minottccvr img  {
     position: absolute; 
     top: 223px; 
	left: 123px;  
	border: 5; 
	padding: 2}



.minactclip {
         background-color: #DDAA88;
	    color: #cccccc;
        }

.minactclip img  {
     position: absolute; 
     top: 373px; 
	left: 123px;  
	border: 5; 
	padding: 2}


.nwsltrhdg1 {
            font-family: helvetica, arial, san serif;
		  font-size: 1.25em; 
		  font-weight: bold;
		  text-decoration: underline;
		  }

.nwsltrhdg2 {
            font-family: helvetica, arial, san serif;
		  font-weight: bold;
		  text-decoration: underline;
		  }

.nwsltrhdg3 {
            font-family: helvetica, arial, san serif;
		  text-decoration: underline;
		  }


