body {
	margin: 0px; 
	padding: 0px; 
	background: url("photos/lines_bg.gif") repeat #808080; 
	color: #ffffff;
	overflow:auto;
}
/* ============================= Sets table height to 100% =============================================================== */
#fullheight {height:100%
}

/* ============================= Info email link on Contact page ========================================================== */
a.email:link { font-size: 30px; text-align: center; color: #D4AF37; background-color: black; text-decoration: underline; }
a.email:visited { font-size: 30px; text-align: center; color: #f4f9b1; background-color: black; text-decoration: underline; }
a.email:hover { font-size: 30px; text-align: center; color: #ffffff; text-decoration: underline; font-style: italic; }
a.email:active { font-size: 30px; text-align: center; color: #f4f9b1; background-color: black; text-decoration: underline; }


/* ============================= Lyrics links on Weddings page ============================================================ */
a.lyrics:link { text-align: left; color: #00ffff;  text-decoration: none; }
a.lyrics:visited { text-align: left; color: #b1fafe; text-decoration: none; }
a.lyrics:hover { text-align: left; color: #ffffff; text-decoration: none; font-style: italic; }
a.lyrics:active { text-align: left; color: #bf84f3; text-decoration: none; }

/* ============================= Hyperlinks on Song List page ============================================================ */
a.samples:link { text-align: left; color: #D4AF37; text-decoration: underline; }
a.samples:visited { text-align: left; color: #D4AF37; text-decoration: underline; }
a.samples:hover { text-align: left; color: #ffffff; text-decoration: underline; font-style: italic; }
a.samples:active { text-align: left; color: #F4FA58; text-decoration: underline; }

/* ============================= Hyperlinks on Bob Oates Song List page ============================================================ */
a.bobsong:link { font-weight: bold; text-align: left; color: #bbbbbb; text-decoration: none; }
a.bobsong:visited { text-align: left; color: #bbbbbb; text-decoration: none; }
a.bobsong:hover { text-align: left; color: #ffffff; text-decoration: none; font-style: italic; }
a.bobsong:active { text-align: left; color: #F4FA58; text-decoration: none; }

/* ============================= Hyperlinks of Greatest Hits on Bob Oates Song List page =========================================== */
a.bobhit:link { font-weight: bold; text-align: left; color: #D4AF37; text-decoration: none; }
a.bobhit:visited { text-align: left; color: #D4AF37; text-decoration: none; }
a.bobhit:hover { text-align: left; color: #ffffff; text-decoration: none; font-style: italic; }
a.bobhit:active { text-align: left; color: #F4FA58; text-decoration: none; }

/* ============================= Hyperlink on Voice-Over page ============================================================ */
a.voice:link { font-size: 30px; text-align: center; color: #ffff00; text-decoration: underline; }
a.voice:visited { font-size: 30px; text-align: center; color: #ffff00; text-decoration: underline; }
a.voice:hover { font-size: 30px; text-align: center; color: #ffffff; text-decoration: underline; font-style: italic; }
a.voice:active { font-size: 30px; text-align: center; color: #F4FA58; text-decoration: underline; }

/* ================================== Navigation Bar ==============================  */
.menuoff a:link { color: #D4AF37; text-decoration: none; cursor: pointer;}
.menuoff a:visited { color: #D4AF37; text-decoration: none; cursor: pointer;}
.menuoff a:hover { color: #41870b; text-decoration: none; cursor: pointer;}
.menuoff a:active { color: #41870b; text-decoration: none; cursor: pointer;}

.menuon a:link { color: #FFFFFF; text-decoration: none; cursor: pointer;}
.menuon a:visited { color: #FFFFFF; text-decoration: none; cursor: pointer;}
.menuon a:hover {color: #FFFFFF; text-decoration: none; cursor: pointer;}
.menuon a:active {color: #000000; text-decoration: none; cursor: pointer;}

.menuclick a:link { color: #000000; text-decoration: none; cursor: pointer;}
.menuclick a:visited { color: #000000; text-decoration: none; cursor: pointer;}
.menuclick a:hover {color: #000000; text-decoration: none; cursor: pointer;}
.menuclick a:active {color: #FFFFFF; text-decoration: none; cursor: pointer;}


.menuoff {
	background: #000000;	
	color: #000000; 
	cursor: pointer; 
	text-decoration: none;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	width: 100%;
	height: 16px;
	padding-left: 0px;
	text-align: left; 
	line-height: 15px;
	font: bold 15px sansumiregular, arial, helvetica, sans-serif;
}

.menuon {
/*	background: #469a06;   */
	background: #000000;
	color: #000000; 
	cursor: pointer; 
	text-decoration: none;
/*	border-left: 1px solid #ecb5ae;
	border-top: 1px solid #ecb5ae;
	border-right: 1px solid #ff0000;
	border-bottom: 1px solid #994d4d;  */
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;  	
	width: 100%;
	height: 16px;
	padding-left: 0px;
	text-align: left; 
	line-height: 15px;
	font: bold 15px sansumiregular, arial, helvetica, sans-serif;
}

.menuclick {
	background: #698e25;
	color: #000000;
	cursor: pointer; 
	text-decoration: none;
	border-top: 1px solid #000000;
	border-right: 1px solid #ffffcc;
	border-bottom: 1px solid #ffffcc;
	border-left: 1px solid #000000;
	width: 100%;
	height: 16px;
	padding-left: 0px;
	text-align: left; 
	line-height: 15px;
	font: bold 15px sansumiregular, arial, helvetica, sans-serif;
}

/* ================= Used in each of the 3 columns; left, center and right  */
.column {
	width: 100%;
	height: 100%;
	border-left: 2px solid #fe2e2e;
	border-top: 2px solid #fe2e2e;    /*#e6a099  fd0606 eb5c4c*/
	border-right: 2px solid #fa5858;  /*#804040 b05f56 */
	border-bottom: 2px solid #fa5858;
}

.column td {
	vertical-align: top;
}

/* ================= Used on Videos page to provide separation between iframes  */
.box{
	margin:40px;
}

.boxstyle {
	width: 100px;
	margin-top: 10px;
}

.header {
	width: 100%;
	height: 170px;
}

.header td {
	padding: 15px;
	vertical-align: top;
	text-align: left;
}

.headingstyle {
	background: inherit;
/*	color: #d00909; */
/*  color: #ff9500; */
	color: #D4AF37;
/*	color: #f5b022; */
	font: bold 30px arial, helvetica, sans-serif;
}

img {
border: none;
}


.maintext {
	background: inherit;
	color: #ffffff;  	
	font: 14px/17px arial, helvetica, sans-serif;  
	text-align: justify;
    width: 95%;
}

/* ================================== Page Indicator at top of each page ==============================  */
.pageind {
	background: inherit;
/*	color: #53a512; */
/*  color: #ff9500; */
	color: #D4AF37;
	font: 14px/17px arial, helvetica, sans-serif;
}

/* ================================== Various lists ==============================  */
li {
	width:300px;      
	margin-top:15px;
    margin-bottom:0;
    margin-right:0;
    margin-left:0;
	padding:0 10px 0 0;
	line-height: 20px;
	font-size:17px;
	position:relative; /* ie needs this in order to recognize links in all columns */
}

/* ======================== Event list on Index page ===========================  */
.licol-1 {
	margin-left:25px;
}
.licol-2 {
	margin-left:250px;
}    
.licol-3 {
	margin-left:475px;
}
.licol-first {
/*	margin-top:-299px;  */
	margin-top:-335px;
}
ul#events {
	font: bold 1.8em arial, helvetica, sans-serif;
	font-size:16px;
	color: #ffffff;
	font-style: italic;
}
/* ========================= End of Events list on Index page ===========================  */

/* ======================== City list on Index page ===========================  */
.licol-firstcity {
	margin-top:-403px;
}
ul#cities {
	font: 1.8em arial, helvetica, sans-serif;
	color: #ffffff;
	font-style: italic;
}

/* ========================= List of songs on Memorial page =============================  */
ul#memorials {
	font: bold 1.8em arial, helvetica, sans-serif;
	font-size:16px;
	color: #ffffff;
	font-style: italic;
}


h1 {
/*	color: #ffffff; */
/*	color: #ff9500; */
	color: #D4AF37; 
	text-align:center;
	font-family:arizoniaregular, arial, helvetica, sans-serif;
	font-size: 45px;
}

h2 {
	color: #ffffff;
	text-align:center;
	font-family:arial, helvetica, sans-serif;
	font-size: 20px;
}

/*h3 {margin:0; padding:0;} */

h3 {
	color: #eeeeee;
    margin: 0px;
    padding: 0px;
	margin-left: 20px;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
}

p {
	font-family:arial, helvetica, sans-serif;
	font-size:17px;
	margin-left: 20px;
	color: #ffffff;
}

/* ======================= Tim Beatle Photo on Bio page ================================== */
.bio {
	font-family:arial, helvetica, sans-serif;
	font-size:17px;
	margin-left: 0px;
	color: #ffffff;
	text-align:center;
}


.listen {
}

ol#set1 {
	text-align: left;
	font-size: 12px;
	color: white;
}

ol#set1 p {
	font: normal 1.8em arial, helvetica, sans-serif;
	color: #01df01; 
	text-decoration:none;
}


ol#set2 {
	text-align: left;
	font-size: 12px;
	color: white;
	counter-reset: item 9;
}

ol#set2 p {
	font: normal 1.8em arial, helvetica, sans-serif;
	color: #01df01; 
	text-decoration:none;
}

/* ============================== Current Date on each page ===========================  */
.date {
 position:relative;
 width: 95%;
 text-align: right;
}

.centeralign { 
	text-align: center;
	font-size: 35px;		
}

/* ================================== Videos page ==============================  */
.video {
	font-family: arial, helvetica, sans-serif;
	font-size: 25px;
    text-align: center;
	background-color:#ff0000;
	border-spacing: 2px; 
}

/* ================================== Photos page ==============================  */
.photo {
	font-family: arial, helvetica, sans-serif;
	font-size: 25px;
    text-align: center;
	background-color:#aebbae;
	border-spacing: 1px; 
}

/* ================================ Footer on each page ============================  */
.footer {
	color: #aebbae;
	font: bold 10px 'comic sans ms';
}	

/* ============================== Phone number on Index page ========================  */
.phone {
	font-family:'lucida sans unicode', 'lucida grande', arial; 	
	font-size: 25px;
  	color: #f4fa58;
	text-align: center;
}

#Navigation1 {
    background:#aebbae;
    margin-top:30px;
    height:20px;
}
#Navigation1 li {
    list-style-type: none;
    text-align: center;
    float: left;
    width: 50%;
}
#Navigation1 li (width: 50%;)