Css
@import url(http://static.wikidot.com/common--theme/localize/css/style.css);
 
body {
  color:#2B2B2B;
  font-size: 12pt;
}
#side-bar {
  border-left: 8px solid #DDDDDC;
  border-top: 8px solid #DDDDDC;
  border-bottom: 8px solid #DDDDDC;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  left: 0;
  padding: 3px 10px 0 0;
  width: 190px;
  clear: left;
  float: right;
  margin: 200px 0 4em 4em;
  padding: 1em;
  background-image: url(http://sofaq.wikidot.com/local--files/admin:css/bodyBg.png);
}
#side-bar a:link, #side-bar a:visited {
  color: #0b560a;
  text-decoration: none;
}
#side-bar a:hover {
  color:#C76D0D; 
}
#breadcrumbs {
  display: none;
}
#header {
  height: 127px;
  padding: 0;
  background-image: url(http://sofaq.wikidot.com/local--files/admin:css/sofaqTopBg.png); 
}
#header a { color:#C76D0D;  text-decoration:none;}
#main-content {
  background-image: url(http://sofaq.wikidot.com/local--files/admin:css/bodyBg.png);
  background-repeat: no-repeat;
  margin: 0 22em 0 0;
}
#main-content h2 {
    text-indent: 0;
}
h1 {
  color: #6D6B29;
  font-size: 150%;
}
h2 {
  color: #6D6B29;
  font-size: 130%;
  background-color: transparent;
  background: url('http://sofaq.wikidot.com/local--files/admin:css/hdgImg.png') no-repeat ;
  background-position: left bottom;
  padding: 1ex 0 0 29px;
  margin: 0;
}
h3 {
  color: #6D6B29;
  font-size: 115%;
  background-color: transparent;
  padding: 1ex 0 .2ex 0;
  margin 0;
}
a:link, a:visited {
    color:#6D5000; 
    text-decoration:underline;
}
a:hover {
    color:#C76D0D; 
    text-decoration:none;
    background-color: transparent;
}
a:active {
    color:#6D5000; 
    text-decoration:underline;
}
#header h1 {
  padding: .5em 0 1em 0;
}
#page-title {
   padding: 0 0 0.5ex 1em;
   border-bottom: 1px solid #C76D0D;
}
.image-container.floatright {
  padding: 0; margin: 1ex 0 0 0;
}
#breadcrumbs {
  text-align: right;
  color: darkGray;
}