#container {
	width:1020px;
	margin-left: auto;
	margin-right: auto;	
}

#central, #esquerda, #barra, #header, #rodape, #login {
	display: inline;
	float: left;
	position: relative;
}
#direita {
        display:inline;
        float:right;
        position:relative;
}

#barra {
	width:1020px;
	height:65px;
	background:#053633;
	padding-top:20px;
}

#header {
	width:1020px;
	height:111px;
}

#topo_login {
	float:right;
}

#esquerda {
	width:215px;
	margin-right:10px;
}

#central, #login {
	width:770px;
}

#central02 {
	width:540px;
	float:left;
}

#central02 label {
	text-align:left;	
}

#rodape {
	width:1020px;	
}

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}

.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;height:0
}

* html .clearfix,*:first-child+html .clearfix {
	zoom:1
}
