
body {
	font-family: "Lucida Grande", Arial, Sans-Serif;
	background: #fff;
}
a {
	text-decoration: none;
	outline: none;
}
a img {
	border: none;
}
h2 {
	font-family: Georgia, Serif;
	font-size: 36px;
	text-align: left;
	font-weight: normal;
}

#slider {
	background: #FFF;
	background-image: url(../images/bslider.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border-bottom:1px solid #666;
	border-top:1px solid #666;
	height: 235px;
	overflow: hidden;
	position: relative;
	margin: 0px 0;
}
/* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover {
	width: 2980px;
	position: absolute;
}
#slider .slide {
	padding: 0px 30px;
	width: 980px;
	float: left;
	position: relative;
}
#slider .slide h1 {
	font-family: Helvetica,"brush-tipTerrence trial", "Brush Script Std","Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 30px;
	letter-spacing: -1px;
	color: #009;
	padding-left:50px;
}

#slider .slide p {
	color: #999;
	font-size: 12px;
	line-height: 22px;
	width: 300px;
}

#slider .slide img {
	position: absolute;
	top: 45px;
	left: 350px;
}

#slider .slide #grande {
	position: absolute;
	top: 0px;
	left: 90px;
}

#slider-stopper {
	position: absolute;
	top: 1px;
	right: 20px;
	background: transparent;
	color: white;
	padding: 3px 8px;
	font-size: 10px;
	text-transform: uppercase;
	z-index: 1000;
}
