/* column widths for printing */
/* 8 : 62 : 30 */
.threecol .colmid {
	right: 30%;			/* width of the right column */
}
.threecol .colleft {
	right: 62%;			/* width of the middle column */
}
.threecol .col1 {
	width: 58%;			/* width of center column content (column width minus padding on either side) */
	left: 102%;			/* 100% + left padding of center column */
}
.threecol .col2 {
	width: 4%;			/* Width of left column content (column width minus padding on either side) */
	left: 36%;			/* width of right column + (center column left + right padding) + (left column left padding) */
}
.threecol .col3 {
	width: 26%;			/* Width of right column content (column width minus padding on either side) */
	left: 102%;			/* 100% - left column width + (center column left + right padding) + (left column left + right padding) + (right column left padding) */
}

#header h1 img {
	display: block;
}
