.files_content {
	float: left;
	display: block;
	text-decoration: none;
	width: 738px;
	padding: 10px;
	border: 1px red solid;
	text-align: center;
	color: white;
}
.files_head {
	font-weight: bolder;
}
.file {
	display: block;
	text-decoration: none;
}
.file_name {
	float: left;
	width: 200px;
	color: white;
}
.file_annotation {
	float: right;
	width: 500px;
	color: rgb(233,151,13);
}