*{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: inside;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
body{
	/*background: #333; */
	background-image: url("img/bgd.gif");
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #f5f5f5;
	margin: 0;
	padding: 0;
	text-align: center;
}

#main{
	width: 767px;
	margin: 0 auto;
	text-align: left;
}
#topo{
	width: 100%;
	height: 261px;
	/*background-color: #ff0; */
}

#menu-superior{
	width: 100%;
	height: 102px;
	background-image: url("img/logo-novo-menu.jpg");
}
#menu-superior-controle{
	width: 100%;
	height: 102px;
	background-image: url("img/menu-superior4.jpg");
}
#menu-superior-controle:hover{
   cursor: pointer;
}
#logo{
	width: 100%;
	height: 159px;
	background-image: url("img/logo-novo-topo.jpg"); 
}

#contato{
	background-image: url("img/carta.gif");
}
#mapa{
	background-image: url("img/curriculo.gif");
}
#paginaPrincipal{
	background-image: url("img/casa.gif");
}
#conteudo{
	width: 100%;
	height: 348px;
	background-color: #fff;
}
#rodape{
	width: 100%;
	height: 50px;
	background-image: url("img/rodape.gif");
	background-position: top;
	background-repeat: no-repeat;
	background-color: #fff;
}
#rodape p{
	float: right;
	color: #aaa;
	font-size: 12px;
	font-weight: bold;
	margin-right: 20px;
	margin-top: 20px;
	letter-spacing: 1px;
}
#rodape p.vitor{
   color: #aaa;
   font-weight: normal;
   font-size: 11px;
}
#rodape p a.link-vitor{
   color: #aaa;
   font-size: 11px;
   text-decoration: none;
}
#rodape p a.link-vitor:hover{
   text-decoration: underline;
}
#rodape p a.link-contato{
   color: #888;
   font-size: 12px;
   text-decoration: none;
   font-weight: bold;
}
#rodape p a.link-contato:hover{
   text-decoration: underline;
}
a.link-padrao{
   color: #000;   
   text-decoration: none;
   font-size: 10px;
}
a.link-padrao:hover{
   text-decoration: underline;
}
a.link-padrao-12{
   color: #000;   
   text-decoration: none;
   font-size: 12px;
}
a.link-padrao-12:hover{
   text-decoration: underline;
}
