* {
	margin: 0px;
	padding: 0px;
}
html, body { 
	width: 100%; 
	/* commented backslash hack \*/ 
 	height: 100%; 
	/* end hack */
} 
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #351E26;
	background-image: url(../images/bg_body.gif);
}
p {
	margin-bottom: 1em;
	padding-right: 15px;
	padding-left: 15px;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 1em;
	color: #000000;
	background-image: url(../images/bg_h1.gif);
	background-repeat: no-repeat;
	background-position: 56px 35px;
}
h1 img {
	vertical-align: middle;
}
h2 {
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 1.2em;
	color: #000000;
	padding-right: 15px;
	padding-left: 15px;
}
h3 {
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 1.1em;
	color: #000000;
	padding-right: 15px;
	padding-left: 15px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a {
	text-decoration: none;
	color: #9D0000;
}
a:hover {
	color: #E30000;
}
.clear {
	display: block;
	clear: both;
	visibility: hidden;
}
.hidden {
	position: absolute;
	left: -2000px;
}
#wrapper {
	background-repeat: repeat-x;
	position: relative;
	min-height: 100%;
	min-width: 760px;
	margin-bottom: -120px;
	height: auto;
	background-image: url(../images/bg_wrapper.gif);
}
* html #wrapper
{
	height: 100%;
}
#wrapper #head {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 215px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 15px 61px;
}
#wrapper #head #versetto {
	text-align: right;
	position: absolute;
	top: 50px;
	right: 0px;
	width: 365px;
}
#wrapper #head #versetto h1 {
	margin-bottom: 0px;
	font-size: 0.9em;
	background-image: none;
}
#wrapper #head #versetto .vers_min {
	font-size: 0.8em;
	font-style: italic;
}
#wrapper #main {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-bottom: 1em;
}
#wrapper #main #column {
	float: right;
	width: 246px;
	position: relative;
}
#wrapper #main #column .menu {
	margin-bottom: 1em;
	list-style-image: url(../images/ico_list_menu.gif);
	padding-right: 15px;
	padding-left: 38px;
}
#wrapper #main #column .menu li {
	padding-bottom: 0.5em;
}
#wrapper #main #column .menu a {
	font-size: 1.2em;
	color: #6A6A5E;
	text-decoration: none;
}
#wrapper #main #column .menu a:hover {
	color: #351E26;
}
#wrapper #main #column .h1_libri {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 2em;
	background-image: url(../images/bg_h1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 1.8em;
}
#wrapper #main #column .img_libri {
	margin-left: 15px;
	display: block;
	margin-bottom: 1em;
}
#wrapper #main #content {
	float: left;
	width: 495px;
	position: relative;
}
#wrapper #main #content .img_right {
	background-color: #CECAC8;
	padding: 5px;
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}
#wrapper #main #content .img_left {
	background-color: #CECAC8;
	padding: 5px;
	float: left;
	margin-bottom: 1em;
	margin-right: 1em;
}
#wrapper #main #content a img {
	vertical-align: text-bottom;
	padding-right: 5px;
}
#wrapper #main #content .separatore {
	background-image: url(../images/bg_h1.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#wrapper #main #content .lista_articoli {
	padding-right: 15px;
	padding-left: 40px;
	list-style-image: url(../images/ico_leggi_articolo.gif);
}
#wrapper #main #content .lista_articoli li {
	padding-bottom: 0.5em;
}
#wrapper #main #content .lista_articoli a {
	font-size: 1.1em;
	font-weight: bold;
}
#wrapper #main #content label {
	float: left;
	width: 80px;
}
#wrapper #clearfooter {
	clear: both;
	height: 120px;
}
#footer {
	position: relative;
	width: 100%;
	min-width: 760px;
	height: 120px;
	clear: both;
	background-color: #9D0000;
}
#footer #footer_content {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	position: relative;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#footer #footer_content #loghi_left {
	position: absolute;
	top: 20px;
	left: 50px;
}
#footer #footer_content #loghi_right {
	position: absolute;
	top: 20px;
	right: 50px;
}
#footer #footer_content #loghi_right img {
	padding-left: 20px;
}
#footer #footer_content p {
	margin-right: 70px;
	margin-left: 70px;
}
#footer #footer_content a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer #footer_content a:hover {
	color: #FFCC66;
}
#footer #footer_content .separatore {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
