/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt-static/themes-base/blog.css);
@import url(/mt-static/support/themes/minimalist-brown/minimalist-brown.css);
/* end StyleCatcher imports */

html,body {
  font: 14px Tahoma, Helvetica, Arial, san-serif;
}

#header-idx {
  margin: auto;
  text-align: center;
}

#header {
  background: #fff;
  border-bottom: 10px solid #40747a;
  border-top: none;
}

#footer {
  background: #40747A;
}

#container-inner, #content, body { 
  background: #FFF8D5;
}

.page-navigation {
    margin: 5px 0 10px;
    text-align: center;
}

.prev_page_link, .next_page_link, .page_no, .cur_page_no { 
    padding: 2px 4px;  
}   

.cur_page_no { 
    color: rgb( 213, 131, 41 );  
}


