*								{ margin: 0; padding: 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						{ width: 870px; margin: 0 auto; 
								  padding: 10px 0; }

#slider							{ background: white url(../images/slider-bg.jpg); height: 110px; overflow: hidden;
								  position: relative; margin: 10px 0; }
								  
                                /* 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: 870px; float: left; position: relative; }
.slide h1
{
	font-size: 30px;
	color: black;
	font-family: Helvetica, Sans-Serif;
	letter-spacing: -1px;
	
}
.slide p
{
	font-size: 12px;
	width: 300px;
	color: black;
	line-height: 22px;
	
}
.slide img
{
	left: 400px;
	width: 120px;
	top: 20px;
	height: 100px;
}
#slider-stopper
{
	padding-right: 8px;
	padding-left: 8px;
	font-size: 10px;
	z-index: 1000;
	RIGHT: 20px;
	background: #e5bd20;
	padding-bottom: 3px;
	text-transform: uppercase;
	color: black;
	padding-top: 3px;
	position: absolute;
	top: 1px;
}