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

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: white; width: 650px; height:260; }

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

.slide							{ padding: 6px 10px; width: 650px; height:260px; float:left; position: relative; }
.slide h1						{ font-family: Helvetica, Sans-Serif; font-size: 30px; letter-spacing: -1px;
								  color: #ac0000; }
.slide p						{ color: #999; font-size: 12px; line-height: 22px; width: 350px; height:260; text-align:justify; }
.slide img						{
	position: absolute;
	top: 2px;
	left: 413px;
	width: 167px;
	height: 207px;
}
#slider-stopper					{ position: absolute; top: 2px; right: 1px; background: #991E20; color: white;
								  padding: 3px 8px; font-size: 8px; text-transform: uppercase; z-index: 0; }

