*								{
	margin: auto;
}
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: 26px; text-align: center; 
								  font-weight: normal; 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: #999; font-size: 11px; line-height: 22px; width: 350px; }
.slide img						{ position: absolute; top: 20px; left: 370px; }
#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #242426 ; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }
