/* @override 
	http://localhost/anticoborgolatorre/includes/css/gallery.css
	http://www.progettidigitali.it/includes/css/gallery.css
*/

body {
  font-family: arial, helvetica, sans-serif;       
  color: #272810;
  padding: 10px;
  font-size: medium;
	background: #E5D5B4 url(../../images/pattern.jpg) repeat-x;
}
table {
  width: 650px;
  table-layout: fixed; /* needed to cope with very long words */
}
td {
  font-size: 1em;
  overflow: hidden; /* very long words will be truncated */
  padding: 0 0.5em 1.8em 0.5em;
  vertical-align: top;
}
h1 {        
  color: #272810;
  font-size: x-large;
  padding: 19px 0 17px 0;
	background-color: #262800;
}
#wrapper {   
  width: 650px;    
  margin: 0 auto; /* centre page content */       
  text-align: center;
}     
p.adminlink {
  text-align: right; 
  font-size: small;		    
}
a {
  color: #272810;
}
a:hover {
  color: #272810;
}
#svlinks {
  width: 100%;
  padding:10px;
	background-color: #ECE2C7;
}