@charset "UTF-8";
body  {
font-family: 'Pathway Gothic One', sans-serif;
}

*  {
	margin:0px;
	padding:0px;
	
}

#container {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.flexbox {
	padding: 20px;
	height: 400px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header  {
	height: 200;
	width: 960;
	font-size: 42px;
	line-height: 200px;
	color: #666;
	text-align: center;	
}
#nav {
	line-height: 20px;
	height: 20px;
	width: 260px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	font-size: 18px;
}
#jotform {
	height: 900px;
	width: 750px;
	border: thin solid #666;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
.googlebox {
	padding: 10px;
	height: 600px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #666;
}
#footer {
	line-height: 75px;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
