/* CSS Document */
body {
    font-family: tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
	background-image: url(../imagens/bkg_geral.jpg);
	background-repeat: repeat-x;
	margin:0 auto;
	padding:0px;
	text-align:center;
}
a {
	font-family: tahoma;
	font-size: 12px;
	color: #FDDD26;
}
a:visited {
	color: #FDDD26;
}
a:hover {
	color: #999999;
}
a:active {
	color: #FFFF00;
}
h1,h2 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 18px;
	color: #FDDD26;
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
}
h2{
	font-size: 15px;
	color: #666666;
	padding:0;
	margin:0;
	float:left;
}
#container{
width:780px;
margin:0 auto;
padding:0px;
text-align:left;
}
#esquerda,#centro,#direita{
float:left;
margin:0px;
padding:0px;
background-repeat:no-repeat;
background-position:top;
}
#centro{
width:405px;
background-image:url(../imagens/topo.jpg);
}
#direita{
width:225px;
height:715px;
background-image:url(../imagens/base_direita.jpg);
}
#esquerda{
width:150px;
height:321px;
background-image:url(../imagens/logo.jpg);
}
#menu{
width:150px;
height:106px;
background-image:url(../imagens/menu.jpg);
background-position:bottom;
background-repeat:no-repeat;
margin-top:220px;
}
li {
list-style:none;
}
a.link{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-size:15px;
color:#666666;
text-decoration:none;
margin-left:15px;
}
a.link:hover{
color:#FDDD26;
text-decoration:underline;
margin-left:25px;
}
#ancora{
width:780px;
clear:both;
}
#rodape{
width:100%;
height:45px;
margin:0px;
padding:0px;
text-align:center;
background-image:url(../imagens/bkg_rodape.jpg);
background-repeat:repeat-x;
display:block;
clear:both;
bottom:0;
}
.txt_rodape{
font:Georgia, "Times New Roman", Times, serif 12px;
color:#999999;
}
a.meu_link{
font:Georgia, "Times New Roman", Times, serif 12px;
color:#666666 ;
margin-left:40%;
}
a.meu_link:hover{
font:Georgia, "Times New Roman", Times, serif 12px;
color:#FDDD26;
margin-left:40%;
}
#txt{
width:395px;
padding:5px;
display:block;
margin-top:215px;
color:#FFFFFF;
}
input {
width:250px;
border:#666666 solid 1px;
margin-bottom:10px;
}
.desc_link{
margin-left:10px;
color:#666666;
}
.position_img{
margin:3px;
padding:0;
float:left;
}
.img img{border: 2px solid #333333;}
.img:hover img{
border: 2px solid #FDDD26;
}
.highlightit2:hover{color:#000000; /* Dummy definition to overcome IE bug */}
/* fim - Efeito nas imagens */
.container_img{
margin:0 auto;
padding:0;
width:350px;
height:70px;
}
ul{
margin:0;
padding:0;
}

.bdr {
 border:1px solid #FFCC00;
}