body {
  background-color: #6f6f6f;  
}


#header {
  width: 100%;
  
  background-image: url(/templates/2/header_bg.png);
  background-repeat: repeat-x;
}

#header .header-content {
  background-image: url(/templates/2/header.png);
  background-repeat: no-repeat; 
}

#nav {
  background-image: url(/templates/2/nav_bg.png);
  background-repeat: no-repeat;  
}

#content {
  background-image: url(/templates/2/content_bg.png);
  background-repeat: repeat-y;
}

#content-bottom {
  background-image: url(/templates/2/content_bottom.png);
  background-repeat: no-repeat;  
}

#content .article .content {  
  background-image: url(/templates/2/article_bg.png);
  background-repeat: repeat-y;
}

#content .article h1 {
  color: #146787;  
}

#content .article .top {  
  background-image: url(/templates/2/article_top.png);
  background-repeat: no-repeat;
}

#content .article .bottom {  
  background-image: url(/templates/2/article_bottom.png);
  background-repeat: no-repeat;
}


#content .gallery .content {
  background-image: url(/templates/2/gallery_bg.png);
  background-repeat: repeat-y;
}

#content .gallery .top {
  background-image: url(/templates/2/gallery_top.png);
  background-repeat: no-repeat;
}

#content .gallery .bottom { 
  background-image: url(/templates/2/gallery_bottom.png);
  background-repeat: no-repeat;
}

#content .recent-blogs .content { 
  background-image: url(/templates/2/recent-blogs_bg.png);
  background-repeat: repeat-y;  
}


#content .recent-blogs .top {
  background-image: url(/templates/2/recent-blogs_top.png);
  background-repeat: no-repeat;
}

#content .recent-blogs .bottom {  
  background-image: url(/templates/2/recent-blogs_bottom.png);
  background-repeat: no-repeat;
}


