/* 
    Document   : about
    Created on : 1.3.2014, 13:23:29
    Author     : Bauglir
    Description:
        Purpose of the stylesheet follows.
*/

.html_about article { 
  padding: 20px; 
  position: relative;
}

.html_about article h1 {
  font-weight: bold;
  font-size: 150%;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 3px solid #f1f1e7;
  clear: both;
}

.html_about article a {
  color: #9A9846;
}

.html_about article h2 {
  font-size: 130%;
  margin-bottom: 10px;
  font-style: italic;
  text-decoration: underline;
}

.html_about article h3 {
  font-style: italic;
  font-size: 115%;
  margin-bottom: 10px;
  text-decoration: underline;
}


.html_about article p {
  margin-bottom: 10px;
  text-align: justify;
}

.html_about article p img {
  border: 1px solid #AAA;
  border-radius: 3px;
  box-shadow: 0px 0px 3px 0px silver;
}

.html_about article p img.left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}  

.html_about article p img.right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}  