﻿/* Generic Selectors */
.style1 {
	font-size: small;
	color: #0000FF;
}
.style2 {
	text-decoration: underline;
}
.style3 {
	margin-left: 3px;
	margin-right: 3px;
}
.style4 {
	border-width: 0px;
}
.style7 {
	text-align: center;
}
.style9 {
	margin-left: 10px;
	margin-right: 10px;
}
.style13 {
	text-align: left;
}
.style14 {
	font-weight: bold;
}
.style15 {
	border-width: 0;
	font-weight: bold;
}
.style16 {
	border-collapse: collapse;
	background-color: #000000;
}
.style17 {
	text-align: center;
	background-color: #FFFFFF;
}
.style18 {
	background-color: #000000;
}
.style15 {
	border-width: 0;
	font-weight: bold;
}
.style16 {
	border-collapse: collapse;
	}
.style17 {
	text-align: center;
	}
.style18 {
	margin-left: 5px;
	margin-right: 5px;
}
.style19 {
	margin-left: 3px;
	margin-right: 3px;
}
.style20 {
	font-family: "Trebuchet MS";
	font-size: large;
}
.style21 {
	font-family: "Trebuchet MS";
	font-size: small;
}
.style22 {
	font-weight: normal;
}
.style23 {
	background-color: #ffffff;
}
.style24 {
	color: #FF0000;
}
.style25 {
	font-size: small;
}
.style1 {
	border-collapse: separate;
}
.style26 {
	border-collapse: separate;
	text-align: left;
}
.style2 {
	text-decoration: underline;
}
.style27 {
	text-align: right;
	font-weight: normal;
	font-family: "Trebuchet MS";
	font-size: large;
}

body {

margin-top: 1px;

margin-left: 1px;

font-family: Trebuchet, Verdana, Arial, sans-serif;

font-size: 12px;

color: black;

background-image: url();
background-repeat: repeat-x;

scrollbar-arrow-color: #3F0;
scrollbar-3d-light-color : #3CF;
scrollbar-base-color: #000;
scrollbar-face-color: #B50B0B;
scrollbar-dark-shadow-color : #006;
scrollbar-highlight-color: #CCC;
scrollbar-shadow-color: #000;

}

p {

font-family: Trebuchet, Verdana, Arial, sans-serif;

width: 100%;

line-height: 150%;

}

li {

list-style-type: none;

line-height: 130%;

list-style-image: url('images/small_arrow.gif');

}

h1 {

font-family: Trebuchet, Verdana, Arial, sans-serif;

font-size: 18px;

font-weight: bold;

color: #A9296C;

}

h2 {

font-family: Trebuchet, Verdana, Arial, sans-serif;

font-size: 16px;

font-weight: bold;

text-align: left;

color: gold;

border-bottom: 1px solid #C6EC8C;

}

h3 {

font-family: Trebuchet, Verdana, Arial, sans-serif;

font-size: 14px;

text-align: left;

font-weight: bold;

color: #B50B0B;

	
}

h5 {

font-family: Trebuchet, Verdana, Arial, sans-serif;

font-size: 12px;

text-align: center;

font-weight: bold;

color: gray;

border-top: 1px solid #C6EC8C;

}


/**************** Pseudo classes ****************/

a:link {

color: #B50B0B;

text-decoration: none;

font-weight: normal;

}


a:visited {

color: #9FE03F;

text-decoration: none;

font-weight: normal;

}


a:hover {

color: #febf01;

padding-bottom: 0px;

font-weight: normal;

text-decoration: none;

}


a:active {

color: rgb(255, 0, 102);

text-decoration: none;

font-weight: normal;

}

/************************* ID's *************************/

#heading {
	position: relative;
	left: 10px;
	top: 5px;
	width: 100%;
	height: 163px;
	margin: 0;
	background-color: black;
	z-index: 2;
}

#googlead {

position: absolute;

text-align: center;

background: transparent;

width: 170px;

height: auto;

left:810px; 

top:200px;

}

#navigation {

position: absolute;

background-image: url('images/side_fade.jpg');

top: 190px;

width: 150px;

height: auto;

margin-left: 10px;

text-align: center;

font-family: arial

margin-top: 188px;

font-weight: normal;

line-height: 150%;

}

#centerDoc {
	position: absolute;
	text-align: left;
	top: 180px;
	width: 610px;
	margin-top: 10px;
	margin-left: 10px;
	left: 160px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 5px;
	background-image: url('images/side_fadeR.jpg');
	background-repeat: repeat;
	z-index: 1;
}

#songTable {
	position: relative;
	width: 95%;
	height: auto;
	padding: 1px;
	margin: 1px;
	left: auto;
	right: auto;
}
#songTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	position: relative;
	left: auto;
	right: auto;
}
#footer {
	position: relative;
	height: 60px;
	z-index: 5;
	text-align: center;
	left: 0px;
	top: 0px;
	font-size: 12px;
}
