/* Put your doctype-specific CSS here */

.column1of2 {
		  clear: both;
        position: relative;
        width: 48%;
        float: left;
		  margin-bottom: 20px;
}

.column2of2 {
        position: relative;
        float: left;
        width: 48%;
        margin-left: 20px;
		  margin-bottom: 20px;
}
.column1of2 table,
.column2of2 table {
	width: 100%;
}

.column1of3 {
		  clear: both;
        position: relative;
        width: 30%;
        float: left;
		  margin-bottom: 20px;
}

.column2of3 {
        position: relative;
        float: left;
        width: 30%;
        margin-left: 20px;
		  margin-bottom: 20px;
}

.column3of3 {
        position: relative;
        float: left;
        width: 30%;
        margin-left: 20px;
		  margin-bottom: 20px;
}