/* CSS Document */
#cabecalho, #corpo, #rodape {
	width: 740px;
}


#cabecalho #menu li {
	border: none;
}

#cabecalho #opcoes {
	float: none;
	position: relative;
	top: 50px;
}

#esquerda {
	float: left;
	width: 58%;
	margin: 0;
}

#direita {
	width: 40%;
	float: right;
	margin: 0;
}

.table_linhas tr td {
	border-bottom: 1px solid #CCC;
	padding: 2px 25px;
}
