*								{ margin: 0; padding: 0; }
body							{ font-family: "Lucida Grande", Arial, Sans-Serif; background: #fff; }

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

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

#slider							{ width: 732px; height: 335px; overflow: hidden; position: relative; margin: 0px; }
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 732px; position: relative; }

.slide							{ padding: 40px 30px; width: 732px; float: left; position: relative; }
.slide h1						{ font-family: Helvetica, Sans-Serif; font-size: 30px; letter-spacing: -1px;
								  color: #ac0000; }
.slide img						{ position: absolute; top: 0px; left: 0px; }
#slider-stopper					{ position: absolute; bottom: 0px; left: 39px; background: #136398; color: #fff;
								  font-size: 10px; text-transform: uppercase; z-index: 1000; padding-top: -4px; padding-left: 4px; padding-right: 4px; padding-bottom: 5px;  height: 11px;}