body { 
  background-color: #b5a789;
  /* font-family:   Tahoma, Arial, Georgia, Arial, "Times New Roman", Times, sans-serif; */
  font-family:      Georgia, Arial, "Times New Roman", Times, sans-serif;
  font-size:        normal;
  margin:           0px;
}

h1#naslov {
	text-align: center;
}

div#tableContainer {
	display: table;
	border-spacing: 10px;
}

div#tableRow {
	display: table-row;
}

section#teze, section#dragan, section#price, section#petrica, section#pjesmeprevedene {     /* *** OVDJE DODAJEMO SVAKU NOVU CJELINU, JER ŽELIMO DA SVE BUDU JEDNAKE! ***  */
    display: table-cell;
    background-color: #efe5d0;
    width: 25%;         /* bolje kad je zadano  */
    padding: 15px;
    vertical-align: top;
}


img.slicica {
    display: block;      /* da sličica bude centrirana  */
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

footer {
  background-color: #675c47;
  color:            #efe5d0;
  text-align:       center;
  padding:          15px;
  margin: 0px 10px 10px 10px;
  font-size:        90%;
}

h1 {
  font-size:        150%;
  color:            #954b4b;
}
