*								{ margin: 0; padding: 0; }

a								{ text-decoration: none; outline: none; }
a img							{ border: none; }

h2								{ font-family: Georgia, Serif; font-size: 36px; text-align: center; 
								  font-weight: normal; }

#page-wrap						{ background: none; width: 400px; height:100px; margin: 0 ; 
								  padding: 0px 0px; border: 0px solid #000000 }

#slider							{ background: none  ; height: 100px; overflow: hidden; width:400px;
								  position: relative; margin: 4px 0px 4px 10px; }
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 400px; position: absolute; }

.slide							{ padding: 0px 0px; width: 400px; background-color:none; float: left; position: relative; }
.slide h1						{ font-family: Helvetica, Sans-Serif; font-size: 30px; letter-spacing: -1px;
								  color: #ac0000; }
.slide p						{ color: #000000; font-size: 12px; line-height: 13px; width: 400px; font-family: Century Gothic;                                 font-weight:bold; padding: 0px 60px 0px 0px  }
.slide img						{ position: absolute; top: 20px; right: 600px; }
#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #ac0000; color: white;
								  padding: 3px 8px; font-size: 8px; text-transform: uppercase; z-index: 1000; }