@charset "UTF-8";
/* CSS Document */

/* made columns unequal to best accomodate contact info */
.col1 {
	float: left;
	width: 42%;
}
.col2 {
	float: right;
	width: 56%;
}

