/* changed file 123 */

body {
  font-family: "Arial", sans-serif;
  width: 990px;
  margin: 0 auto;
  background: #333
}

#header {
  width: 988px;
  height: 100px;
  margin-top: 7px;
   border: 1px solid grey;
  background: url(../images/header.jpg);
}

#header img {
 
}
#navigation {
	width: 580px;
	background: transparent;
	margin-left: 400px;
	padding-top: 75px
}
#navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 3px 0;
  height: 18px;
  background: transparent;
}

#navigation ul li {
  float: left;
}

a {
text-decoration: none;
color: #555555;
}

a:hover {
color: #999;
}

img {
border: none;
}

#navigation ul li a {
text-decoration: none;
padding: 3px;
height: 18px;
margin-right: 15px;
font-size: 15px;
color: #555555;
}

#navigation ul li a:hover {
color: #999;
}

#centerContent {
  clear: both;
}

#footer {
  padding-top: 20px;
  text-align: center;
  font-size: 15px;
  color: #FFF;
} 
