*								{
	padding: 0;
}
body							{
	font-family: "Lucida Grande", Arial, Sans-Serif;
	font-style: normal;
}

a								{ text-decoration: none; outline: none; }
a img							{ border: none; }

h2								{
	font-family: Georgia, Serif;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	background: #242426
}

#page-wrap						{ background: #242426; width: 780px; margin: 0 ; 
								  padding: 10px 0px 0px 5px; }

#slider							{
	height: 227px;
	overflow: hidden;
	position: relative;
	margin: 10px 0;
	background-color: #717171;
	background-image: url(../sliderbg.gif);
}
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 3000px; position: relative; }

.slide							{ padding: 35px 30px; width: 700px; float: left; position: relative; }
.slide h1						{
	font-family: Helvetica, Sans-Serif;
	font-size: 30px;
	letter-spacing: -1px;
	color: #000000;
}
.slide p						{
	color: #000000;
	font-size: 13px;
	line-height: 25px;
	width: 350px;
	font-weight: bolder;
}
.slide img						{
	position: absolute;
	top: 30px;
	left: 340px;
}
#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #242426 ; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }
