/* $Id: twocol.css,v 1.1.2.1 2008/12/16 21:27:58 merlinofchaos Exp $ */
.panel-1row2cols {
width: 100%;
}
.panel-1row2cols-row{
width: 100%;
}
.panel-1row2cols-left {
float: left;
width: 370px;
margin-right: 20px;
}
.panel-1row2cols-right {
float: right;
width: 370px;
}
