* {box-sizing: border-box;}

body {background-color: #808080;
		color: #666666;
		font-family: Arial, helvetica, sans-serif;
		}
		
#wrapper {margin-left: auto;
			margin-right: auto;
			background-image: linear-gradient(to bottom, #ffffff, #404040);
		background-repeat: no-repeat;
			width: 80%;
			background-color: #90c7e3;
			min-width: 960px;
			max-width: 2048px;
		box-shadow: 4px 4px 4px #333333;
		border: 1px solid #000033;}

header {background-color: #add8e6;
		color: #ffffff;
		height: 120px;
		text-align: center;
		padding-top: 30px;
		padding-left: 3em;
		height: 100%;
		background-image: linear-gradient(to right, #234a91, #912077); }

header a {text-decoration: none;}

header a:link {color: #ffffff;}

header a:visited {color: #ffffff;}
		
h1 {margin-bottom: 0;
	margin-top: .025;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 3em;
	letter-spacing: .25em;}
	
h3 {font-family: Georgia, "Times New Roman", serif;
	color: #000033;
	text-align: center;}
	
	p {color: #d2b48c;
	text-align: center;}
	
nav {float: left;
	font-weight: bold;
	padding: 1.5em;
	font-size: 120%;
	width: 160px;}


main {background-color: #ffffff;
	padding: 10px;
		display: block;
		margin-left: 190px;
		overflow: auto;
		text-align: center;}

footer {font-size: 75%;
	font-style: italic;
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
	padding: 2em;
	margin-left: 190px;
	background-color: #fdfd96;}
			

#naparea {margin-left:190px;
			height: 300px;
			background-image:url(naparea.jpg);
			background-size: 100% 117%;
			background-repeat: no-repeat;}

#container {display:flex;
			flex-wrap: no-wrap;
			flex-direction:row;
			justify-content: space-around;}

			
background-image: radial-gradient(#FFFFFF, #0000FF);}

table {border: 2px solid #3399cc;
		border-collapse: collapse;}
		
td, th {padding: .5em;
		border: 2px solid #d3d3d3;}
		
td {text-align: center;}

.text {text-align: left;}

tr:nth-of-type(odd) {background-color: #d3d3d3;}
}

form { display: flex; 
        flex-flow: column nowrap; }    
  input, textarea { margin-bottom: .5em; }
  
input[type="submit"] {grid-column: 2/3;
							width: 7em;}
													
														