/* Global Styles */

body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background:#FFFFFF url(images/bkgd1800.jpg) repeat-y center top;
	/*background: #ffffff;
	background-image:url(images/bkgd1800.jpg);
	background-image:url(images/new_music022.jpg);
	background-repeat: repeat-y;
	background-position: center top;	*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	/*margin-top: 10px;
	margin-bottom: 10px; */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#CCFF66;
}

/* CONTAINTERS */

.oneColFixCtrHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#3555ac;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #7d7d7d;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #be826a;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #menu {
 	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #3555ac;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #3555ac;
	margin-top:0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #be826a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
	
/* LINK BEHAVIOUR */
a {
	color: #CCFF66;
	 text-decoration:underline;
	}
	
a:hover {
	color:#D5F7FD ;
	text-decoration:none;
	}
	
/* ID Styles */

#navigation a {
	font:11px georgia;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#songs a {
	font:11px georgia;
	color: #FFFF00;
	font-weight:bold;
	}
#songs a:visited {
	color:#FF0000;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
		}	
#songs a:hover {
	color:#FF0000;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
		}
		
#songs a:active {
	color:#FF0000;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 		
}

#reddirt {
	color: red;
	font-weight: bold;	
	font-size:9px;
	}	

/* Class Styles */

.paraMusic{margin-left: 5px;
margin-right:15px;
}
	
.pageTitle{
	font-family:"Comic Sans MS";
	font-size:36px;
	color: #2e4da7;
	line-height:38px;
	letter-spacing:.5em;
	}
	
.pageLogo{
	font-family:"Comic Sans MS";
	font-size:16px;
	color: #2e4da7;
	line-height:14px;
	letter-spacing:.1em;
	font-style:oblique;
	}
.pageName{
	font:22px georgia;
	color: #CCFF66;
	line-height:20px;
	letter-spacing:.1em;
	}
.paraLbl{
	font:14px georgia;
	color: #CCFF66;
	text-align:left;
}
.tblHdr{
	font:18px georgia;
	font-style:italic;
	
	color: #FFFFFF;
	line-height:16px;
	letter-spacing:.2em;
	}
.tblElement {
	font-family: Arial, Helvetica, sans-serif; 
	color: #CCFF66; 
	font-size: 11px;
}	
.tblElement1 {
	font-family: Arial, Helvetica, sans-serif; 
	color: #CCFF66;  
	font-size: 11px;
}		
	
.pullquote {
	float: right;
	clear: right;
	width: 200px;
	border: 1px solid black;
	padding: 10px;
	font-size: 12px;
	background-color:#FFC;
	margin: 10px 0 10px 10px;
	font-style: italic;
	color: #363;
	 
}
.pullquoteLeft {
	float: left;
	clear: left;
	width: 200px;
	border: 1px solid black;
	padding: 10px;
	font-size: 12px;
	background-color:#FFC;
	margin: 10px 10px 10px 0px;
	font-style: italic;
	color: #363;
	 
}

.tblEven {
	background-color:
	#27A7C2
	
}
.tblOdd {
	background-color: #3555ac;
}
.tblHover{
	background-color: #000000;
}
.tblSelect{
	background-color: #000000;
}

.style1 {color: #3555ac}
.style2 {font-family: "Comic Sans MS"}
/*----------------------------------------------------------------------------------------------*//*                               Float pictures                                                 */
/*----------------------------------------------------------------------------------------------*/
.fltLeft{
	float: left;
	margin: 5px;
	margin-left: 0px;
	border: 0px;
	padding: 0px;
 
}	
.fltLeft  p{
	font-size: .8em;
	text-align: center;
	color: #CCFF66;
	padding-top: 0px;
	margin-top: 0px;
}	
.fltLeft a {
	text-decoration: none;
}
.fltLeft a img {
	border:none;
}
.fltRight {
	float: right;
	margin: 5px;
	margin-right: 0px;
	border: 0px;
	padding: 0px;
	 
}	
.fltRight  p{
	font-size: .8em;
	text-align: center;
	color: #CCFF66;
	padding-top: 0px;
	margin-top: 0px;
}	

.fltRight a img{
	border: none;
}
.imgCenter{
	text-align: center;
	border: 0px;
}
.imgCenter  p{
	font-size: .8em;
	text-align: center;
	color:#CCFF66;
	padding-top: 0px;
	margin-top: 0px;
}	
.imgCenter a img{
	border: none;
	
}
