#left_column {
	width: 500px;
	margin-right: 30px;
	line-height: 130%;
	text-align: justify;
	}

#left_column .header {
	margin-bottom: 20px;
	}

#left_column h2 {
	padding-left: 17px;
	background: url("images/notes_icon.gif") no-repeat 0 1px;
	}

#left_column p.mini {
	padding-bottom: 4px;
	}
	
#left_column .container {
	margin-bottom: 20px;
	}
	
#left_column .strategy_title {
	margin-bottom: 10px;
	font-size: 12px;
	}
	
#left_column .courses td {
	padding: 10px 12px;
	}
	
#left_column .courses tr.odd td {
	background: #eee;
	}
	
#left_column .courses tr.even td {
	background: #fff;
	}
	
#left_column .courses img {
	border: 1px solid #999;
	}
	
#left_column .courses .coach_name {
	margin-bottom: 11px;
	font-size: 13px;
	font-weight: bold;
	}

#left_column .courses ul {
	list-style: none;
	}
	
#left_column .courses li {
	list-style: none;
	padding: 2px 0 2px 22px;
	background: url("/products/images/format_icons/coaching_course.gif") no-repeat 0 2px;
	}

#left_column .free_session_form td {
	padding: 0 20px 6px 0;
	}

#left_column p.req_field,
#left_column .free_session_form tr.req_field td {
	color: #900;
	font-weight: bold;
	}

#right_column {
	width: 224px;
	font-size: 10px;
	}

#right_column h2 {
	margin: 0 0 .5em 0;
	padding: 0 0 3px 0;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #930;
	border-bottom: 1px solid #999;
	}

#right_column .container {
	padding: 0;
	margin: 0 0 20px 0;
	}

#right_column .profile {
	padding: 3px 0 3px 17px;
	background: url("images/profile_icon.gif") no-repeat 0 4px;
	}

#right_column .session {
	padding: 4px 8px;
	margin-bottom: 2px;
	background: #ceefff;
	}

#right_column .closed {
	background: #eee;
	}

#right_column .selected {
	background: #ff9;
	}

#right_column .session .title {
	margin-bottom: 4px;
	font-size: 11px;
	}

#right_column .session .time {
	padding: 1px 0 1px 18px;
	background: url("images/clock.gif") no-repeat;
	}

#right_column input.button {
	margin: .5em 0 0 0;
	padding: 0;
	}

