body {
  background-color: #32211d;  
}


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

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

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

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

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

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

#content .article h1 {
  color: #8d8242;  
}

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

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


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

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

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

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


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

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


