*								{ margin: 0; padding: 0; }
body							{ font-family: Verdana, Arial, Helvetica, sans-serif;  }

a								{ text-decoration: none; outline: none; }
a img							{ border: none; }



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

#slider							{ background: #e4e4e4 url(../images/slider-bg.jpg);
width:662px;
 height: 145px; overflow: hidden;
								  position: relative; margin-top:2px; }
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 662px; position: relative; }

.slide							{ padding: 5px 10px; width: 662px; float: left; position: relative; }
.slide h1						{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 25px; letter-spacing: -1px;
								  color: #d58931; }
.slide p						{ color: #7e7d7d; font-size: 11px; line-height: 22px; width: 370px; text-align:justify; }
.slide img						{ position: absolute; top: 20px; left: 250px; }
#slider-stopper					{ position: absolute; top: 1px; right: 13px; background: #d58931; color: white;
								  padding: 3px 15px; font-size: 10px; text-transform: uppercase; z-index: 1000; }