
#banner2 {display: none}


#banner {

width: 100%;
height: 56px;  

}




body {

	background-color: #121212;
}


#nav { 

	background-color: #000;
	height: auto;
	margin: 0 auto;
	 /*line-height: 30px;  used to vertically even nav bar elements */
	display: block;
	width: auto;
	/*max-width: 384px; */
}


#nav ul { 

	margin: 0 auto;
	font-size: 110%;
	list-style-type: none; 
	text-align: center; 
	background-color: #000; 
	\*height: 100%; *\
	vertical-align: middle;
} 

 
#nav ul li {  
	
	display: inline-block; 
	\*height: 100%; *\
	vertical-align: middle;
	margin: 0 auto;
} 
 

#nav ul li a { 
		
	text-decoration: none; 
	padding: .280em 2em; /* sets padding and scalable dimensions for black navbar buttons.  */
	color: #fff; 
	background-color: #000; 
	\*height: 100%; *\
	vertical-align: middle;
	margin: auto;
} 

#header  {

	margin-left: auto; 
	margin-right: auto; 
	/*background-color: #000;*/
}


 
#nav ul li a:hover { 
	
	color: #000; 
	background-color: #fff; 
	width: 100%; 
	/*height: auto; */
	/*line-height: 30px;  */
} 

 
#wrapper {
	
	width: auto;
	height: auto; /*   or %100 ??? */
	/* background-color: #000;*/
	margin-left: auto; 
	margin-right: auto; 
}


#amazon {
	display: none;

}



#floattop {

display:none;
	
}





#leftcolumn {

display:none;

}


#rightcolumn {
	border-left: 1px #FFF solid;
}


#content {

width: 100%; 

}


#footer {

display: none;
/*
	color: #fff;
	height: auto;
*/
	
}

.none {

position: relative; /* <-- Added */
    z-index: 9999; /* <-- Added */

}








