/* Estrutura */
    body {
        background-color: #f4c9de;
        margin: 0;

        font-family: verdana;
        font-size: 11px;
        color: #000000;
		text-align: center;
    }

    #container {
        background-image: url(../images/bordas.jpg);
        background-repeat: repeat-y;
        background-position: top;

        margin: 15px auto;
        padding: 0;
        width: 720px;
 		text-align: justify;
   }

	#subcontainer {
		display: table-row;
	}

    #topo, #logo, #corpo, #rodape {
        width: 100%;
        margin: 0;
    }

    #topo {
        background-image: url(../images/topo.jpg);
        background-repeat: none;
        background-position: top;
        height: 14px;
    }

    #logo {
        padding: 0 30px;
    }

    #corpo {
        padding: 0 30px;
        padding-top: 10px;
        width: 658px !important;
        width: 713px;
	}

    #rodape {
        background-image: url(../images/rodape.jpg);
        background-repeat: none;
        background-position: top;
        height: 17px;
		clear: both;
    }

/* FORMATAÇÃO */
    a {
        color: #CC0099;
    }

    h1 {
        font-family:Verdana;
        font-weight:bold;
        font-size:13px;
        color:#ab5781;
    }

    h2 {
        font-family:Verdana;
        font-size:11px;
        color:#000000;
        text-decoration:none;
    }

    .mapa a {
        font-family:Verdana;
        font-size:9px;
        color:#d1d1d1;
        text-decoration:none;
    }

    #todos {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #todos li {
        height: 20px;
    }

    #buscaGoogle {
        width: 655px;
        background-color: #fff;
    }

    #tbBusca{
        margin: 10px 0;
        border: 1px #F4C9DE solid;
        border-right: 1px #F4C9DE solid;
    }

	#tbBusca td {
        font-size: 11px;
	}