/* Flash banner CSS */

#allbanner {position: relative; 
	left: -9px;
	width: 900px; /* new */ 
	/*width: 700px;*/
	height: 240px;
	padding: 0;
	margin:10px auto 0px auto; 
	text-align: left;
	
	
	}

#banner {position: absolute;
	top: 0;
	left: 0; 
	/*width: 670px; */ 
	width: 900px; /* new */
	/*border:solid; border-color:#FFFFFF;*/ 
	
	height: 240px;
	background-color: #990000;
	
	
	}
	
#banner img.img {position: absolute; z-index: 50;}

#flash {position: absolute; 
	z-index:5; 
	left: 0px;
	top: 0;}
	
#stripe {position: absolute; 
		 background: url(images/stripe.gif) 0 0 repeat-y; 
		/* left: 670px;*/
		 	 left: 900px;/* new */
		 width: 30px; 
		 height: 240px;}
