body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333;
}
#tudo{
	position:relative;
	width:995px;
	margin:0 auto;
}
#topo{
	float:left;
	width:975px;
	height:90px;
	padding:10px;
	background-color:#dde5fc;
}
#topo #login{
	margin-right:20px;	
	float:right;
	color:#900;
	text-decoration:none;
	font-weight:bold;
	z-index:10000;
	padding:4px;
}
.login{
	width:80px;
	background-color:#eaeffd;
	border:#bbcbf9 thin solid;
}
#topo #caixaLogin{
	margin-right:-50px;
	float:right;
	background-color:#bbcbf9;
	margin-top:20px;
	color:#900;
	text-decoration:none;
	font-weight:bold;
	width:200px;
	height:60px;
	border:#900 thin solid;
	padding:10px;
}
#topo #login:hover{
	text-decoration:underline;
}
#colunaEsquerda{
	float:left;
	width:180px;
	padding:10px;
	margin-top:10px;
	background-color:#dde5fc;
}
ul#menu{
	margin:0;
	padding:0;
}
ul#menu li{
	list-style:none;
}
#menu a{
	display:block;
	width:170px;
	padding:5px;
	line-height:20px;
	color:#333;
	font-weight:bold;
	text-decoration:none;
	border-bottom:#515151 thin solid;
}
#menu a:hover{
	background-color:#bbcbf9;
}
#conteudo{
	float:left;
	width:775px;
	padding: 5px;
	margin:10px 0px 10px 10px;
	background-color: #eaeffd;
}