html, body {
	margin:0px;
	padding:0px;
	/* background-color:#FFFBC6; /* Yellow */
	/* background-color:#744A00; /* Brown 1*/
	background-color:#B7B7B7; /* Gray*/
	background-image:url('images/page_bg.jpg');
	background-repeat:repeat-x;
	font-family:Arial;
	color:#000000;
}

h1,h2,h3,h4,h5,h6 { margin:0; }

img { border: none; }


.left {
	background:transparent url('images/leftside.gif') top right repeat-y;
	width:50%;
}
.right {
	background:transparent url('images/rightside.gif') top left repeat-y;
	width:50%;
}

#header_navigation {
	background:transparent url('images/header-footer.jpg') left no-repeat;
	width:767px;
	height:26px; 
}

#header_navigation .nav {
	margin-top:0px;
	font-size:18px;
	font-weight:bold;
	padding:2px 0px 0px 20px;
}

#player_bg {
	background:transparent url('images/mp3 player background.jpg') left no-repeat;
	width:300px; 
	height:206px;
	padding:0px 0px 0px 24px;
}

#rightcol_info {
	background:transparent url('images/dateboard.jpg') left no-repeat;
	width:234px; /* COL WIDTH = 324 - 45 - 45 = 234  (subtract the padding values) */
	height:426px; /* JPG HEIGHT = 454 - 28 - 0 = 426 */
	padding:28px 45px 0px 45px;
	font-size:12px;
}

.cdpromo {
	font-size:16px;
	font-weight:bold;
	text-align:center

}

.shows {
	border-top:1px solid #000000; 
	border-bottom:1px solid #000000;
	font-size:16px;
	font-weight:bold;
	text-align:center

}


/* header & text style for song list page */

.header {
	background:transparent url('images/wallpaper.jpg')
	border-top:1px solid #000000; 
	border-bottom:1px solid #000000; 	
	color:#007DFF;
	font-size:18px;
	text-align:center
}

.text {
	background:transparent url('images/wallpaper.jpg')
	color:#000000;
	font-size:12px;
}

/* text style for bio page */

.bioheader {
        background-color:#FFFBC6; /* Yellow */
	color:#000000;
	font-size:18px;
	text-align:center
}

.biotext {
        background-color:#FFFBC6; /* Yellow */
	/* background:transparent url('images/wallpaper.jpg') */
	color:#000000;
	font-size:16px;
	text-align:left
}

.bio_pics {
	background-color:#FFFBC6; /* Yellow */
	/* background:transparent url('images/wallpaper1.jpg') */
	color:#000000;
	font-size:18px;
	text-align:center
}

/* text style for Buy CD page */



.cdtitle {
	background:transparent url('images/wallpaper.jpg')
	color:#000000;
	font-size:24px;
	font-weight:bold;
	text-align:center
}


.cdtext {
	font-size:14px;
	text-align:left
}

.cdprice {
	font-size:14px;
	font-weight:bold;
	text-align:left
}

.thankyoutext {
	font-size:18px;
	text-align:left
}

.thankyousigned {
	font-family:brush script std;
	font-size:24px;
	text-align:left
}

#header_navigation a:link {color: #000000; text-decoration: none; } 
#header_navigation a:visited {color: #000000; text-decoration: none; } 
#header_navigation a:hover   { color: #000000; text-decoration: underline; } 

a:link {color: #007DFF;} /* Sky Blue */
a:visited {color: #007DFF; border: none;} /* Sky Blue */

.floatleft { float:left; }
.floatright { float:right; }
.clearboth { clear:both; border-bottom:1px solid #000000; }



