html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
	text-decoration: underline;
}
/** classi aggiuntive ----------------------------------  ***/
.active a{
	text-decoration: underline;
}
.imgleft {
	float: left;
	border: 1px solid #ccc; 
	padding: 0px; 
	margin: 0 3px 3px 0;
	width: 80px;
}
/** fine classi aggiuntive ----------------------------- ***/

.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
  background: #000;
	text-align: center;
	font: 12px helvetica, arial, sans-serif;
	color: #312F1A;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 20px auto;
	width: 714px;
  position: relative;
}

#header {
 /* background: top center url(../img/logo.jpg) no-repeat;*/
  padding-top: 51px;
  width: 252px;
  position: relative;
}

/** Header **/
h1 {
  color: #FDE7C2;
  background: #991111;
  border: 2px solid #C4B888;
  padding: 8px 4px 8px 4px;
  text-align: center;
  font: 26px "Times new roman", sans-serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 2px 21px;
}

#search {
  width: 148px;
  background: #E8E7DA url(../img/search_top.jpg) no-repeat;
  text-align: center;
  position: absolute;
  bottom: -1px;
  left: 558px;
  padding: 6px 0;
}
#search .text {
  width: 63px;
}

/** Body **/
#body {
  position: relative;
  width: 100%;
}

#nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 252px;

 /* padding-top: 292px;
  background: url(../img/pic_1.jpg) no-repeat;*/
}
#nav ul {
  background: bottom right #991111 url(../img/nav_bot.jpg) no-repeat;
  margin: -3px 7px 0 28px;
  padding: 5px 20px 15px 20px;
}
#nav li {
  list-style: none;
  background: bottom left url(../img/dots.jpg) repeat-x;
}
#nav a {
  color: #FDE7C2;
  font: 18px "times new roman", serif;
  font-style: italic;
  background: #991111;
  padding-right: 8px;
}

/** content **/

#content {
  background: #E8E7DA bottom right url(../img/body_bottom_right.jpg) no-repeat;
  width: 462px;
  margin-left: 254px;
  min-height: 278px;
}

#content .main, #content .main2 {
  float: right;
  width: 250px;
  margin-top: 14px;
  padding-right: 28px;
}


.main2 dataluogo {
  margin-top: 3px;
  color: #999;
  font-weight: bold;
}

#content .main {
  padding-bottom: 1em;
  border-bottom: 1px solid #D6D3BA;
}

#content .main p, #content .main2 p {
  margin: 0em 1em 1em 0;
}
#content .main2 .right {
  margin-left: 18px;
}
#content .main .clear, #content .main2 .clear {
  height: 20px;
  margin-bottom: -10px;
}

#beauty {
  float: right;
  width: 134px;
  padding: 12px;
  background: top right url(../img/bogy_top_right.jpg) no-repeat;
  font-size: 11px;
}

.main2 {
  border-right: 1px solid #D6D3BA;
	margin-bottom: 12px;
}

.main2 a {
	font-weight: normal;
}

#beauty span {
  float: left;
  font-size: 9px;
  clear: both;
  margin-top: 3px;
  color: #999;
  font-weight: bold;
}
#beauty p {
  float: left;
  width: 110px;
  margin: 0 0 0.6em 0;
  padding: 0 0 0 1em;
  line-height: 1.3;
}
#beauty a {
	font-weight: normal;
}

#beauty .clear {
  height: 10px;
}
#beauty .clear1 {
  height: 10px;
  clear: left;
}
h2 {
  font: italic 22px "Times new roman", serif;
  color: #991111;
  margin: 0 0 0.5em 0;
}
h3 {
  font:  14px "Times new roman", serif;
  color: #991111;
  margin: 1em 0 0.2em 0;
  font-weight: bold;
}

/** Footer **/

#footer {
  color: #E8E7DA;
  margin: 2px 0 0 275px;
  font-size: 11px;
}

#footer a {
	color: #ccc;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	color: #FFA405;
	text-decoration: underline;
}




#privacy {
  position: absolute;
  right: 8px;
  width: 148px;
  padding: 4px 0;
  text-align: center;
  background: #E8E7DA bottom left url(../img/footer_tab.jpg) no-repeat;
}
#privacy a {
  color: #000;
  font-weight: normal;
}

