BODY.splash { 
  margin: 1em;
  font-family: Times New Roman;
  line-height: 1.1;
  background: #000010;
  background-image: url('http://www.whengiantsfall.com/images/photo/bg-mickey4064.JPG');
  color: #FFA800; 	
  onLoad="JSFX_StartEffects()";
}
BODY.general { 
  height:100%;
  margin: 1em;
  font-family: Times New Roman;
  line-height: 1.1;
  background: #000010;
/*  background-image: url('images/StickMen.Sky10.gif');		*/
  color: #FFA800; 	
  onLoad="JSFX_StartEffects()";
}
BODY.news { 
  height:100%;
  margin: 1em;
  font-family: Times New Roman;
  line-height: 1.1;
  overflow: hidden;
  background: #000010;
/*  background-image: url('images/StickMen.Sky10.gif');		*/
  color: #FFA800; 	
  onLoad="JSFX_StartEffects()";
}
	/* This code is to establish a footer for the nav	*/
		html, body{
		height:95%;
		margin:0;
		padding:0;
		min-height:95%;
		}
		#contents{
		min-height:95%;   
		margin:0; 
		position:relative;
		}
		/* holly hack to target IE win Only \*/
		* html #contents{
		height:95%;
		}
		/* end hack */
		
		#footer{
		position:relative; 
		top:-1%;
		height:5%;
		}
		 * html #footer{ /*IE */
		top:0;
		}
		| * > #footer{ /* Opera using CSS3 selectors that other browsers will support later, look out */
		top:0;
		}
		
		#footer
		{
		height:10px;
		width:100%; 
		background-color: #000010;
		}
 
/*
img.cd
	{
	border: 5px solid darkred;"
	}	/*  SRC="images/CoverShot.jpg" ALT="When Giants Fall - Momentum" width="200" height="200" */
*/

	

H1, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, 
DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR, FORM, DL { 
  display: block }

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, 
IMG, SPAN, H6 { display: inline }

LI { display: list-item }

H1, H4 { margin-top: 1em; margin-bottom: 1em }
H5, H6 { margin-top: 1em }
H1 { text-align: center }
H1, H6 { font-weight: bold }
H5 { font-style: italic }

H1 { font: 150% Times New Roman bold }	/*{ font-size: xx-large } */
H2 { color: #000010; }
H3 { font: 90% Times New Roman bold }
H6 { font: 175% Times New Roman }


B, STRONG { font-weight: bolder }  /* relative to the parent */
I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }

PRE { white-space: pre }

ADDRESS { margin-left: 3em }
BLOCKQUOTE { margin-left: 3em; margin-right: 3em }

UL, DIR { list-style: disc }
OL { list-style: decimal }
MENU { margin: 0 }              /* tight formatting */
LI { margin-left: 3em }

DT { margin-bottom: 0 }
DD { margin-top: 0; margin-left: 3em }

HR { border-top: solid }        /* 'border-bottom' could also have been used */


		/****** DITCHED THESE IN FAVOR OF THE LINK FADE SCRIPT	*/
			A:link { color: FF3300 }           /* unvisited link */
			A:visited { color: FF3300 }        /* visited links */
			A:active { color: CCA800 }        /* active links */

/* setting the anchor border around IMG elements
   requires contextual selectors */

		/*	A:link IMG { border: 2px solid blue }
			A:visited IMG { border: 2px solid red }
			A:active IMG { border: 2px solid lime }
			
		***************************************************************
		*/


/*	TABLE STYLE 	*/

/*	Splash Page 	*/

table.splash {
	border-width: 0px 0px 0px 0px;				/* Top Right Bottom, Left  */
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: red red orange orange;
	border-collapse: separate;
	width:70%;
	height:80%;
/*	background-color: #000010;		*/		
/*	background-image: url('http://www.whengiantsfall.com/images/photo/bg-mickey4064.JPG');	*/
/*	background-attachment: fixed				/* Image does not move/scroll with page 	*/
}
table.splash th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;	
/*	background-color: white;	*/
	-moz-border-radius: 0px 0px 0px 0px;
}
table.splash td {
	border-width: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;				/* Top Right Bottom, Left  */
	border-style: inset inset inset inset;
	border-color: red green blue gray;	
/*	background-color: white;	*/
	-moz-border-radius: 0px 0px 0px 0px;
}


/***********	photo 	************/

table.photo {
	border-width: 0px 0px 0px 0px;				/* Top Right Bottom, Left  */
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: red red orange orange;
	border-collapse: separate;
	width:90%;
	height:80%;
/*	background-color: #000010;		*/		
/*	background-image: url('http://www.whengiantsfall.com/images/photo/bg-mickey4064.JPG');	*/
/*	background-attachment: fixed				/* Image does not move/scroll with page 	*/
}
table.photo th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
/*	border-color: gray gray gray gray;	*/
/*	background-color: white;	*/
	-moz-border-radius: 0px 0px 0px 0px;
}
table.photo td {
	border-width: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;				/* Top Right Bottom, Left  */
	border-style: inset inset inset inset;
	border-color: red green blue gray;	
/*	background-color: white;	*/
	-moz-border-radius: 0px 0px 0px 0px;
}


/************	NAVIGATION 	************/

table.nav {
	border-width: 0px 0px 0px 0px;				/* Top, Right, Bottom, Left  */
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: orange orange orange orange;
	border-collapse: separate;
	background-color: #000010;
/*	background-image: url('images/wgf_lOGO4.1.jpg');	*/
	background-attachment: fixed		*/		/* Image does not move/scroll with page 	*/
}
table.nav th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
/*	border-color: gray gray gray gray;	*/
	background-color: #000010;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.nav td {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 10px 5px;				/* Top, Right, Bottom, Left  */
	border-style: inset inset inset inset;
	border-color: black green blue gray;
/*	background-image: url('images/wgf_NavBG2.jpg');			/* Something I tried */	
/*	background-color: 000010;	*/
	-moz-border-radius: 0px 0px 0px 0px;
}


/************	General 	************/

table.gen {
	border-width: 0px 0px 0px 0px;				/* Top, Right, Bottom, Left  */
	border-spacing: 8px;
	border-style: outset outset outset outset;
	border-color: orange orange orange orange;
	border-collapse: separate;
	background-color: #000010;
/*	background-image: url('http://www.wanderinginfiniti.com/5.gif');	*/
	background-attachment: fixed		*/		/* Image does not move/scroll with page 	*/
}
table.gen th {
	border-width: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #000010;
	-moz-border-radius: 0px 0px 0px 0px;

}
table.gen td {
	border-width: 1px 0px 0px 0px;
	padding: 5px 5px 5px 5px;				/* Top, Right, Bottom, Left  */
	border-style: inset inset inset inset;
	border-color: orange orange orange orange;
/*	background-image: url('images/wgf_NavBG2.jpg');			/* Something I tried */	
/*	background-color: 000010;	*/
	-moz-border-radius: 0px 0px 0px 0px;
}


