body {
	background-color: #000;
	font-family: georgian, arial, sans-serif;
}

a {
	text-decoration: none;
	color: white;
	align: center;
}
ul {
	list-style-type: none;
	display: flex;
	justify-content: center;
}

h1, h2, h3 {
	margin: 0;
	font-size: 23;
	color: #FF6600;
}


#navigation ul li {
	display: inline;
	padding: 0 14px;
	font-style: italic;
	font-size:16;
}

#header {
	background-color: #000000;
	background-image: url("caoslogo.jpg");
	color: white;
	align: center;
	padding: 10px;
	height: 251px;
}

#container {
	background-color: #000000;
	color:white;
	width:800px;
	margin-left: auto;
	margin-right: auto;	
}

#content {
	padding: 10px;
	background-color: #000000;
	font-size:20;
}

#navigation {
	width: 800px;
	float: above;
	background-color: #1F1F1F;	
	text-align: left;
	font-size:16;
}

#main {
	width: 800px;
	float: below;
	background-color: #000000;
	color: white;
	text-align: center;
	padding-top: 23px;
}

#footer {
	clear: both;
	padding: 0px;
	color: #FFBB00;
	text-align: right;
	background-color: #1F1F1F;	
	font-size:12;
}

.selected {
	font-weight: bold; 
	background-color: #000000;
	color: #FF2300;
	
}




