body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}
a{
	text-decoration: none;
	color: #555555;
	cursor: pointer;
}
a:hover {
	color: #FFFFFF;
}
a.active, a.mainactive, a.chapactive {
	color: #FFFFFF;
	cursor: pointer;
}
#textcol {
	position: relative;
	height: 275px;
}
#logo {
	position: absolute;
	top: 75px;
	left: 0px;
	z-index: 1;
}
#menu {
}
#mainmenu {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#exitartlink img {
	vertical-align: middle;
	opacity: .325;
}
#exitartlink:hover img {
	opacity: 1;
}
#youtubelink img {
	vertical-align: middle;
	opacity: .325;
}
#youtubelink:hover img {
	opacity: 1;
}
#papocolo span {
	color: #FFCC00;
	opacity: .325;
}
#papocolo:hover span {
	opacity: 1;
}




/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
	background-color: #000000;
	font-size: 12px;
} 
 
#pagewidth{ 
 width:1000px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#leftcol{
 width:30%; 
 float:left; 
 position:relative; 
  }
 
#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:70%; 
 }
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
