#principal {
	position: relative;
	left: 50%;
	margin-left: -388px;
	width: 778px;
	height: 751px;
}
#topo {
	width: 778px;
	height: 106px;
}
#conteudo {
	width: 778px;
	height: 615px;
	background-color: red;
}
#menu {
	width: 195px;
	height: 286px;
	background-color: red;
	border: 2px solid black;
}
#rodape {
	clear: both;
	width: 778px;
	height: 30px;
}

.fontbranco11{font-size:14px; font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF;}