body { 
	letter-spacing:0;
	padding:0px 0;
	position:relative;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	-webkit-font-smoothing: subpixel-antialiased;
}


a.footer:link {
	color: #b6bc52;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
} 

a.footer:visited {
	text-decoration: none;
	font-family:"Times New Roman", Times, serif;
	color: #b6bc52;
	font-size: 10px;
} 
a.footer:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size: 10px;
} 
a.footer:active {
	text-decoration: none;
	font-family:"Times New Roman", Times, serif;
	font-size: 10px;
}





#container {
	width:957px;
	padding:0px;
	margin:0 auto;
	position:relative;
	z-index:0;
}	

#example {
	width:957px;
	height:330px;
	position:relative;
}


#frame {
	position:absolute;
	z-index:0;
	width:957px;
	height:341px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:3px;
	left:4px;
	z-index:100;
	width: 953px;
	height: 348px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:957px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:957px;
	height:288px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin:10px auto 0;
	width:200px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
.subheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #7A6C81;
}


a.purplink:link {
	color: #2B1A2B;
}
a.purplink:active {
	color: #352033;
}
a.purplink:visited {
	color: #666;
}
a.purplink:hover {
	color: #B3BC59;
	
	
}



a.greenlink:link {
	color: #d2de26;
}
a.greenlink:active {
	color: #d2de26;
}
a.greenlink:visited {
	color: #d2de26;
}
a.greenlink:hover {
	color: #d2de26;
	
	
}

