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

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

#page-wrap						{ background: white; width: 960px; margin: 0 auto; 
								  padding: 50px 0; }
/* Sets the background options of the slider. */
#slider							{
	height: 222px;
	overflow: hidden;
	position: relative;
	margin-right: 0;
	margin-left: 0;
	background-position: right bottom;
	width: 970px;
	
}
								  
                                /* 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; }
/*sets the position of the content and H1 Title*/
.slide							{
	padding: 50px 100px;
	width: 980px;
	float: left;
	position: relative;
}
/* Sets the color of the font of the H1 Title*/
.slide h1						{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 32px;
	color: #313131;
	font-weight: bold;
}
/* Sets the color of the font of the details. */
.slide p						{
	color: #3F3E3A;
	font-size: 14px;
	line-height: 18px;
	width: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/*postisions the slide image*/
.slide img						{ position: absolute; top: 40px; left: 550px; }
#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #ac0000; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }
