body {
	background-color: #a80000;
}

h2 {
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
	color: #acd1b2;
}

h4 {
	font-family: Verdana;
	font-weight: normal;
	text-align: center;
	padding-bottom: 25px;
	color: #acd1b2;
}

img {
	height: 100px;
	box-shadow: rgba(0,0,0,0.2) 10px 10px;

}

#navbar {
	position:fixed;
	margin-top: 10px;
	left:43%;
	margin-left:-254px;
}

#header {
	position: relative;
	top: -10px;
	background-color: #3c4543;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

ul{
	list-style-type: none;
	position: fixed;
	margin: -10px;
}

li {
	display: inline;
	padding: 5px;
	border: 2px solid #000000;
	font-family: Futura, Tahoma, sans-serif;
	color: #ffffff;
	border-radius: 5px 5px;
	background-color: #cc0323;
	}

li a {
	text-decoration: none;
	font-family: Futura, Tahoma, sans-serif;
	}	

#c1{ 
	counter-reset: level1 1952;
}

#c2{ 
	counter-reset: level1 1962;
}

#c3{ 
	counter-reset: level1 1967;
}

#c4{ 
	counter-reset: level1 1983;
}
	
ol li:before {
	content: counter(level1) " ";
	counter-increment: level1;
}
	
a:link {
    color: #ffffff;
}

a:visited {
    color: #ffffff;
}

a:hover {
    color: #33ffcc;
}

a:active {
    color: #0000FF;
}
	
#left{
	float: left;
	width: 45%;
}

p {
	font-family: Tahoma;
	font-size: 1em;
	color: #ffffff
}

#right{
	float: right;
	width: 30%;
	}

table {
	/*position: fixed;*/
	border: #000000 2px solid;
	background-color: #acd1b2;
	float: right;
	margin-right: 0px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

td {
	height: 15px;
	font-family: Verdana;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	text-align: center;
	}

td img {
	height: 75px;
	width: 95px;
	box-shadow: none;
}

th {
	font-family: Verdana;
	font-size: 1.5em;
	font-weight: normal;
	color: #000000
}

#top_left{
	border-top-left-radius: 15px;
}

#top_right{
	border-top-right-radius: 15px;
}

#bottom_left{
	border-bottom-left-radius: 15px;
}

#bottom_right{
	border-bottom-right-radius: 15px;
}

#footer{
	clear: both;
	position: relative;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	height: 75px;
	background-color: #3c4543;
}

#footer a {
	display: inline;
	padding: 5px;
	border: 2px solid #000000;
	font-family: Futura, Tahoma, sans-serif;
	font-size: .75em;
	color: #ffffff;
	border-radius: 5px 5px;
	background-color: #cc0323;
	position: relative;
	left: 450px;
	bottom: -25px;
}

#footer a:hover {
	color: #33ffcc;
}