#left {
	color: #222;
	width: 510px;
	margin-top: 10px;
	display: block;
	float: left;
	margin-left: 5px;
}

div.block {
	height: 55px;
	border: 1px solid #999;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #eee;
}

p.data {
	font-weight: bold;
	font-size: 0.9em;
}

p.txt {
	font-size: 0.8em;
	line-height: 130%;
}

h3 {
	font-size: 0.8em;
	margin-top: 0;
	border: 1px solid #0f6800;
	height: 19px;
	padding-left: 5px;
	padding-top: 1px;
	background-color: #00d200;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}

#right {
	float: left;
	width: 260px;
	margin-top: 10px;
	display: block;
	margin-left: 5px;
}

div.block2 {
	height: 55px;
	border: 1px solid #eee;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #eee;
}

p.copyright {
	font-size: 0.6em;
	color: #666;
	text-align: right;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}