html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 2em;
	font-size: 1em;
	color: #202020;
	font-family: "nimbus-sans", sans-serif;
	font-weight: 500;
	}
	
	ul, li
	{
	list-style: none;	
	}
	ul
	{
	margin-bottom: 20px;	
	}

#wrap
{
width: 940px;
margin-top: 50px;
margin-bottom: 500px;
margin-left: auto;
margin-right: auto;	
}

iframe
{
width: 940px;
height: 500px;	
}

h1
{
font-weight: bold;
font-size: 30px;
padding-bottom: 20px;
border-bottom: 5px solid black;
color: black;	
}

h2
{
color: black;
font-weight: bold;
font-size: 20px;
clear: both;
}

h3
{
color: black;
font-size: 20px;
clear: both;
}

h4
{
	color: black;
	font-size: 14px;
	clear: both;
	font-style: italic;
}

nav
{
position: fixed;
background-color: white;
border-top: 5px solid black;
width: 940px;
bottom: 0;	
z-index: 101;
}

.one
{
margin-left: 250px;	
}

.nav
{
margin-right: 0px;	
}


.slides_container div {
               width:940px;
               display:block;
			   height: 500px;
			   background-color: #101010;
            }
			
.slides_container {
width:940px;
height: 500px;
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:940px;
	height: 500px;
	display:block;
	align:center;
}

.pagination {

}

.pagination li {
display: inline;
margin-right: 10px;	
margin-bottom: 2em;
}

.pagination li a {
color: grey;
border-bottom: 0px;
}

.pagination li.current a {
	color: black;
}

a:link
{
text-decoration: none;
color: grey;	
}

a:active
{
text-decoration: none;	
}

a:visited
{
text-decoration: none;	
color: grey;
}
a:hover
{
text-decoration: none;	
color: black;
}


section
{
margin-bottom: 40px;	
}





@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {


}