*{
   margin:0;
   padding:0;
}

html {
	color: #666666;
	font-size: 1em;
	font-family: Georgia, Garamond, Times, serif;
}

body{
   background-repeat: repeat-x;
   background-image: url(bg.jpg);
   background-color: #3E0005;
   text-align:center; /*For IE6 Shenanigans*/
}

#wrapper{
   padding: 25px;
   background-color: white;
   margin-left: auto;
   margin-bottom: 0;
   margin-right: auto;
   margin-top: 50px;
   width: 910px;
   text-align:left;
}

a:link {
	color: #d15b2f;
	text-decoration: underline;
}
a:visited {
	color: #d15b2f;
	text-decoration: underline;
}
a:hover {
	color: #ff8000;
	text-decoration: none;
}
a:active {
	color: #ff8000;
	text-decoration: none;
}

a.gr:link {
	color: #b3b3b3;
	text-decoration: underline;
}
a.gr:visited {
	color: #b3b3b3;
	text-decoration: underline;
}
a.gr:hover {
	color: black;
	text-decoration: none;
}
a.gr:active {
	color: black;
	text-decoration: none;
}

#cover {
	width: 450px;
	margin: 0;
	padding: 0;
	height: 600px;
	background-image: url(fronte-padri-oltraggiati.jpg);
	background-repeat: no-repeat;
}

#note {
	padding-left: 10px;
	padding-bottom: 40px;
	padding-right: 15px;
	padding-top: 0px;
	width: 435px;
	float: right
}

#note p {
	padding-right: 0px;
	padding-left: 15px;
	margin-top: 10px;
	text-align: left;
	line-height: 1.3em;
	font-size: 0.95em;
}

#autore {
	margin-top: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
	padding-right: 15px;
	padding-top: 20px;
	font-size: 0.9em;
	text-align: left;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #b3b3b3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	clear: both;
}

#compra {
	font-size: 0.9em;
	text-align: center;
	margin-bottom: 20px;
	padding: 30px;
	margin-top: 20px;
	border-bottom-color: #b3b3b3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#footer {
	line-height: 1.3em;
	padding: 10px;
	text-shadow: 1px 1px 1px #333333;
	color: #b3b3b3;
	text-align: center;
	font-size: 0.8em;
}

h1 {
	padding-top: 10px;
	padding-bottom: 15px;
	color: #191919;
	font-size: 3em;
}

h2 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-style: italic;
	line-height: 1.3em;
	font-size: 1.1em;
}

h3 {
	font-weight: bold;
	padding-top: 20px;
	font-size: 1.2em;
}

.piccolo {
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px;
	font-style: italic;
	font-size: 0.8em;
}


