/* CSS Document */
body{
	margin:0px;
    padding:0px;
	text-align:center;
	background-color:#fff;
	font-family:arial, verdana, serif;
	font-size:12px;
}

#moldura{
  width:760px;
  margin: 0 auto;
  background-color:#fff;
  text-align:left;
  border-width:1px;
  border-style:solid;
  border-color:olive;
  margin-top:5px;
 }

#parte_01 {
  float:left;
  width:760px;
  height:125px;
  background-color:brown;
  color:#fff;
 }
 
#parte_02{
  float:left;
  width:760px;
  height:250px;
  background-color:#fff;
  background-image:url("imagens/bk_padeiros.jpg");
  background-repeat:no-repeat;
  text-align:center;
  color:#000;
 } 


#quadradinhos{
  float: right;
  width:310px;
  background-color:transparent;
  text-align:center;
  margin-top:105px;
  margin-left:218px;
  padding:0px;
 } 
 
#parte_03 {
  float:left;
  width:760px;
  height:250px;
  color:#000;
  background-image:url("imagens/parte_baixo.jpg");
 }

#rodape{
  width:760px;
  height:20px;
  float:left;
  background-color:#fff;
  text-align:center;
  border-width:1px;
  border-style:solid;
  border-color:olive;
  border-left:none;
  border-right:none;
  font-size:11px;
  font-weight:bold;
  color:olive;
} 

h1{font-size:10px;
margin-bottom:1px;
}

.links{
color:#fff;
text-decoration:underline;
}

img{
border:none;
}