/* ================ col 2 ============================================================================= */

#t3_content {
	padding: 0px;
	width: 489px;
	background-color: #ffffff;
}
#t3_content div.t3_header {
	font-size: 0.8em;
	font-weight: 600;
	color: #f58423;
	padding: 2px 2px 2px 6px;
	background-color: #FFE0D1;
}
#t3_content div.t3_item {
	border-top: 1px dashed #ccc;
	padding: 4px 0px 0px 6px;
	background-color: #ffffff;
}
#t3_content div.t3_item div {
	float: left;
	background-color: #ffffff;
}
#t3_content div.t3_item div.t3_details {
	width: 279px;
	margin-bottom: 10px;
	background-color: #ffffff;
}
#t3_content div.t3_item div.t3_details p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#t3_content div.t3_item div.t3_details a {
	font-size: 1em;
	font-weight: bold;
}
#t3_content div.t3_item div.t3_details a:hover {
	text-decoration:underline;
}
#t3_content div.t3_item div.t3_date {
	margin:0px;
	padding:0px;
	text-align:right;
	float:right;
	background-color: #ffffff;
}

#t3_content div.t3_item div.t3_date p {
	color: #333;
	margin-left:6px;
	text-align:right;
}

.wrapper {
	clear: both;
	margin: 0;
	border-top: 12px white solid;
	background: transparent url(/images/template_9_bg_2_column.gif) repeat-y;
}

.item_left {
	background: none;
	margin-bottom: 0;
	background-color: transparent;
}

.item_right {
	background: none;
	margin-bottom: 0;
	background-color: transparent;
}


