aside {
	float: right;
	font-size: 14px;
	}
article {
	float: left; overflow: auto;
	text-align: justify;
	padding: 20px;
	width:70%;
	}
footer {
	clear: both;
	color: #FFFFFF;
	text-align: center;
	background-color: #1a111b;
	border-top: 2px solid #253545;
	padding-top: 4px;
	padding-bottom: 2px;
	}
.alignleft {
	float: left;
	padding-right: 20px;
}
.alignright {
	float: right;
	padding-left: 20px;
}
form span {
	float: left;
	width: 200px;
}

body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 25px;
	background: #000000 url("images/background.png") no-repeat top center;
}
header {
color: #FFFFFF;
text-align: center;	
background: #000000 url("images/logotop.png") no-repeat center;
height: 157px;
}
nav {
text-align: center;	
background-color: #000000;
border-bottom: 2px solid #FFD700;
border-top: 2px solid #FFD700;
padding-bottom: 4px;
padding-top: 10px;
}

footer a {
	color: #FFFFFF;
	text-decoration: none;
}
th, td {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.author {
	color: #026a93;
	font-style: italic;
	}
#wrapper {
	background-color: #D4AF37;
	border: 2px solid #FFD700;
	margin: auto;
	width:65%;
}

header h1 {
margin: 0;
padding-top:40px;	
}

nav a {
padding: 20px;
width:21%;
}

footer h6 {
margin: 0;
padding-right: 20px;
padding-left: 20px;	
}

hr{
border: 3px solid #253545;
border-radius:5px;	
}

fieldset {
background-color: #DDFF82;
margin-bottom: 20px;
border-color: #354eab;	
}

legend {
background-color: #253545;
color: white;
padding: 5px 10px;	
}

.button {
	transition-duration: 0.4s;
	transition: transform 0.3s ease-in-out;
}

.button:hover {
	transform: scale(1.1);
}