.section {
	width: 100%;
	margin: 0px auto;
	display: block;
}

.section1 {
	margin: 0px;
	width: 100%;
}

.col33 {
	text-align: center;
	float: left;
	border: none;
	width: 33%;
	display: block;
}

.homeCol {
	float: left;
	border: none;
	width: 49%;
	display: block;
}

/* Thanks to wellstyled.com for their help in creating a "fluid" second column.  Although they didn't do it
   even near this way, nevertheless, the idea was theirs.
   http://wellstyled.com/css-2col-fluid-layout.html.
*/
.colA {
	float: left;
	width: 150px;
}

.colA, .colB {
	margin: 0px;
	padding: 0px;
}

.colAContent {
	margin: 0px;
	padding: 0px;
}

.colBContent {
	margin-left: 155px;
  margin-top: 15px;
	padding-left: 15px;
	border-left: 2px solid #082859;
}

/* IE 6 hack from Bon Rogue.  This hack targets IE 6 only.
   http://bonrouge.com/br.php?page=home.
*/
* html .colB {
	float: left;
	width: auto;
}

* html .colBContent {
	margin-left: 15px;
}
