@charset "UTF-8";
/* CSS Document */



/*************************************
  Global Selectors
*************************************/
  body {
    background-color:#000000;
	
  }
  
  /***********************************
    Pseudo Selectors
  ************************************/
A:link { color:#FFFFFF;
         text-decoration: none;
		 font-weight:bold;
       }

 A:active { color:#33FFFF;
           text-decoration: none;
		   font-weight:bold;
          }

 A:visited { color:#CCCCCC;
            text-decoration: none;
			font-weight:bold;
          }
 A:hover { color:#FF0000; }
 
 
 /************************************
     Styles
 ************************************/
 .copyright {
   font-family:sans-serif;
   font-size:9px;
   color:#CCCCCC;
   text-align:center;
}

.menutext {
font-family:sans-serif;
font-size:9px;
}

.homepagetable {
  width:100%;
  height:100%;
}

.centered {
  text-align:center;
 
}

#lights {
	position: absolute;
	top: -3px;
	left: 0;
	background: url(http://www.warrenworks.com/images/xmas-lghts.gif) repeat-x;
	width:100%;
	z-index: 1000;
}

.captiontext {
   font-family:sans-serif;
   font-size:9px;
   color:#CCCCCC;
   
   
}

.bookimage {
  border-color:#666666;
  border-style:solid;
}

/*************************************
   Division Styles
*************************************/

 


