body {
	background-color:#dfdfdf;
	font-family: arial,verdana,sans-serif;
	line-height: 22px;
	font-size: 14px;
	margin-top: 190px;
	
}

	img {
	max-width: 100%;

}

iframe {
	max-width: 100%;
}

	.wrapper {
	background-color: #ffffff;
	width: 90%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 20px 0px 0px 0px;

}

	header {
	text-align: center;
	padding: 10px 0px 12px 0px;

}

	footer {
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	padding: 0px 0px 8px 0px;

}

	main {
	padding: 0px 18px 0px 18px;

}

	hr {
	width: 95%;

}
	nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

	nav li {
		display: inline;

}

	nav a {
		padding: 10px 4px 10px 18px;
		display: inline-block;
		font-size: 15px;
		text-transform: uppercase;
		font-family:verdana, arial, sans-serif;
		color: #000000;
		text-decoration: none;
}

	nav a:hover {
		color:#909496;
		text-decoration:underline;
}

	h1 {
	font-size 20px;
	text-transform: uppercase;
	color: #000000;
}

h2 {
	font-size 17px;
	text-transform: uppercase;
	color: #000000;
}

h3 {
	text-transform: uppercase;
	text-align: center;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.center {
	text-align: center;
}

span.a {
  display: inline-block;
  width: 250px;
  height: 250px;
  padding:-3px;
}

.topfixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 180px;
	background: rgba(255, 255, 255, 0.70);
}

