/*****************************************
  Lauri Borodkin | Fraktal.ee
*****************************************/


html, body {
  margin: 0;
  padding: 0;
}

body {
  text-align: center;
  font: 12px/19px Arial, Verdana, sans-serif;
  color: #2a2223;
  text-align: center;
  background: #efefef;
}
a {
  text-decoration: none;
  color: #8e2a38;
}
a:hover {
  text-decoration: underline;
}
.clearer {
  font-size: 1px;line-height: 1px;height: 1px;clear: both;
}
.clearfix:after {
  content: "."; display: block;height: 0;clear: both;font-size: 1px;line-height: 1px;visibility: hidden;
}
img {
  border: none;
}
form {
  margin: 0;
  padding: 0;
}
p {padding: 0; margin: 0;}
h1, h2, h3 {margin: 0;padding: 0px 0px 10px;font: normal 33px/33px 'Times New Roman', serif;color: #8e2a38;}
h2 {font-size: 25px;line-height: 25px;padding: 0 0 5px;}
h3 {font-size: 20px;line-height: 20px;padding: 10px 0 3px;}
ul, ol {margin: 0;padding: 6px 0 6px 20px;}
ul {list-style-type: disc;}
ul li, ol li {margin: 0;padding: 0px 0 0px 0px;}

#dark-content ul, #dark-content ol {
  color: #8e2a38;
}


/* wrap */
  #wrap {
    width: 542px;
    margin: 0 auto;
    text-align: left;
    padding: 0 0 20px;
  }
    
    /* top */
      #top {
        padding: 10px 0 5px;
      }
        #top-left {
          float: left;
          min-height: 19px;
          width: 312px;
          text-align: left;
        }
        * html #top-left {
          height: 19px;
        }
        
        #top-right {
          float: right;
          width: 230px;
          text-align: right;
        }
        * html #top-right {
          margin-right: -3px;
        }
    /* header */
      #header {
        height: 135px;
        width: 542px;
        background: url('../images/header.gif') no-repeat top left;
        position: relative;
      }
      
        #header a {
          position: absolute;
          display: block;
          text-decoration: none;
          width: 151px;
          height: 75px;
          left: 37px;
          top: 36px;
          text-indent: -5000px;
        }
      
    /* content-first */
      #content-first {
        width: 472px;
        border-left: 10px solid #e6e6e6;
        border-right: 10px solid #e6e6e6;
        border-bottom: 10px solid #e6e6e6;
        background: white;
        padding: 0 25px 15px 25px;
      }
        
        /* dark-content */
          #dark-content {
            padding: 12px;
            background: #e8e8e8;
          }
          
        /* three-column */
          
          .three-column {
            padding: 16px 0 0;
          }
          
            .three-column-inner {
              background: url('../images/three_column.gif') repeat-y top left;
            }
            
              .three-column .column-left {
                float: left;
                padding-right: 16px;
                width: 208px;
                min-height: 10px;
              }
              * html #three-column .column-left {
                height: 10px;
              }
              
              .three-column .column-center {
                float: left;
                width: 100px;
                padding: 0 16px;
                min-height: 10px;
              }
              
              * html .three-column .column-center {
                height: 10px;
              }
              
              .three-column .column-right {
                float: left;
                width: 100px;
                padding-left: 16px;
              }
              
              * html .three-column .column-right {
                margin-right: -3px;
              }
        
        /* content-listing */
        
          #content-listing {
            padding-bottom: 15px;
          }
            
            #contnet-listing h1 {
              padding-bottom: 0;
            }
            #content-listing h2 {
              font-size: 20px;
              line-height: 20px;
              padding: 25px 0 3px;
            }
        /* content-main */
          #content-main {
            padding-bottom: 15px;
          }
          
            #content-main h1 {
              font-size: 28px;
              line-height: 28px;
            }
            
            #content-main h2 {
              font-size: 14px;
              line-height: 19px;
              font: 14px/19px Arial, Verdana, sans-serif;
              color: #8e2a38;
              padding-top: 20px;
            }
          
            /* content-main-left */
              #content-main-left {
                float: left;
                min-height: 10px;
                width: 225px;
                padding-right: 20px;
                color: #8e2a38;
                font-size: 10px;
                line-height: 15px;
                text-align: right;
              }
            
              * html #content-main-left {
                height: 10px;
              }
                
                
            
            
            /* content-main-right */
              #content-main-right {
                float: left;
                width: 227px;
                min-height: 10px;
              }
              
              * html #content-main-right {
                height: 10px;
                margin-right: -3px;
              }
                #content-main-right img {
                  border: 1px solid #eeeeee;
                  display: block;
                }
              
            /* content-main-bottom */
            
              #content-main-bottom {
                clear: both;
                min-height: 10px;
                padding-top: 20px;
              }
            
              * html #content-main-bottom {
                height: 10px;
              }
      
      
    /* content-second */
      #content-second {
        font-size: 10px;
        line-height: 13px;
      }
        #content-second table {
          border-collapse: collapse;
          border: none;
          width: 100%;
        }
          #content-second table td {
            padding: 10px;
            border: none;
            text-align: center;
          }
          
          #content-second table td.first {
            text-align: right;
          }
          #content-second table td.second {
            text-align: left;
            width: 190px;
          }
          
      
    /* footer */
      #footer {
        background: #e6e6e6;
        padding: 10px;
        text-align: center;
        font-size: 10px;
        line-height: 13px;
      }