@import url(../contato.css);

* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS" ,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: justify;
}

#barra_externa {
background: #fff;		
}


img {
	border: none;
}

#site {
	margin: auto;
	width: 770px;
}

body {
	background: url(imagens/fundo_site.jpg) #f5f5f5 repeat-y center;
}

h1#topo a {
	float: left;
	clear: both;
	background: url(imagens/topo.jpg) #fff;
	text-indent: -9999px;
	width: 770px;
	height: 153px;
	display: block;
}

#rodape {
	clear: both;
	border-top: 1px solid #ccc;
	width: 770px;
	margin: auto;
	background: #fff;
	height: 36px;
}

#rodape p {
	margin: 10px;
	color: #aaa;
	clear: both;
	text-align: center;
}

#conteudo {
	width: 500px;
	float: left;
	padding: 0 45px 45px 53px;
}

#menu {
	background: url(imagens/menu.jpg) #403762 no-repeat top;
	clear: both;
	float: left;
	width: 165px;
	height: 647px;
 }

#menu ul {
	list-style: none;
	padding: 40px 0 0 0;
}

#menu li a, #menu li a:hover{
	margin: 8px 0 0 28px;
	background: url(imagens/itens_menu.gif) no-repeat;
	padding: 2px 15px 0 0;
	display: block;
	width: 132px;
	height: 19px;
	color: #000;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
}

#menu li a:hover {
	color: #403762;
}

#conteudo p {
	padding: 0 0 10px 0;
}

#conteudo ul li {
	margin: 0 0 0 15px;
	list-style: square;
	padding: 3px 0 3px 0;
}

#conteudo h2 {
	font-size: 17px;
	padding: 10px 0 15px 0;
	color: #000;
}

#conteudo h3 {
	font-size: 14px;
	padding: 15px 0 5px 0;
	color: #000;
}

#conteudo p a, #conteudo p a:hover {
	text-decoration: none;
	color: #7A739D;
}

#conteudo p a:hover {
	text-decoration: underline;
	color: #000;
}

