/* Last update 03/05/26 */

aside{
	float: right;
	font-size: 14px;
	padding: 20px;
	width:21%
}
article{
	float: left; 
	overflow: auto;
	text-align: justify;
	padding: 20px;
	width:70%
}
footer{
	clear: both;
	border-top:2px solid #253545;
	padding-top:4px;
	padding-bottom:2px;
}
.alignleft{
	text-align: left;
	padding: 10px;
}
.alignright{
    text-align: right;
	padding: 10px;
}
formspan{
    float: left;
	width: 200px;
}
body{
    font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 25px;
	background: #435d6f url no-repeat top center;
}
header{
	color: #FFFFFF;
	text-align: center;
	background: #506987 url("images/park.jfif") no-repeat top center;
	height: 157px;
}
nav{
	text-align: center;
	font-size:14px;
	text-align:justify;
	color:#FFFFFF;
	text-align: center;
	background-color:  #69F0F0;
	border-bottom: 2px solid #6E11D9;
	border-top: 2px solid #6E11D9;
	padding-bottom: 4px;
	padding-top: 10px;
}
footer a{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #354eab;
	border-top: 2px solid #253545;
	padding-top: 4px;
	padding-bottom: 2px;
}
th, td{
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.author{
	color: #026a93;
	font-style: italic;
}
#wrapper {
	background-color: #FFFFE0; 
	border: 2px solid #6E11D9;
	margin: auto;
	width:65%
}
header h1 {
	margin: 0;
	padding-top:40px;
}
nav a {
	padding-left: 10px;
	padding-right: 10px;
}
footer h6 {
	margin: 0;
}
hr{
	border: 3px solid #253545;
	border-radius:5px;
}
fieldset {
	background-color: #93aabf;
	margin-bottom: 20px;
	border-color: #354eab;
}
legend {
	background-color: #253545;
	color: white;
	padding: 5px 10px
}
.right{
	text-align:left;
	
