/* stili tag generali */
body {
  text-align:center;
  background-image: url(img/bg_all.jpg);
  background-repeat: repeat;
  padding: 0;
  margin:0;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
#contenitore_flash{
	width:519;
	height: 329px;
	padding: 0px;
	border: 0px solid red;
}
a { 
  color: #D5BA9C;
  text-decoration: none; 
} 
a:hover { 
  text-decoration: underline; 
}
img a { 
  border:1px solid #4E3423; 
}
/* header */
#header {
  margin-left: auto;
  margin-right: auto;
  background-color: #EFDDC7;
  width: 768px;
}
/* colonna centrale */
#centrale {
  margin-left: auto;
  margin-right: auto;
  width: 768px;
  border:0px solid red;
}
#centraleimg {
  margin: 0;
  padding: 0;
  border:0px solid red;
  border-top:2px solid #fff;
  float:left;
}
#center {
  padding:0px;
  width: 249px;
  margin top: 0;
  float:left;
}
#contentcenter {
  padding:0px;
  width: 519px;
  height:329px;
  margin top: 0;
  float:left;
  background-image: url(img/bg_dx.jpg);
  background-repeat: no-repeat;
}
#contentcenter p {
  color: #000;
  font-weight: normal;
  font-size: 10px;
  width:480px;
  text-align:left; 
  margin-top:30px; 
}
#contentcenter p a {
  color: #000;
}
#contentcenterint {
  padding:0px;
  width: 768px;
  height:374px;
  float:left;
  background-color: #EFDDC7;
}
#contentcenterint2 {
  padding:0px;
  width: 768px;
  height:374px;
  float:left;
  background-color: #EFDDC7;
}
#contentcenterint2 p {
  width:400px;
  color: #6E5745;
  font-weight: bold;
  font-size: 10px;
  text-align:left; 
  margin-top:80px; 
  margin-left:310px !important;
  margin-left:290px;
  margin-right:20px;
  border:0px solid red;
}
#contentcenterint2 p a {
  color: #6E5745;
}
#contentcenterint p {
  color: #000;
  font-weight: normal;
  font-size: 10px;
  text-align:left; 
  margin-top:30px; 
  margin-left:20px;
  margin-right:20px;
}
#centraleimg2 {
  margin: 0;
  padding: 0;
  border:0px solid red;
  float:left;
}
/* classi menu */
#menu {
  background-image: url('img/bg_menu.jpg');
  background-repeat: no-repeat;
  width:768px;
  height: 37px;
  padding:0;
  margin:0;
  display:block;
  float:left;
}
.menutop {
  list-style-type: none;
  margin:0;
  padding:0 0 0 30px;
  border:0px solid #fff;
}
li.menutopitem {
  margin: 0 0px 0 10px;
  padding:0 0 0 5px;
  display:inline;
  border:0px solid #fff;
  //line-height:15px;
   color: #EDD2A5;
  font-weight: bold;
   font-size: 10px;
}
li.menutopitem a {
  color: #EDD2A5;
  font-weight: bold;
   font-size: 10px; 
}
li.menutopitem a:hover {
 text-decoration: underline;
}
/* footer */
#footer {
  width: 768px;
  border:0px solid red;
  float:left;
  margin-top:3px !important;
  margin-top:8px;
  padding-left:30px;
} 
#footer p {
  font-weight: normal;
  color: #665161;
  font-size: 10px;
  text-align:center;
}
.by {
   font-size: 10px;
  font-weight: normal;
  color: #D5BA9C;
}
.table {
   color: #000;
   font-weight: normal;
   font-size: 10px;
   text-align: left;
   border:1px solid #E9CDAB;
}
.td {
   color: #000;
  font-weight: normal;
   font-size: 10px;
   text-align: left;
   background-color: #E9CDAB;
}