/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
	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: 1.5;
	font-size: 16px;
	}
	
	ol, ul {	
	list-style: none;
	}
	
	blockquote, q {	
	quotes: none;
	}
	
	blockquote:before, blockquote:after,q:before, q:after {	
	content: '';	
	content: none;
	}
	
	table {	
	border-collapse: collapse;	border-spacing: 0;
	}	
	
	/* end reset*/
	
body {
	font-family: Helvetica, sans-serif;
	color: gray;
	background: white;
}

header {
	text-align: center;
	
}

#wrapper {
	font-family: Helvetica, sans-serif;
	color: gray;
	background: white;
	max-width: 85%;
	margin: auto;
	
	
}

h1 {
	color: darkgray;
	font-size: 3.3em;
	font-family: 'Rationale', sans-serif;
	
}


nav {
	margin-top: 5%;
}

li {
	display: inline;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 1.5em;
	font-family: 'Share Tech', sans-serif;
}

nav li a:link,nav li a:visited {
	color: lightgray;
	
	text-decoration: none;
	}
	
nav li a:hover,nav li a:focus {
	color: gray;
	
	text-decoration: none;
	}
	


p {
	padding: 1%;
	font-size: 1.2em;
	color: gray;
}

#homemain {
margin: 5% auto;
text-align: center;
padding: 5%;
height: 500px;
}

iframe {
width: 100%;
height: 100%;
}

#hometext {

margin: 5% auto;
padding: 4%;
color: black;

}

#aboutmain {
margin: 5% auto;
text-align: center;
}

#aboutmain img {
	display: block;
	height: 100%;
	width: 100%;
}

#histmain {

margin: 5% auto;
text-align: center;
}

#histmain img {
	display: block;
	height: 100%;
	width: 100%;
}

#probmain {
	margin-top: 10%;
	text-align: center;

}

#probmain img {
height: 100%;
width: 100%;

}



footer {
margin-top: -2%;
margin-bottom: 2%;
font-family: Helvetica, sans-serif;
padding: 1%;
color: lightgray;
text-align: center;
font-size: 1.1em;
}

a:link,a:visited {
	color: lightgray;
	
	text-decoration: none;
	}
	
a:hover,a:focus {
	color: gray;
	
	text-decoration: none;
	}
