<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
h2								{ font-weight:300; font-size: 36px; text-align: center; 
								   }

#page-wrap						{ background: white; width: 1000px; margin: 0 auto; 
								  padding: 0px 0px; }

#slider							{ background: white url(slider-bg.jpg); height: 400px; overflow: hidden;
								  position: relative; margin: 0px 0; z-index:10;}
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 2880px; position: relative; }

.slide							{ padding: 0px 0px; width: 1000px; float: left; position: relative; }
.slide h1						{ font-size: 30px; letter-spacing: -1px;
								  color: #ff6a00; margin-left:30px; width:400px; margin-top:150px; }
.slide p						{ color: #999; font-size: 16px; line-height: 22px; width: 300px; margin-left:30px; }
.slide img						{ position: absolute; top: 0px; left: 410px; }
#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #ac0000; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index:10 }</pre></body></html>