
/* Layout Stylesheet */ 

#column-wrap {
position: relative; 
padding: 0 170px 0 130px;
}

#column_con {
position: relative;  /* to enable further positioned divs inside content area */
z-index: 100; /* to make sure if long words overflow they show above the right column */ 
border-left: 1px solid #000;
border-right: 1px solid #000;
background: #fff;
padding: 0;
margin: 0;
}

#lh-col {width:45%;float:left;padding:10px;padding-right:60px;}
* html #left {width:50%;wid\th:45%;clear: none;}
#rh-col {width:45%;float:right;padding:10px;position: absolute;
right: 2%;}
* html #right {width:50%; wid\th:45%;clear: none;}

#code-block {
	 font-family:      "Courier New",
                    Courier,
                    monospace;
 	 border: 1px dotted #d7d7d7;
 	 margin: 1em 0;
	 padding: 20px;
	 overflow: auto
}
