body {

	background:url(../images/bg-images.jpg);
}
img{
border:0;
}
#page-wrap						{ background: white; width: 980px; margin: 0 auto; 
								  padding: 0px 0px 0px 0px; }

#slider							{ background: white url(../images/slider-bg.jpg); height: 227px; overflow: hidden;
								  position: relative; margin: -6px 0 -6px 0px; }
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 960px; position: relative; }

.slide							{ padding: 45px 30px; width: 920px; float: left; position: relative; }
.slide h1						{ font-family: Helvetica, Sans-Serif; font-size: 20px; letter-spacing: -1px;
								  color: #ac0000; }
.slide p						{ color: #373737; font-size: 12px; line-height: 22px; width: 360px; }
.slide img						{
	position: absolute;
	top: 5px;
	left: 470px;
	

}
#slideAr-stopper					{ position: absolute; top: 1px; right: 20px; background: #ac0000; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: -1; }
.comment {
margin:10px;
padding:10px 20px;
background-color:#fefede;
border: 1px dashed #ccc; }
}