/**
 * @fileoverview:  	TEMPLATE TWO STYLES
 * @author:         Julia Yu
 * @company:        Schematic, Inc.
**/

.article .imageColumn {
	height: 100%;
	overflow: hidden;
}
* html .article .imageColumn {
	overflow: visible;
    width: 1%;
}
.article .onLeft {
	float: left;
	margin-right: 10px;
}

.article .onRight {
	float: right;
	margin-left: 10px;
}