﻿body
{
    margin:0px;
    padding:0px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

a img
{
    border:0px;
}

.topo
{
    background:url(imagens/bg.jpg) repeat-x;
    min-width:1000px;
}

.topo, .esq, .dir, .meio
{
    height:308px;
}

.esq, .dir, .meio
{
    float:left;
}

.esq
{
    width:20%;
    background-position:top left;
}

.dir
{
    width:20%;
    background-position:top right;
}

.meio
{
    width:60%;
    background:url(imagens/logo.jpg) no-repeat;
    background-position:top center;
}

.centralizado
{
    text-align:center;
}

.pagina
{
    width:65%;
    display:block;
    margin:0% auto;
    margin-top:0%;
    margin-bottom:0%;
}

.pagina, table
{
    font-size:12px;
}

/*.pagina p:first-letter
{
    font-size:xx-large;
    float:left;
    padding:2px;
}*/

.rodape
{
    margin-top:30px;
    margin-bottom:30px;
}

.rodape, .rodape a
{
    color:rgb(174,174,174);
}

.rodape a:hover
{
    color:#333;
}

.rodape h1
{
    font-size:.8em;
}

.rodape small
{
    font-size:.6em;
}

.album img
{
    border:1px solid #ccc;
    padding:4px;
    cursor:pointer;
}

.contato th
{
    text-align:right;
}

.contato input, .contato textarea
{
    padding:2px;
    border:1px solid rgb(174,174,174);
    font-size:1.5em;
}

.contato input.submit
{
    padding:2px;
    border:1px solid rgb(174,174,174);
    font-size:1em;
    cursor:pointer;
}