#left_col {
	width: 219px;
	height: auto;
	font-size: 10px;
	line-height: 12px;
	float: left;
	text-align: left;
	overflow: auto;
	border-right: 1px solid #666;
	padding: 10px 0px 10px 10px;
	margin: 0px;
	background: #E4E4E4 url(../images/shadow_left_gry.jpg) repeat-y right;
}


#left_col_contents {
	padding: 0px 10px 0px 0px;
}
#left_col #left_col_contents h3 {
	font-size: 16px;
	line-height: 17px;
	color: #036;
	margin: 0px;
	padding: 0px;
}
#left_col a {
	text-decoration: none;
	color: #006;
}
#left_col a:hover {
	text-decoration: underline;
}

#left_col img {
	margin-top: 3px;
	margin-right: 15px;
}
#main_col {
	width: 540px;
	position: relative;
	float: right;
	padding: 10px;
	margin-right: 5px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	display: block;
}
#left_col #vert_spacer {
	height: 5em;
	width: 180px;
	padding-top: 1em;
	padding-bottom: 30%;
}
#center_col {
	width: 335px;
}
#col_divider {
	margin: 8px 10px 0px 0px;
	padding: 8px 0px 5px;
	border-top: 2px dotted #FFFFFF;
}
#move_right_block {
	float: right;
	background-color: #FFFFFF;
	width: 350px;
	margin-left: 8px;
	display: block;
	text-align: center;
	vertical-align: top;
}
