/* CSS Document */
#col1 {
	width: 12em;
	float: left;
	position: relative;
	height: 17em;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left:2em;
	clear: none;
}
#col2 {
	float: right;
	width: 32.9em;
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b6b6b6;
	padding-top: 0px;
	padding-right: 3em;
	padding-bottom: 2em;
	padding-left: 2em;
	overflow: visible;
}