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

a, a:visited, a:hover			{ text-decoration: none; outline: none; color: #F60; }
a img							{
	border: none;
	text-align: center;
}

h2								{ font-family: Georgia, Serif; font-size: 36px; text-align: center; 
								  font-weight: normal; }

#page-wrap						{ width: 900px; margin: 0 auto; 
								  padding: 1px 0px; }

#slider							{ height: 224px; overflow: hidden;
								  position: relative; margin: 0; }
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 950px; position: relative; }

.slide							{ padding-top: 15px; padding-left: 430px; width: 900px; float: left; position: relative; }
.slide h1						{ font-family: "Georgia", Helvetica, Sans-Serif; font-size: 24px; letter-spacing: -1px;
								  color: #F60; }
.slide p						{ color: #333; font-size: 12px; line-height: 22px; width: 330px; right: 650px; }
.slide img						{ position: absolute; top: 5px; left: 0px; }
#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #F00; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }
