
#geral {
	width:800px;
	border:1px solid #CCC;
	margin:20px auto;
	background:#C5E6F9;
}
#topo {
	background:url('images/topo.jpg') #C5E6F9;
	height:300px;
	background-repeat:no-repeat;	
	width:800px;
}
#menu {
	background:url('menufundo.jpg') no-repeat #C5E6F9;
	width:800px;
	height:50px;
	position:relative;
	top:250px;
	padding-top:14px;


}
#menu ul {
	padding:0;
	margin:0;
	list-style:none;
	margin-left:15px;
}
#menu li {
	float:left;
}
#menu ul li a {
	background:url('fundo.jpg') no-repeat ;
	display:block;
	padding-top:7px;
	font:bold 13px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF; 
	width:125px;
	text-align:center;
	margin:1px;
	height:50px;
}
#menu ul li a:hover {
	text-decoration:underline;
}

#cadastro label {
	width:150px;
	display:block;
	font:12px verdana,arial,tahoma,sans-serif;
	float:left;
	position:relative;
	text-align:left;
	margin-left:15px;
}

#cadastro label input {
	width:180px;
	float:left;
}
#cadastro label textarea {
	width:180px;
	float:left;
}
#rodape {
	color:#FFF;
	font-weight:bold;
	background:#218E9E;
	text-align:left;
	padding:5px;

}
#texto-conteudo {
	height:500px;
	overflow:auto;

}
