body {
	background-color: #44443b;
	color: #ec7a1c;
	text-align: center;
}
hr {
	height:4px;
	width:15%;
	margin-top:20px;
	margin-bottom:20px;
	border-width:0;
	color:orange;
	background-color:orange
}
h1 {
	font-family: verdana;
	font-size: 300%;
	}
error {
	font-size: 100px;
	color: orange;
}
#navigation {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	text-align: center ;
}
#navigation li {
	display: inline ;
	margin-right: 1px ;
	color: #e6e4e0;
	background: #90462c ;
}
#navigation li a {
	padding: 4px 20px ;
	background: #90462c ;
	color: #e6e4e0;
	border: 1px solid #600 ;
	border-radius: 10px;
	font: 1em "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	text-align: center ;
	text-decoration: none ;
}
#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	background: #ec7a1c ;
	text-decoration: underline ;
}
main{
	border: 1px solid #ece21c;
	margin-top: 30px;
	padding: 10px 10px 10px;
	text-align: left;
	color: #e6e4e0;
	text-align: center;
}
aside {
	
}
#relation {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	text-align: left ;
}
#relation li {
	background: #90462c ;
	color: #e6e4e0;
	border: 1px solid #600 ;
	margin-bottom: 1px ;
}
#relation li a {
	background: #90462c ;
	color: #e6e4e0;
	font: 1em "Trebuchet MS",Arial,sans-serif ;
	text-align: center ;
	text-decoration: none ;
}
#relation li a:hover, #relation li a:focus, #relation li a:active {
	background: #ec7a1c ;
	text-decoration: underline ;
}
footer {
	color : #1c8eec;
}
p {
	font: 1em "Trebuchet MS",Arial,sans-serif ;
}
img {
	background: #44443b;
}