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 { 
    margin:0;
  padding:0 right-sidebar-<length> 0 left-sidebar-<length>;
  height:100%;
/*  margin: 1em;	*/
  font-family: Times New Roman;
  line-height: 1.1;
  overflow: auto;
  background: #000010;
/*  background-image: url('images/StickMen.Sky10.gif');		*/
  color: #FFA800; 	
  onLoad="JSFX_StartEffects()";
}
BODY.widget { 
  height:100%;
  overflow: auto;
  background: #333333;
}

/*  LEFT & RIGHT SIDEBAR  */

 div#left-sidebar{
  position:absolute;
  top:100;
  left:0;
  width: 260;			/*left-sidebar-<length>; */
  height:100%;
 }
 div#right-sidebar{
  position:absolute;
  top:100;
  right:0;
  width:right-sidebar-<length>;
  height:100%;
 }
 @media screen{
  body>div#left-sidebar{
   position:fixed;
  }
  body>div#right-sidebar{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }

/* End LEFT & RIGHT SIDEBAR  */


	/* 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: #00010;
		}
 
/*
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: 120% Arial }	/*{ font-size: xx-large } */
H2 { color: #000010; }
H3 { font: 75% Times New Roman }
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 }
			
		***************************************************************
		*/







/************	NAVIGATION (LINKS)	************/
/*Note:</b> If you only set the padding for a elements (and not ul), the links will go outside the ul element. Therefore, we have added a top and bottom padding for the ul element.*/

ul
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
li
{
float:left;
}
a:link,a:visited
{
display:block;
width:210px;
font-weight:bold;
color:#FFAA33;
background-color:#; /*ccee44*/
text-align:center;
padding:4px;
text-decoration:none;
/*text-transform:uppercase;*/
}
a:hover,a:active
{
background-color:#666666; /*7A991A*/
}







/*	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.CDSale {
	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.CDSale 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.CDSale 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 {
	width:80%;
	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 {
	height: 4px;
	width: 400px;

	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;				/* 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.general {

	border-width: 0px 0px 0px 0px;				/* Top, Right, Bottom, Left  */
	border-spacing: 2px;
	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.general 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.general td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;				/* 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;
}



