/* this is a working test sheet to set a separate style sheet for an individual category page.  
The file name of c_3.css  where 'c' stands for category,and '3' is the numerical value of the category as seen in the admin/catalogue list of categories.

Any thing that is placed in this file will override the stylesheet.css , while anything NOT in this file will default to stylesheet.css

**note that the tag line and tag line 2 text are formatted in the stylesheets, but the acutal text is in the language/english (or french)/classic/header.php.... the the photos used as category headers will have to allow placement of the text tag lines, unless they can be formatted as transparent. And likewise, to put a custom text for the category name in the category header, it could be photoshopped onto the photo as text.
*/

#logoWrapper{
	background-image: url(../images/jazzheader_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:186px;
	}
	
#tagline {
	color: #474747; 
	}
/*Doug added #tagline2 to attempt secondary tagline 
*/
#tagline2 {
	color: #474747;
	}	
