body {
	background: #222 url(../images/body_bg.jpg) fixed 50% 0 ;
	color: #777;
	font-family: "Raleway", arial, sans-serif;
	font-size: 62.5%;
}

a {
	color: #98c22a;
}

a:link {
	color: #98c22a;
}
a:visited {
	color: #98c22a;
}
a:hover {
	color: #98c22a;
}
a:active {
	color: #98c22a;
}

#wrapper {
	width: 915px;
	margin: 0 auto;
	font-size: 1.2em;
}

#masthead {
	padding: 1em 0;
	text-align: center;
}
#masthead h1 {
	font-size: 4em;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 5px;
	text-transform: lowercase;
	text-shadow: #000 -1px -1px;
}

#masthead h1 span {
	font-size: .9em;
	line-height: 1;
	padding: 0 3px;
}

#masthead h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: #000 -1px -1px;
	background-color: #000;
	padding: 3px 10px;
	color: #ddd;
	opacity: 0.35;
	display: inline;
	-moz-opacity: 0.35;
	filter:alpha(opacity=35);
}

#content {
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
	padding: 2em 0;
}

#content p,
#content ul,
#content dl {
	margin-bottom: 1em;
	text-shadow: #000 -1px -1px;
	
}



#content .intro {
	text-align: center;
	font-size: 1.3em;
	margin-bottom: 2em;
	line-height: 1.3em;
}



#content .disclaimer {
	clear: both;
}

#content .slide {
	margin-bottom: 1em;
	color: #fff;
}




#footer {
	text-align: center;
	padding: 1em 0;
	overflow: hidden;
}



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

#slides {
	position: relative;
	width: 915px;
	
}

.slides_container {
	width: 915px;
	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 div.slide {
	width: 915px;
	height: 472px;
	display:block;
}


/*
	Next/prev buttons
*/

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

#slides .next {
	left:915px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 26px;
	width: 170px;
	overflow: hidden;
}

.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(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	margin-bottom: 0;
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	background:#000;
	background:rgba(0,0,0,.75);
	width:915px;
	font-size:1.3em;
	color:#fff;
	text-shadow:none;
	height: 40px;
}

.caption p {
	margin-bottom: 0;
	padding: 0 1em;
	line-height: 40px;
}

