html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
color: #000000;
text-decoration: blink;
}
a:hover {
color:#FFFF00;
	text-decoration: blink;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
background-image:url(immagini/background.jpg); 
background-repeat:inherit
	text-align: center;
	font: 11px  Verdana, Arial, Helvetica, sans-serif
	color: #312F1A;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 20px auto;
	width: 800px;
  position: relative;
}
#header {
  background: top center url(immagini/logo.jpg) no-repeat;
  padding-top: 51px;
  width: 252px;
  position: relative;
}

/** Header **/
h1 {
  color: #FDE7C2;
  background:  #0033FF;
  border: 2px solid  #CCCCCC;
  padding: 8px;
  text-align: center;
  font: 25px "Times new roman", sans-serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 2px 21px;
}


/** Body **/
#body {
  position: relative;
  width: 100%;
}

#nav {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 252px;
  padding-top: 358px;
  background: url(immagini/pic_1.jpg) no-repeat;
}
#nav ul {
  background: bottom right #0033FF url(immagini/nav_bot.jpg) no-repeat;
  margin: 0 7px 0 28px;
  padding: 5px 20px 15px 20px;
}
#nav li {
  list-style: none;
  background: bottom left url(immagini/dots.jpg) repeat-x;
}
#nav a {
text-decoration:blink;
color: #FFFF00;
}

/** content **/

#content {
  background:  #AEAEFF bottom right url(immagini/body_bottom_right.jpg) no-repeat;
  width: 630px;
  margin-left: 252px;
  min-height: 278px;
}

#content .main {
  padding-bottom: 1em;
  border-bottom: 1px solid #D6D3BA;
}

#content .main p, #content .main2 p {
  margin: 0em 1em 0 0;
  margin-left:10px
}
#content .main2 .right {
  margin-left: 18px;
}
#content .main .clear, #content .main2 .clear {
  height: 20px;
  margin-bottom: -10px;
}

h2 {
  font: italic 22px "Times new roman", serif; 
  color: #991111;
  margin: 0 0 0.5em 0;
  margin-left:10px;
}

/** Footer **/

#footer {
  color: #000000;
  margin: 0px 0 0 275px;
}

#privacy {
	position: absolute;
	right: -56px;
	width: 140px;
	padding: 4px 4px;
	text-align: center;
	background: #AEAEFF bottom left url(immagini/footer_tab.jpg) no-repeat;
	top: 455px;
	height: 16px;
}
#privacy a {
  color: #000;
  font-weight: normal;
}
