/* elementos */

* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	border:none;
	vertical-align:middle;	
}
	
body {
	color:#000;
	text-align:center;
	background-color:white;
	font: small/2.0em "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}	

div {
	padding:5px;
}

h3 {
	color:#FCO;
	text-align:left;
	border-bottom:1px solid #FCO;
}

img {
	margin:10px;
	border: 1px ridge #FCO;
}

fieldset {
	padding:5px;
	border:1px solid #FCO;
}

input, textarea {
	margin-bottom:5px;
	vertical-align:middle;
border:1px solid #000;

}

/* classes */

.centro {
	text-align:center;
	margin:10px 0;
	font-weight:bold;
}

.util {
	color:#FCO;
	text-decoration:underline;
}

.azul, .laranja {
	font:italic 24px Century;
	text-align:center;
}

.azul {
	color:#00F;
}

.laranja {
	color:#F60;
}

/* IDs */

#geral {
	margin:0 auto;
	width:779px;
}

#topo {
	height:120px;
	background-image:url('../imagens/topo2.png');
	text-indent:-5000px;
	overflow:hidden
}

#menu {
		text-align:right;
		color:#000;
		height:45px;
		background:url('../imagens/backmenu.jpg') repeat-x;
}

#menu h2 {
	float:left;
	display:inline;
}

#menu li {
	display:inline;
	margin-right:15px;
}

#menu li a {
	color:#000;
	text-decoration:underline;
}

#conteudo {
	text-align:left;
	border:1px solid #FCO;
}

#topo, #conteudo {
	border-bottom:1px solid #CCC;	
}

#imagens {
	border-bottom:1px solid #CCC;
	height:120px;
	margin-bottom:10px;
}

#rodape {
	color:#000;
}
