@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}

.left {
	float: left;
	
}

.right {
	float: right;
	
}

.center {
	text-align: center;
	color: #000000;
}

#container {
	width: 800px;
	background: url(eagle.png);
	margin: 0 auto; 
	text-align: left; 
	color: #FFFFFF;
	
}

#headerbox { 
	background: #FFFFFF; 
	width: 100%;
	height: 180px;
	border-bottom: 8px solid #000000;
} 

#logo {
	float: left;
	padding-left: 40px;
	padding-top: 20px;
}

h1, h2 {
	margin: 0; 
	padding: 10px 0; 
	text-align: center;
	color: #4169E1;
	
}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}



#footer { 
	padding-left: 0; 
	padding-right: 0;
	padding-top: 10px ;
	padding-bottom: 20px;	
	text-align: center;
	color: #000000;
	font-size: 70%;
	margin-top: 100px;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#item {
	font-family: Arial;
	text-align: center;
	line-height: 2.0;	
	margin-bottom: 50px;	
	color: #000000;
	padding-bottom: 30px;
	}

#list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	color: #000000;
}
#list li {
	margin: 4px 0 0;
	list-style-type: none;
	font-size: 85%;
	text-align: center;
}

#linklist li {
	list-style-type: none;
	margin-left: 85px;
	font-size: 85%;
	line-height: 2;
}
