#container { 
  width: 480px;
  background: none;
  background-color: white;
}
#header, ul#navigation, #content, #footer {
  width: 98%;
}
#header { 
  background-image: url("img/sfg-red_sm.jpg");
  height: 65px;
}
#header h1 { 
  font-size: 1.5em;
}
ul#navigation { 
  line-height: 1.8em;
  font-size: 0.8em;
  font-family: "arial narrow", sans-serif;
  margin: 0 auto;
}
ul#navigation li {	
  padding:0;
}
#sidebar { 
  width: 1px;
  padding: 0;
  visibility: collapse;
}
a { 
  font-family: "arial narrow", sans-serif;
}
