/** Left Col **/
.left-col{
			position:relative;
			display:inline;
			float:left;
			margin-top:70px; margin-left:40px;
			padding-right:10px; padding-bottom:50px;
			width:680px;
			z-index:999;
			background-image: none;;
		}
/** Right Col **/
.right-col{
	display:none;
}
