.contentcontainer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
}

.leftcol, .rightcol {
	width:400px;
	padding:0 0 1em 0;
	overflow:hidden;
}

.leftcol {
	float: left;
}

.rightcol {
	float: right;
}

.leftblock, .rightblock {
	height:100px;
	position:relative;
	width:400px;
	margin: 0px;
}

.leftblock {
	float:left;
	text-align:left;
}

.rightblock {
	float:right;
	text-align:right;
}

.leftblock img, .rightblock img {

	margin-top: 15px;
	width: 72px;
	height: 72px;
}

.leftblock img {
	float: left;
	margin-left: 50px;
}

.rightblock img {
	float: right;
	margin-right: 50px;
}

.leftdesc, .rightdesc {
	margin-top: 32px;
	overflow: hidden;
	width: 200px;
	position: relative;
}

.leftdesc {
	text-align: left;
	margin-left: 20px;
	float: left;
	color: #cccccc;
}

.rightdesc {
	float: right;
	text-align: right;
	margin-right: 20px;
	color: #cccccc;
}

a {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #CCCCCC;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #333333;
}

.footer {
	text-align: center;
	font-size: 9px;
	color: #000;
	display: block;
	font-family: "Trebuchet MS",
             Tahoma,
             Arial,
             sans-serif;

}

.copyright {
}

.bartoli {
	width: 130px;
	float: right;
	display: inherit;
	overflow: hidden;
	margin-right: 10px;
	
}

