#container {
	position: absolute;
	width: 976px;
	left: 50%;
	background: url(../images/src/background_container.png) repeat-y;
	margin: 0 0 0 -488px;
	padding: 0 0 24px 0;
}
/*header*/
#header {
	position: relative;
	width: 954px;
	height: 83px;
	margin: 0 0 0 11px;
}
#logo-el {
	float: left;
}
#logo-el a {
	display: block;
	width: 239px;
	height: 63px;
	background: url(../images/src/edgardleite_logo.png) no-repeat;
}
#logo-el span {
	display: none;
}
#menu-language {
	float: right;
	margin: 50px 24px 0 0;
}
#menu-language ul {
	list-style: none;
}
#menu-language li {
	display: inline;
	margin: 0 0 0 8px;
}
#menu-language a {
	font-size: 10px;
	text-decoration: none;
	color: #33271c;
	}
	#menu-language a:hover {
		color: #6b6156;
	}
/*columns*/
#column-left {
	float: left;
	text-align: justify;
	border-right: 1px solid #d6d1c5;
	margin: 24px 24px 24px 0;
	padding: 0 24px 10px 35px;
	}
	.left-home {
		width: 262px;
	}
	.left-content {
		width: 617px;
	}
#column-right {
	float: left;
	text-align: justify;
	margin: 24px 0 24px 0;
	padding: 0 0 10px 0;
	}
	.right-home {
		width: 597px;
	}
	.right-content {
		width: 242px;
	}
/*footer*/
#footer {
	clear: both;
	width: 906px;
	height: 56px;
	margin: 0 0 0 35px;
	border: 1px solid #d6d1c5;
	}
#footer ul {
	list-style: none;
	text-align: center;
	margin: 9px 0 5px 0;
}
#footer li {
	display: inline;
	margin: 0 0 0 8px;
}
#footer a, #footer li {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #33271c;
	}
	#footer a:hover {
		color: #6b6156;
	}
#footer address {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #33271c;
}
