@charset "UTF-8";
/* CSS Document */

/*START OF BROWSER RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END OF BROWSER RESET END OF BROWSER RESET  END OF BROWSER RESET  END OF BROWSER RESET  END OF BROWSER RESET */


/*centre entire site*/
#container {
	width: 953px;
	background:#666;
	margin: 0 auto;
	text-align: center; /* for IE */
	}

/*base styles*/
body {
	margin:0; 
	padding:0;
	background:#666;
	color:#DDD; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px;
	text-align: left;
	}
	
/*restyle paragraphs*/
p {
	margin: 1em 0;
	line-height: 1.32em;
	text-align: justify;
}


em {line-height: 1.32em;
    }


h1 {font-weight:bold;
	/*padding-top:20px;*/
	font-size:12px;
	}
	
/*Self Lit Design Hyperlink*/
h6 {font-weight:normal;
	padding:10px 0 40px 0;
	font-size:10px;
	float:left;
	}
	
h6 a {
  font-weight: bold;
  color: #c6f7e2;
}

h6 a:hover {
  font-weight: bold;
  color: #c6f7e2;
}

/*set margins on main textual content*/
div#maincontent {
	margin: 2.5em 0em 0em 0em;
	text-align: justify;
	}
	
/*set margins on SONGS textual content*/
div#songcontent {
	width:953px;
	margin:2em 0em 0em 0em;
	text-align:left;
	font-weight:normal;
	}

/*style tables*/

.songtable {
	table-layout: fixed;
	width: 100%;
	}


.songtable tr td {
	margin-left:0;
	text-align:center;
	font-weight:bold;
	font-size:9px;
	padding:none;
	}

/* STYLE NEW <-  +> NAVBARS - - - - - - - - - - - - - - - - */
/*style top arrow nav*/
.plusarrow {
	position: relative;
	top: 1px;
	}

.plusarrow tr td {
	margin-left: 0;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	padding: 1px;
	float: none;
	width: 100%;
	}

/*style bottom arrows nav*/
.plusminusarrows {
	table-layout: fixed;
	width: 100%;
	}

.plusminusarrows tr td {
	table-layout: fixed;
	margin-left:0;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	padding:none;
	}
	
.rightarrow {
    text-align: right;
}

.leftarrow {
    text-align: left;
}

.midspace {
	width: 894px;
	/*width: 925px;*/
	/*float: none;*/
	}

/* STYLE OLD <-  +> NAVBARS - - - - - - - - - - - - - - - - */

.songtabletwo {
	table-layout: fixed;
	width: 100%;
	}

.songtabletwo tr td {
	margin-left:0;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	padding:none;
	}


/*style header*/
#header {
	width: 953px;
	margin-top: 7.4em;
	margin-bottom: 2em;
	height: 1.8em;
	}

/*style header navigation*/
.navigation {
	display:inline; 
	width:auto; 
	color:#ddd;  
	float:right; 
	text-align:right;
	margin-right: 0em;
	}

/*style table*/
table {
	width: 4%;
	float: right;
	margin: 0;
	border-spacing: 10px 0px;
	}

/*style table data*/
td {
	width: 1.1em;
	text-align:left;
	text-size: 9px;
	}
	
tr {height:1em;}

/*style table data links*/
/*td a {
	text-decoration:none;
	}*/
	
/*style anonymous links*/
a:link {color:#DDD;text-decoration:none;}
a:visited {color:#DDD;text-decoration:none;}
a:hover {color:#FFF;text-decoration:none;}
a:active {
	color:#FFF;
	text-decoration:none;
	font-weight: bold;
}

/*style songs table*/
table.songtable tr td a:visited {color:#FFF;font-weight:bold;	text-decoration:none;}
	
/*style navigation links*/	
div.navigation a:link {	color:#DDD;	font-weight:normal;	text-decoration:none;}	
div.navigation a:visited {	color:#DDD;	font-weight:normal;	text-decoration:none;}	
div.navigation a:hover {color:#FFF;	font-weight:normal;	text-decoration:none;}	
div.navigation a:active {color:#FFF; font-weight:normal; text-decoration:none;}
	
/*style footnav links	*/
div.footnav a:link {color:#DDD;	font-weight:normal;	text-decoration:none;}	
div.footnav a:visited {color:#DDD;	font-weight:normal;	text-decoration:none;}	
div.footnav a:hover {color:#FFF;	font-weight:normal;	text-decoration:none;}	
div.footnav a:active {color:#FFF;	font-weight:normal;	text-decoration:none;}

/*float promised lands text logo left*/
.logo {
	float:left;
	position:relative;
	width:10em;
	text-align:left;
	vertical-align:middle;
	margin-top:0;
	margin-left:0;
	height: 1.8em;
	}

#header p.logo a {
text-decoration:none;
}

/*place triptych images*/
div.imagecontainer {
	width:953px;
	padding-top:1px;
	padding-bottom:1px;
	text-align:center;
	}
	
/*style footer*/
#footer {
	width:953px; 
	margin-top:18.3em;
	margin-bottom:7.4em;
	height:1.8em;
	}
	
/*style image on mainpage*/
#footer_img_mainpage {
	width:953px; 
	margin-top:10em;
	margin-bottom:7.4em;
	height:1.8em;
	}

/*style footer navigation*/
.footnav{
	width:953px;
	display:inline;  
	color:#ddd; 
	margin-left:0em;
	float:left; 
	text-align:left;
	}
	
