/* CSS Document */



body {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #C4C4C4;
	background: #000 url(img/fundo.jpg) repeat-x;
}


/* O pai inclui os outros divs, serve pra centralizar todo o site */
#pai {
	
	position: absolute;
	left: 50%;
	width: 760px;
    z-index:1;
    padding: auto;
  	margin : 0px 0px 0px -390px;
    text-align: center;
	top: 0px;
	
}


#topo {
	width: 750px;
}

#menu {
	width: 628px;
	position: absolute;
	top: 177px;
	_top: 172px;
	text-align: right;
}

#menu a {
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: url(img/fundo_menu.png) no-repeat;
	padding: 5px 10px 10px 25px;
	height: 23px;

}

#menu a:hover {
	color: #FFF200;
	text-decoration: none;
	background: url(img/fundo_menu_ho.png) no-repeat;

}


#menu a.active {
	font-size: 13px;
	color: #FFF200;
	font-weight: bold;
	text-decoration: none;
	background: url(img/fundo_menu_sel.png) no-repeat;
	padding: 5px 10px 10px 25px;

}

#menu a.active:hover {
	font-size: 13px;
	color: #FFF200;
	font-weight: bold;
	text-decoration: none;
	background: url(img/fundo_menu_sel.png) no-repeat;
	padding: 5px 10px 10px 25px;
}


#conteudo {
	position: relative;
	width: 750px;
	text-align: left;
	padding-bottom:50px;
	_padding-bottom:0px;
	padding-top:60px;	
}

#esquerda {
	position: relative;
	top: 0px;
	left: 107px;
	width: 204px;	
	float:left;
	padding-top:0px;	
}

#direita {
	position: relative;
	top: 0px;
	right: 122px;
	width: 204px;
	float:right;
	padding-top:0px;		
}

#meio {
	position: relative;
	left: 107px;
	width: 521px;
	float:left;
	padding-top:0px;		
}

div.peca {
	padding-top: 20px;
	padding-bottom: 40px;
	text-decoration:none;	
}


div.peca a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #FFF200;
	line-height: 20px;
}

div.peca a:hover {
	text-decoration: undeline;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
}


#esquerda img, #direita img {
	border: #000 solid 0px;
}


.clear {
	clear:both;
}


#rodape {

	width: 750px;
	bottom: 0;
	
}

h1 {

	font-size: 16px;
	color: #FFF200;
	font-weight: bold;
	
}


h2 {

	font-size: 12px;
	color: #FFF200;
	font-weight: bold;
	
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:521;
	background: #bbb;	
}

a {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #FFF878;	
} 

a:hover {
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #fff;	
} 


/*
div {
	border: solid;
	border-color:#222222;

}
