.page_col						{ float:left; margin-left:2%; }
.page_col:first-child			{ margin-left:0; }
.cols_2							{ width:48%; }
.cols_3							{ width:32%;  }
#page_left						{ float:left; width:74%; box-sizing:border-box; }
#page_right						{ float:right; width:22%; padding:2%; box-sizing:border-box; 
								background: #e7edee; /* Old browsers */
								background: -moz-linear-gradient(top,  #e7edee 0%, #c7d3d6 100%); /* FF3.6+ */
								background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7edee), color-stop(100%,#c7d3d6)); /* Chrome,Safari4+ */
								background: -webkit-linear-gradient(top,  #e7edee 0%,#c7d3d6 100%); /* Chrome10+,Safari5.1+ */
								background: -o-linear-gradient(top,  #e7edee 0%,#c7d3d6 100%); /* Opera 11.10+ */
								background: -ms-linear-gradient(top,  #e7edee 0%,#c7d3d6 100%); /* IE10+ */
								background: linear-gradient(to bottom,  #e7edee 0%,#c7d3d6 100%); /* W3C */
								filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7edee', endColorstr='#c7d3d6',GradientType=0 ); /* IE6-9 */
								}
#rotating_images				{ position: relative; width: 100%; height: auto; overflow: hidden; text-align: center; margin-bottom: 20px; }
#rotating_images img			{ width: 100%; height: auto; position: absolute; top: 0; left: 0; }