#header #logo a{
  background: url(/images/css/logo.png) no-repeat center top;
  height: 100px;
  width: 120px;
}
body{
  background: url(/images/css/background.jpg) #fff repeat-x center top;
}
#header{
  background: url(../images/css/background_header.jpg) no-repeat center top;
}
#nav ul li a{
  color: #ffffff;
  text-decoration: none;
}
#nav ul li ul li a{
  color: #fff;
  text-decoration: none;
  background: #6e4835;
}
#nav ul li ul li a:hover{
  color: #fff;
  background: #872720;
}
#content_narrow .name{
  background: url(/images/css/content_h3_bottom.png) repeat-x left bottom;
}
#content_narrow H3{
  background: url(/images/css/content_h3_background.gif) left top;
}
#content_third H3{
  background: url(/images/css/content_h3_background.gif) left top;
}
#content_third .name{
  background: url(/images/css/content_h3_bottom.png) repeat-x left bottom;
}
