@import url("internas.css");
/* Funes Globais e Layout do Fundo da Pgina */
*{
	margin:0;
	padding:0;
	list-style:none;
}
body{
	background: url(imagens/background.gif) repeat-x;
}


#geral {
	width: 775px;
	height: 600px;
	margin: 0 auto;
	background-image: url(imagens/ground.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#conteudo{
	margin-top:15px;
	margin-right:15px;
	height: 550px;
	width: 500px;
	float:right;
	background-image: url(imagens/band_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h2{
	background-image: url(imagens/bemvindo.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	height: 14px;
	width: 115px;
	padding-left: 50px;
}
#home{
	float:right;
	margin-top: 11px;
	width: 275px;
	background-image: url(imagens/detalher.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:40px;
}
#home p{
margin-bottom:10px;
}
#menu{
	height: 550px;
	width: 212px;
	float:left;
	margin-top:15px;
	margin-left:10px;
	background-image: url(imagens/menu.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu li {
	width:250px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}

#menu h1{
	margin:18px auto 15px auto;
	background-image: url(imagens/logo.gif);
	display: block;
	text-indent: -9999px;
	height: 134px;
	width: 134px;
	background-repeat: no-repeat;

}
#menu li{
	margin-left:5px;
	list-style:url(none) none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 30px;
	width: 180px;
}
#menu ul{
	list-style:none;
	margin-left:10px;
}
#menu li a{
	height: 30px;
	width: 180px;
	display:block;
}
#menu a{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#menu a:hover{
	color: #DF0000;
}
address{
	width:190px;
	margin:0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-aling:left;
	color: #000000;
}
/* Funes de textos*/
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 15px;
}
/* RODAP*/
.si a{
	float:left;
	margin:20px 5px 0 7px;
	height: 15px;
	width: 91px;
	overflow:hidden;
	background-image: url(imagens/grupodigital.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}
.w3c a{
	float:left;
	margin:20px 0 0 3px;
	height: 15px;
	overflow:hidden;
	width: 91px;
	background-image: url(imagens/validatorw3c.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}
