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

#slider							{
	height: 220px;
	overflow: hidden;
	position: relative;
	background-color: #E9E9E9;
	background-image: url(../images/slider-bg.jpg);
}
								  
                                /* 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							{
	width: 900px;
	float: left;
	position: relative;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
}
.slide h1						{ font-family: Helvetica, Sans-Serif; font-size: 30px; letter-spacing: -1px;
								  color:#960; }
.slide p,li						{
	color:#666;
	font-size: 12px;
	line-height: 22px;
	width: 325px;
}
.slide img						{
	position: absolute;
	top: 9px;
	left: 399px;
}
#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #ac0000; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }
