.instruction {
	padding: 0 15px 6px 15px;
	font-size: 10px;
}

#left_side {
	float:left; width:449px;
}

#banner_caption {
	text-align: center;
	font-size: 10px;
	padding: 4px 0 0 0;
}

#instruction {
	color: #5f5f5f;
	font-weight: bold;
}

#right_side {
	float:left; width:405px;
	margin-left: 15px;
}

/* call to action table styles */

#cta_table {
	font-size: 12px;
	color: #5f5f5f;
	margin-top: 8px;
}

#cta_1 img {
	/*border: 5px solid #dbdde0;*/
}

.left_cell {
	width: 208px;
	text-align: right;
	padding: 0 4px 0 0;
}

.right_cell {
	width: 208px;
	text-align: left;
	padding: 0 0 0 4px;
}

/* testimonials */

#testimonials {
	width: 328px;
	height: 110px;
	margin: 10px 0 0 50px;
	background: url(/images/testimonials_bg.jpg) top left no-repeat;
}

#testimonials_text {
	font-size: 14px;
	font-weight: bold;
	color: #8d6033;
	padding: 25px 30px 0 35px;
}

#testimonials_name {
	font-size: 10px;
	padding: 10px 0 0 100px;
}

/* workshop table styles */

#workshop_title {
	text-align: center;
	padding: 0 0 5px 0;
	margin: 0;
}

#workshop_list {
	font-size: 12px;
}

#workshop_list a {
	text-decoration: none;
	color: #5f5f5f;
	font-weight: bold;
}

#workshop_list a:hover {
	color: red;
}

#workshop_list td {
	padding: 2px 5px 2px 5px;
	font-size: 14px;
}

#header_row {
	color: gray;
}

#workshop_list tr {
	/* background-color: #dbdde0; */
}

#workshop_list .odd {
	background-color: #b4c7db;
}