/**
 *  (c) pixelmotor.com
 *      Andreas Jonderko
 *      
 *      2 column design  
 */

div#wrapcontent{
  height: 100%;
  min-height: 100%;
  height: auto;
  margin: 0;
  padding: 00px 30px 10px 30px;
  background-color: #b3d7ee;
}
div#content_1{
  float:left;
  width: 440px;
  margin: 20px 0px 0px 0px;
  background-color: #b3d7ee;
}
div#content_2{
  float:left;
  width: 440px;
  margin: 20px 0px 0px 10px;
  background-color: #b3d7ee;
}

div.content_element{
  padding: 0px 10px 10px 10px;
  margin-bottom: 10px;
}
div.csc-frame{
  padding: 0px 10px 10px 10px;
  margin-bottom: 10px; 
}



