/* CSS Document */

*{ text-align:center;}

img{ border: 0;}

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12pt;
background: #d7dcdf url(../imgs/gradiente_topo.png) repeat-x;
}

h2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20pt;
color: #003556;
}

#container{
background: url(../imgs/fundo_sombra_conteudo.png) repeat-y;
width:840px;
margin:0 auto;
}
#container_topo{
background:url(../imgs/fundo_sombra_topo.png) no-repeat;
height: 45px;
margin:0 auto;
width:840px;
}

#container_base{
background:url(../imgs/fundo_sombra_base.png) no-repeat;
height: 45px;
margin:0 auto;
width:840px;
}

#topo{
width: 750px;
background:#fff url(../imgs/fundo_topo.jpg) no-repeat 10px;
height:180px;
margin:0 auto;
border-bottom:dotted 2px #7f97a8;
}

#topo img{
margin: 25px 720px 0 25px;
}

#conteudo{
padding-top:15px;
margin:0 auto;
width: 750px;
background:#fff url(../imgs/fundo_conteudo.jpg) no-repeat;
height:265px;
}

#conteudo a, #conteudo img{
text-decoration: none;
margin: 0 10px 0 10px;
}

.link{
width:170px;
color:#546C8B;
float: left;
margin-left:14px;
}

.link p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#546C8B;
font-weight:bold;
}

#conteudo .link p a {
margin: 0 0 0 0;
color:#40455c;
}

#conteudo .link p strong {
color:#c4271e;
text-decoration:underline;
}

#conteudo .link p strong:hover{
color:#09C;
}

#banner{
width: 750px;
background: #fff;
margin: 0 auto;
border-top: dotted 2px #7f97a8;
}

#rodape{
width:750px;
background: #7f97a8;
height:20px;
margin:0 auto;
}