@charset "utf-8";
.topo {
	height: 40px;
	width: 980px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006;
	float:right;
}
.topo .logo {
	background-image: url(../imagens/logo.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 458px;
}
.rodape {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006;
	font-size:11px;
}
.barra_lateral {
	margin-top:58px;
	*margin-top:40px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #006;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #006;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #006;
	text-align:left;
}

