@charset "UTF-8";
/* CSS Document */


#header {
}
#main {
  width: 100%;
  display: table;
}
#left_col {
  width:20%;
  display: table-cell;
}
#right_col {
  width:20%;
  display: table-cell;
}
#page_content {
  display: table-cell;
}
#footer {
}