* {
	margin: 0px;
	padding: 0px;
	color: #F3F7AD;
	/*background-color:#421C05;*/
	font-family:sans-serif, Helvetica, Arial;
	
}

body {  
	width: 946px;
	margin: auto;
	margin-top: 20px;
	background-image: linear-gradient(wheat 0%,darkblue 50%);
}

header {
	padding: 10px;
	height: 150px;
	background-color:silver;
	border-radius: 10px;
}

header h1 {
	display: block;
	color: #421C05;
	background-color: silver;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	text-align: center;
	font-size: 26pt;
}


header img {
	
}

header h1 a {
	text-decoration: none;
	background-color: silver;
	color: #421C05;
}
header h1 a:hover {
	text-decoration: none;
	background-color: silver;
	color: #421C05;
}

nav {
	
}

nav h3 {
	text-align: center;
	margin-top: -20px;
	font-size: 18px;
}

nav ul {
	margin: 1.6em 0em;
}

nav li {
	list-style-type: none;
	display: inline;
	text-align: center;
}

nav a {
	text-decoration: none;
	
}

nav a:hover {
	background-color: #808000;
	text-decoration: none;
}


main {
	margin: auto;
	margin-top: 20px;
}


aside {
	width: 117px;
	padding: 5px;
	margin-right: 50px;
	margin-top: 140px;
	float:left;
	background-color:silver;
	margin-right: 10px;
	border-radius: 10px;
	border: 2px;
	border-style:solid;
	border-color: #F3F7AD;
}

aside img {
	margin-top: 5px;
	background-color: silver;
}

aside a {
	color: #421C05;
	background-color: silver;
	text-decoration: none;
}

aside a:visited {
	color: #421C05;
	background-color: silver;
	text-decoration: none;
}

aside a:hover {
	color: #F3F7AD;
	background-color: #421C05;
	text-decoration: underline;
}

aside li {
	color: #421C05;
	background-color: silver;
	padding-top: 4px;
	padding-bottom: 4px;
	list-style-type: none;
}

aside p {
	color: #000000;
	background-color: silver;
	padding-top: 4px;
}

article {
	margin-top: 120px;
	padding-left: 155px; 
	padding-right: 30px;   
}

article h2 {
	font-size: 18pt;
	margin-top: 0px;
	padding-top: 0px;
}

article h5 {
	font-size: 8.5pt;
	margin-top: 10px;
	margin-bottom: 6px;
	padding-top: 0px;
}




article p {
	margin-top: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	line-height: 1.3;
}

article p a {
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
}

article p a:hover {
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: underline;
}

footer {
	margin-top: 30px;
	font-size: 8.5pt;
	text-align: center;
}

footer a {
	line-height: 2.5em;
	font-weight: bolder;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

footer a:hover {
	text-decoration: underline;
}