@charset "UTF-8";
/* CSS Document */
.content {
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	clear: both;
	padding: 0px;
	padding-bottom: 10px;
}
.navigation_viewer {
	margin: 0;
	padding: 0;
	height: auto;
	width: 100%;
	text-align: center;
	float: left;
	clear: both;
}
.content_viewer {
	margin: 0;
	height: auto;
	width: 100%;
	text-align: center;
	float: left;
	clear: both;
}
iframe {
	height: 970px;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	border:none;
}
