@charset "UTF-8";
body {
	color: #112AA7;
	font-family: Optima, Arial, Helvetica, sans-serif;
	background-color: #000;
}
#container  {
	width: 780px; /* this overrides the text-align: center on the body element. */
	height: 780px;
	margin-top: 40px;
	background-image: url(../Pictures/IndexResting780.jpg);
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#iheader   {
}
#header h1 {
	color: #000;
	text-indent: -1000em;
	line-height: 1px;
}
#header p {
	color: #000;
	text-indent: -1000em;
	line-height: 1px;
}
#img {
	padding-top: 100px;
	padding-bottom: 20px;
}
#navigation ul{
	list-style-type: none;
	text-align: center;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	text-decoration: none;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	font-size: 1em;
	color: #FFF;
}
#navigation ul li a:hover {
	color: #FFF;
	font-weight: bold;
}

