@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
}
img {
	border:none;
}
div#wrapper {
	margin:0 auto;
	width: 750px;
	height: auto;
}
div#logo {
	height:230px;
	background:url(../imagens/bg_logo.png) center bottom no-repeat;
}
div#menu {
	padding-top:10px;
	border-bottom:#ccc solid 1px;
}
div#menu table {
	margin:auto;
}
div#main {
	padding-top:15px;
	font-size:11px;
	color:#555;
	text-align:justify;
	min-height:250px;
}
div#main a {
	font-weight:bold;
	text-decoration:none;
	color:#555;
}
div#main a:hover {
	text-decoration:underline;	
}
div#main ul {
	list-style-image:url(../imagens/05.gif);
}
div#main table#internet {
	border:#eee 1px solid;
	margin-left:30px;
}
div#main table#internet td{
	padding:7px 0 7px 30px;
}
div#main table#internet tr.header {
	background-color:#eee;
	font-weight:bold;
	color:#06c;
	font-size:10px;
}
div#main table#internet tr.cinza{
	background-color:#eee;
}
div#rodape {
	float:left;
	padding-top:5px;
	margin:10px auto;
	text-align:center;
	color:#555;
	font-size:9px;
	width:750px;
	border-top:#CCC solid 1px;
	background:url(../imagens/bg_rodape.png) right top no-repeat;
	height:100px;
}
div#rodape a {
	color:#555;
	font-size:9px;
	text-decoration:none;
	text-transform:uppercase;
}
div#rodape a:hover {
	text-decoration:underline;
}
p.copyright {
	text-align:left;
	font-weight:bold;
}
p.fone {
	text-align:left;
	font-size:11px;
	font-weight:bold;
}
