/* CSS Document */                        /* STYLESHEET - Stylize2 */
body {
	background-color: #66CCCC;
	background-image: url(images/soundmusic.jpg); 
	padding: 0;
	margin-left: 0px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
	background-image: url(images/soundmusic.jpg); 
}

#container {margin: 50px auto; 
			padding: 5px; 
			width: 610px; 
			height: auto; 
			border: 7px ridge #A2B85F; 
			background-color: #333366; 
			opacity: .83; 
			filter: alpha(opacity=83); 
			color: #FFFFFF; 
}
	
/* content HOLDS ALL THE INFORMATION INCLUDING THE RIGHT NAVIGATION TOOL (navigation) */	
	
#content{ float:left; width:595px; /*border: 1px solid green;*/
		  font-family: Arial, Helvetica, sans-serif;
		  font-style: normal;
		  font-size: 12px;
		  color: #FFFFFF
}		

.subject  { font-family: Arial, Helvetica, sans-serif;
		    font-size: medium;
		    font-weight: bold;
		    color: #F8F7F1;
}	   

.highlights { font-family: Arial, Helvetica, sans-serif;
               font-style:normal;
			   font-size: 13px;
			   font-weight: normal;
}

.specials {font-family: "Times New Roman", Times, serif;
		   font-weight: bolder;
		   color: #FFFF00;
		   font-size: 16px;
}		   

#headerA {
	
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 36px;
	color: #F8F7E1; /*F8F7E1*/
	font-weight: bolder;
	font-variant: small-caps;
	text-align: center;
}
#headerB,#headerC,#headerD { 
               font-family: "Times New Roman", Times, serif;
			   font-size: 18px;
               color: #F8F7F1;
			   font-weight: normal;
			   text-align: center;
			   text-transform: uppercase;
}	
#headerD { font-family: Arial, Helvetica, sans-serif; font-style: italic; font-weight:bold;}		   
/* content HOLDS THE RIGHT NAVIGATION TOOL */ 

#navigation{ float: right; 
			 width: 170px; 
			 height: auto; 
			 padding: 4px; 
			 /*border: 1px solid red;*/
}			 
#navigation ul { padding:0; 
				 margin:0; 
				 list-style-position: outside;} /* MAKE THE BULLETS TO SHOW OUTSIDE THE DIV */

#navigation li {
				list-style:none; padding:5px 5px 5px 5px;
				height: auto; text-align:center; 
				border: 3px ridge #A2B85F;
				margin-top: 5px;
				background-color:#56774D;
				/*background-image: url(images/button_tilebg.gif)*/
				background-position: top;  
				background-repeat:repeat-x;
}

div.copyright { text-align: center;
				font-size: 11px;
}

div.frank { text-align: center;
			color: #FFFF00;
			font-size: 11px;
}				
				
/* END OF navigation - RIGHT NAVIGATION TOOL */ 

div.thumbnail { float: left;
	            margin: 10px 0px 0px 0px;
				padding: 15px 0px 0 15px;
}

div.thumbnail img { padding: 0 0 0 0; 
					/*border: 5px solid #777; */
					border: 7px ridge #A2B85F;      
}
/*.clear { clear:left;*/ 

div.directions { font-family: "Times New Roman", Times, serif;
				 font-size: medium; 
				 color:#FFFF00; 
} 
		/* color: #FFFF00;
		 font-size: large;
}*/

div.contactways { font-family: Arial, Helvetica, sans-serif;
				  color: #FFFFFF; 
				  font-weight: bold;
				  font-size: 15px;
}
div.email { text-align: center;
}

#response_area { font-family: Arial, Helvetica, sans-serif;
				 color: #FFFFFF;
}

/*div.current_ad {font-family: "Brush Script MT";
				font-size: 24px;
				font-weight: normal;
}*/

#footer { clear: both; 
		  text-align:center;
}

#footer li {list-style:none; 
			display:inline; 	
			padding: 3px 8px 3px 8px; 
			height: auto; 
			border-left: 1px solid #0099CC;
			margin: 0 auto;
			font-size: 90%;}

a:link { color: #66FFFF;
	     text-decoration: underline;
}

a:visited { color: #00FB00;
	        text-decoration: underline;
}

a:hover { color: #D200D2;
	      text-decoration: underline;
}

a:active { color: #FF0000;
	       text-decoration: underline;

}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
.style2 { color: #149ECC; 
		  font: bold; 
}

