div#h_col_1, div#h_col_2 
{
    min-height: 400px;
    background: transparent none;
    border: 0px blue solid;
    padding: 0px;
    margin-left:auto;
    margin-right:auto;
    width:50%;
    position:relative;
    float: left;
}
div#h_col_2 
{
    float:right;
    border: 0px red solid;
}
div.picture
{
    width: 100%;
    text-align: center;
    margin: 10px 5px 10px 5px;
    clear: both;
}
div#pcm_col {
	position: relative;
	float:left;
	width: 39.5%;
	margin: 0px;
	padding: 0%;
	background: transparent;
	height: 100%;
	top: 0px;
	display:block;
	min-height: 450px;
	border: 0px green solid;
}
div#right_col {
  position: relative;
  float: right;
  top: 0px;
  width: 60.5%;
  margin: 0px;
  background: transparent;
  padding:0%;
  display:block;
  min-height: 450px;
  height: 100%;
  border: 0px #593a2e solid;
}

