    /*///////////////////////////////////////////////////////*/
    /* razorCMS                                              */
    /* www.burningfist.co.uk                                 */
    /* 03/2008                                               */
    /* ----------------------------------------------------- */
    /* v0.2  -  08/2008  -  Addition of editor file no       */
    /*                      changes to this file             */
    /* ----------------------------------------------------- */
    /*///////////////////////////////////////////////////////*/
    
html { height: 100%; }

body {
    background: url(kaamos_www_taustakuvio.gif);
    font-family: "Andale mono", Courier, serif;
    font-size: 12px;
    color: #422d2e;
    margin: 0px;
    padding: 0px;
    min-height: 100%; height: 100%;
}


h1,h2,h3,h4 {
  margin: 0;
  color: #6a0041;
    }
h1 {
  font-size: 14px;
  }
h2,h3,h4 {
  font-size: 12px;
    }

a, a:visited, a:active {
  text-decoration: none;
    }

a:hover {
    }

#pageframe {
    margin: 0 auto;
    width: 794px;
    height: 100%;
    text-align: left;
    padding:0;
    background: #fff6af;
}

#header {
    }

#header a.right {
    }

#header a.left {
    
}

#header a.left:hover {
    
}


/* ######################################################### */
/* Templates css */
/* ######################################################### */

#two-col-1by1 {
  background: url(bg1by1.gif) right top repeat-y;
  }
  
#left1by1 {
  float: left;
  width: 300px;
  padding: 0 20px 0 0;
  }
#right-1by1 {
  width: 270px;
  float: left;
}

#two-col-1by2{
  background: url(bg1by2.gif) right top repeat-y;
  }

#left1by2 {
  float: left;
  width: 190px;
  padding-right: 10px;
  }
  
#right1by2 {
  width: 380px;
  padding-left: 10px;
  float: left;
}


/* ######################################################### */
/* Left info block css */
/* ######################################################### */

#left-info-block{
  background: url(navibreak.gif) no-repeat 10px 0px;
  float: left;
  padding: 10px 10px 10px 10px;
  margin-top: 50px;
  font-size: 10px;
  }
  
#left-small-logo{
  background: url(navibreak.gif) no-repeat 10px 0px;
  float: left;
  padding: 20px 10px 10px 10px;
  }

/* ######################################################### */
/* Navbar css */
/* ######################################################### */

#leftbar {
    margin: 0px;
    padding: 0px;
    height:auto !important;
    height: auto;
    width: 180px;
    float: left;
    /*Position: absolute;
    top: 125px;
    left: 50px;*/
    float: left;
}

#leftbar p {
    margin: 10px 10px 10px 0px;
    padding: 0px;
}
#leftbar a {
    display: block;
    float: left;
    width: 150px;
    /*height: 12px;*/
    color: #422d2e;
    background: url(navibreak.gif) no-repeat bottom right;
    padding: 0 0 12px 0px;
}

#leftbar a.active {
  color: #6a0041;
  background: url(navibreak-sel.gif) no-repeat bottom right;
  }

#leftbar h1, #leftbar h2 {
    margin: 10px 10px 10px 0px;
    padding: 0px;
}

#leftbar #leftnav ul {
    margin: 0px 0px 0px 0px;
    padding: 0 0 0 10px;
    width: 159px;
}

#leftbar #leftnav ul li {
    list-style-type: none;
}

#leftbar #leftnav ul li a {
    list-style-type: none;
}

#leftbar #leftnav ul li a:hover{
    list-style-type: none;
}

#leftbar #leftnav ul li ul li{
    padding-left: 0px;
    width: 138px;
  }
#leftbar #leftnav ul li ul li a{  
  width: 138px;
  background: url(navibreak-sub.gif) no-repeat bottom right;
  }
#leftbar #leftnav ul li ul li a.active{
  background: url(navibreak-sub-sel.gif) no-repeat bottom right;
  } 

/* ######################################################### */

#midbox {
    background: url(mainbg.gif);
    height: auto;
}

#content {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0 0 0 15px;
    height: auto;
    width: 595px;
}

#content hr {
  color: #6a0041;
  background-color: #6a0041;
  margin:3px 0;
  width: 574px;
  }
  
#content p {
  margin: 0;
  }
  
#content a {
  color: #6a0041;
  font-weight: 900;
  }

#content img {
  border: 0px;
  }
  
#content a:hover {
  text-decoration: underline;
  }

#content ul {
    margin: 0px 0px 0px 20px;
    padding: 0px;
    list-style-type: circle;
}

#content li {
    margin: 0px 0px 0px 10px;
    padding: 0px;
    font-size: 80%;
    color: #444444;
}

#belownav {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 4px;
    background-color: #ffffff;
    border: 1px solid #999999;
}

.testclass{
  color: #ff0000;
  }

/* ######################################################### */
/* Footnav css */
/* ######################################################### */

#footer {
   /* margin: 0px;
    padding: 0px;
    width: auto;
    height: 135px;
    background-image: url(footer.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: none;
    text-align: center;*/
}

#footnav {
    /*margin: 0px;
    padding: 50px 0px 0px 0px;
    width: auto;
    height: 50px;
    text-align: center;
    background-color: none;*/
}

.clearer {
  clear: both;
  }
#clearbottom {
  /*float: left;*/
  clear: both;
  height: 298px;
  width: 794px;
  background: #fff6af url(kaamosbottom.gif) no-repeat bottom;
  }
/* ######################################################### */