.left_text {
	float		: left;
	position	: relative;
	clear		: left;
	height		: 200px;
	width		: 175px;
}
.column_left .inner {
	padding-top		: 25px;
	padding-bottom	: 0px;
}
.right_items {
	margin-left	: 30px;
	float		: left;
	position	: relative;
}
#publicity_list {
	margin-bottom 	: 20px;	
	width			: 620px;
}
#publicity_list li.publicity_wrapper {
	float			: left;
	position		: relative;
	margin-bottom 	: 15px;	
	width			: 310px;
}
.publicity_wrapper .left {
	float		: left;
	width		: 120px;
}
.publicity_wrapper .right {
	float		: left;
	clear		: right;
	width		: 190px;
	height		: 83px;
}
.title_label, .client_label, .project_label, .date_label {
	display		: block; 
	clear 		: left;
	float		: left;
	width		: 50px;
	color		: #424242;
	font-weight : bold;
}
.title_name, .client_name, .project_name, .date_name {
	display		: block; 
	float		: left;
	width		: 130px;
}
#publicity_list ul.small_list {
	position	: relative;
	float		: left;
}
#publicity_list ul.small_list li a {
	width		: 100px;
}