/* CSS Document */
body {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 12pt;
    color: #000;
    margin: 0px;
    background:#666;
}
#container {
    width:785px;
    height:auto;
    background:#FFF;
}
#header {
    width:785px;
    height:210px;
    background:url(images/topo.jpg) no-repeat top;
    text-align:center;
    float:left;
}
.logo {
    position:relative;
    top:0px;
    left:45px;
    width:200px;
    height:180px;
    float:left;
}

/*NAVEGACAO TOPO*/
.menuTop {
    position:relative;
    top:80px;
    right:10px;
    width:560px;
    height:40px;
    float:right;
    text-align:right;
}
.navTop a {
    font: 12px Georgia, "Times New Roman", Times, serif;
    color: #FFF;
    text-decoration:none;
    background:#666;
    text-align:center;
    padding:3px 15px;
    margin-right:1px;
    border:1px solid #999;
}
.navTop a:hover, .navTop a#atual {
    color:#FFF;
    background:#8F6627;
    border:1px solid #999;
    text-decoration:none;
}
.navTop a span {
    display:none;
}
.navTop a:hover span {
    display:block;
    position:absolute;
    top:50px;
    right:30px;
    color:#FFF;
}
.erro {color:#FFF; font-family:Arial, Helvetica, sans-serif; font-size:12px; background: #F00; padding:5px;}
/*FIM DA NAVEGACAO DO TOPO*/

#content {
    width:785px;
    height:auto;
    background:#E1D8CE;
    text-align:left;
    float:left;
}
#leftCol {
    width:500px;
    height:auto;
    background:none;
    text-align:left;
    float:left;
}
#rightCol {
    width:283px;
    height:auto;
    background:#C5AF9C;
    text-align:left;
    float:right;
}
#footer {
    width:785px;
    height:120px;
    background-image:url(images/base.jpg);
    background-position:topo;
    background-repeat:no-repeat;
    text-align:center;
    float:left;
    clear:both;
    margin:0;
    padding-top:40px;
    color:#FFF;
}
/*DESTAQUES EM 3 COLUNAS*/
.destaque {
    width:240px;
    height:auto;
    background:none;
    text-align:left;
    float:left;
    margin-left:12px;
	display:block;
}
.destaque img {
    border:0px;
    text-align:center;
    float:left;
    margin-left:20px;
}

/*TEXTOS*/
h1, h2, h3, h4, h5, h6, p, ul, table {
    margin-left:30px;
    margin-right:30px;
}
h1, h2, h3, h4, h5 {color:#8F6627;}
.titulo {Letter-spacing:-2px; font-size:26pt; color:#FFF;}
.titDestaque {font-size:14pt; color:#8F6627; text-decoration:none; font-weight:normal;}
a {color:#8F6627; text-decoration:none; font-weight:normal;}
a:hover {color:#8F6627; text-decoration:underline; font-weight:normal;}

/*
#E1D8CE
#C5AF9C
*/
