/* ######################################### */
/* ########    STRUCTURE    ################ */
/* ######################################### */

#page_container{
  width: 773px;
  margin: 10px auto 10px auto;
  text-align: left;
  background: #fff;
  padding: 20px;
}

#page_head{
  position: relative;
  font-size: 0.9em;
}

#page_body_container{
  font-size: 0.9em;
}

#page_head_content_head {
  border-bottom: 1px solid #c3c3c3;
}

.msie #page_head_content_head {
  height: 1%;
}

#page_body_left{
  width: 265px;
  float: left;
}

#page_body_cols_container{
  width: 476px;
  float: right;
  border-top: 1px solid #c3c3c3;
  padding-top: 20px;
  font-size: 1.2em;
}

.msie6 #page_head,
.msie6 #page_body_content_container{
  height: 1%;
}