/* CSS Document */


	* {
		margin:0;
		padding:0;
	  }
	  
	  
	  
	body {
		background:#626262;
		font-family:"Times New Roman", Times, serif;
		font-size:14px;
		color:#434343;
	  }
		
		
		
	#container {
		background:url(../img/container.jpg) top left repeat-y;
		width:774px;
		margin:0 auto;
	  }
	
	#header {
		width:774px;
		height:157px;
		background:url(../img/head.jpg);
	  }
	  
	#navbar {
		width:774px;
		height:37px;
		background:url(../img/navbar.jpg);
	  }
	  
	  
	#header_bottom {
		width:774px;
		height:99px;
		background:url(../img/head_bottom.jpg)
	}
	
	#title_intro { width:774px; height:55px; background:url(../img/ttl_introduzione.gif); }
	#title_prologo { width:774px; height:55px; background:url(../img/ttl_prologo.gif); }
	#title_capitolo1 { width:774px; height:55px; background:url(../img/ttl_capitolo1.gif); }
	#title_capitolo2 { width:774px; height:55px; background:url(../img/ttl_capitolo2.gif); }
	#title_capitolo3 { width:774px; height:55px; background:url(../img/ttl_capitolo3.gif); }
	#title_info { width:774px; height:55px; background: url(../img/ttl_info.gif); }
	#title_bio { width:774px; height:55px; background: url(../img/ttl_bio.gif); }
	
	#content {
		width:774px;
		background:url(../img/content.jpg) no-repeat;
		padding-top:30px;
	  }

	#content_footer {
		width:774px;
		height:81px;
	  }

	#content_footer img {
		margin:0;
		padding:0;
		vertical-align:bottom;
	  }	  
	  
	  
	#footer {
		width:774px;
		height:37px;
		background:url(../img/footer.jpg);
	  }
	  
	  
	p {
		padding: 10px 110px;
	  }
	  
	h6 {
		padding: 10px 110px 35px 110px;
		font-family:"Times New Roman", Times, serif;
		font-size:14px;
		color:#434343;
		font-weight:bold;
		font-style:italic;
		text-align:right;
	  }
	  
	  
	.copyright {
		font-size:11px;
		font-weight:bold;
		font-style:oblique;
		color:#BBB;
		padding: 0 110px;
	  }  
	  
	.copyright a{
		color:#DDD;
		text-decoration:none;
	  }	  


	.comingsoon {
		font-size: 16px;
		font-style: italic;
		font-weight: bold;
	  }
	 
	 .clear { clear:both;}
	  
	#navcontainer { float:right; top:11px; position:relative; right:101px; }
	
	#navcontainer ul li { display: block; float:left; list-style: none; }
	  
	  
	  
	#navcontainer ul li a { display: block;	height: 13px; }
   	#navcontainer ul li a span { display: none; }
	
	#navcontainer ul li#introduzione a { width: 124px; 	background: url(../img/menu_introduzione.gif) no-repeat; }
 	#navcontainer ul li#introduzione   { width: 124px; 	background: url(../img/menu_introduzione.gif) no-repeat; background-position: 0 -13px; }
		
  	#navcontainer ul li#prologo a { width: 77px; 	background: url(../img/menu_prologo.gif) no-repeat; }
	#navcontainer ul li#prologo   { width: 77px;	background: url(../img/menu_prologo.gif) no-repeat;	background-position: 0 -13px; }	
	  
	  
  	#navcontainer ul li#capitolo1 a { width: 91px;	background: url(../img/menu_capitolo1.gif) no-repeat; }
  	#navcontainer ul li#capitolo1   { width: 91px; 	background: url(../img/menu_capitolo1.gif) no-repeat; background-position: 0 -13px; }		  

  	#navcontainer ul li#capitolo2 a { width: 95px;	background: url(../img/menu_capitolo2.gif) no-repeat; }
  	#navcontainer ul li#capitolo2   { width: 95px; 	background: url(../img/menu_capitolo2.gif) no-repeat; background-position: 0 -13px; }		  

  	#navcontainer ul li#capitolo3 a { width: 96px;	background: url(../img/menu_capitolo3.gif) no-repeat; }
  	#navcontainer ul li#capitolo3   { width: 96px; 	background: url(../img/menu_capitolo3.gif) no-repeat; background-position: 0 -13px; }		  

  	#navcontainer ul li#bio a 		{ width: 40x;	background: url(../img/menu_bio.gif) no-repeat; }
  	#navcontainer ul li#bio  		{ width: 40px; 	background: url(../img/menu_bio.gif) no-repeat; background-position: 0 -13px; }		  

  	#navcontainer ul li#info a 		{ width: 51x;	background: url(../img/menu_info.gif) no-repeat; }
  	#navcontainer ul li#info  		{ width: 51px; 	background: url(../img/menu_info.gif) no-repeat; background-position: 0 -13px; }		  

	  
	#navcontainer ul li#introduzione a:hover,
	#navcontainer ul li#prologo a:hover,
	#navcontainer ul li#capitolo1 a:hover,
	#navcontainer ul li#capitolo2 a:hover,
	#navcontainer ul li#capitolo3 a:hover,
	#navcontainer ul li#bio a:hover,
	#navcontainer ul li#info a:hover
	  { 
		background-image: none; 
	  }		  
	  
	 #form_container { position:relative; width:660px; height:400px;} 
	#form {left:150px; width:400px; float:left; }
	.textarea { width:220px;}
	.invia { border:#434343 1px solid; color:#434343; font-family:"Times New Roman", Times, serif; width:100px; height:25px; font-weight:bold; margin-left:110px;}
	#form_text { float:right; width:230px; top:0; position:absolute; right:10px; }
