/* CSS Document */

*{
	border:0;
	padding:0;
	margin:0;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
}

body, html{
	height:100%;
	background:url(../imagens/cartao_comunidade/bg_body.jpg) repeat;
}

#wrap{
	min-height:100%;
	position:absolute;
	margin-left:-380px;
	left:50%;
}

#geral{
	width:760px;
	overflow:auto;
    padding-bottom: 85px;
	margin:auto;
}


#menu{
	background:url(../imagens/cartao_comunidade/bg_menu.jpg) repeat-x;
	width:750px;
	height:76px;
	margin-left:5px;
}


ul{
	list-style-type:none;
}




ul li{
	float:left;
	padding:30px 0 0 36px;
	margin-left:18px;
}


.linknosquare{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#006;
}


ul li a{
	display:block;
}


a.linkmenu:link, a.linkmenu:active, a.linkmenu:visited{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#006;
	list-style-type:square;
}

a.linkmenu:hover{
	color:#039;	
}


#topo{
	background:url(../imagens/index_02.jpg) no-repeat;
	width:750px;
	height:91px;
	margin-left:5px;
}


#banner{
	width:750px;
	height:135px;
	margin-left:5px;
}


#conteudo{
	width:710px;
	background:#fff;
	margin-left:5px;
	padding:10px 20px 30px 20px;
}


h2{
	font-size:20px;
	color:#666;
	font-weight:normal;
	padding:20px 0 0 0;
}


p{
	font-size:11px;
	color:#000;
	font-weight:normal;
	line-height:17px;
	
}


.textoTabela{
	font-size:10px;	
	color:#666;
}

a .linkvoltar{
	color:#666;
	font-size:10px;
}

img a{ border:none;}


#rodape{
	width:750px;
	height:85px;
	position: relative;
    margin-top: -85px;
    clear:both;
	left:5px;
}

table td img{
	padding-right:30px;	
}


body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}

