/* Begin Typography & Colors */body {	font-size : 8.5pt;	font-family : Verdana, Arial, Helvetica, sans-serif;	background-color: #b7b7b7;	color: #d8d5db;	text-align: center;	line-height : 11px;	}#page {	background-color: #999999;	border: 2px solid #000000;	text-align: left;	}#header {			}	#content {  /* Per pagine con 2 colonne */		}	#contentfullpage {  /* Per pagine con nessuna colonna */	margin : 2px;	}#footer {	background-color: #000000;	}.description {	text-align: center;	text-decoration: none;	}a:link , a:visited , a:active {	color : #e6eaf0; 	text-decoration : none; } a:hover {	color : #d8d5db; 	text-decoration : none; }	/* End Typography & Colors *//* Begin Structure */body {	margin: 0;	padding: 0; 	}#page {	background-color: #999999;	margin : 0px auto;	padding: 0;	width: 760px;	border: 2px solid #000000;	}	#header {	padding: 0px;	margin: 0 auto;	height: 300px;	width: 100%;	background-color: #000000;	border-bottom-color : #000000;	border-bottom-width : 1px;	border-bottom-style : solid;	}#headerimg {	margin: 0;	height: 275px;	width: 100%;	background-image: url(http://www.onemorething.it/alias/System/Titolo.jpg); 	}	/* inizio - divisione per la pagina cast ed episodi */		#lateralsx {    padding: 0.3em;    margin-left: 0px;    width: 185px;    float: left;    } #lateraldx {     padding: 0.2em;   margin-left: 190px;    }  /* fine */	  /* inizio  - sottodivisione di lateraldx per il posizionamento delle scritte Episodio Successivo e Precedente, nella pagina Episodi*/	#sublateraldxmain { 	padding: 0 0 0 0px;	margin: 0 auto;	height: 20px;   	clear: both;   }#sublateralsx {    margin-left: 0px;    width: 185px;    float: left;    } #sublateraldx {     padding: 0.2em;   margin-left: 405px;    } /* fine */	  /* inizio  - divisione per la pagina index*/	 #mainsx { 	margin-top: 5px;   	margin-left: 0px;    	width: 410px;    	float: left;    } #maindx { 	margin-top: 5px;   	margin-left: 420px;    	width: 330px;   }#mainsotto {	padding: 0 0 0 0px;	margin-top: 5px;	height: 200px;	width: 756px;	clear: both;	} /* fine */	   /* inizio  - divisione per la pagina mail*/	#mailsx {    margin-left: 0px;    width: 480px;    float: left;    } #maildx { 	float: right;   	margin-right: 2px;   } /* fine */	 /* inizio  - divisione per la pagina download*/ .pdown { 	padding: 0px; 	margin: 0 auto; 	width: 750px; 	clear: both;	} 	.pdownsx { 	margin-top: 20px;	margin-bottom: 10px;	width: 70px; 	float: left; 	text-align: center;	} .pdowndx { 	width: 670px; 	float: right; 	margin-top: 20px;   	margin-right: 2px;	} /* fine */	 /* inizio  - divisione per la pagina pub*/ .ppub { 	padding: 0px; 	margin: 0 auto; 	width: 750px; 	clear: both;	} 	.ppubsx { 	margin-top: 20px;   	margin-bottom: 10px;  	width: 150px;   	float: left;   	text-align: center;   } .ppubdx { 	width: 590px; 	float: right; 	margin-top: 20px;   	margin-right: 2px;   	margin-bottom: 10px;   } /* fine */	 #footer { 	padding: 0px; 	margin: 0 auto; 	height: 40px;	width: 760px; 	clear: both;	border-top: 1px solid #000; 	} 	#footsinistra {	float: left;	width: 210px;	margin-left: 9px; 	margin-top: 2px; 	}#footdestra {	float: right;	width: 520px;	margin-top: 9px;		}#footdestrasx {	float: left;	width: 340px;		}#footdestradx {	float: right;	width: 180px;	}		/* End Structure *//*	Begin Headers */.description {	text-align: center;	}	.center {	text-align: center;	}	.picture {	text-align: center;	}	.bordato {	border: 5px solid #FFFFFF;	}#lateraldx img.foto	{	border: 5px solid #FFFFFF;	float:right;	margin-top: 10px;	margin-right: 5px;	margin-bottom: 5px;	margin-left: 7px;	}	/* End Headers *//* Begin Images */p img {	padding: 0;	max-width: 100%;	}/*	Using 'class="alignright"' on an image will (who would've	thought?!) align the image to the right. And using 'class="centered',	will of course center the image. This is much better than using	align="center", being much more futureproof (and valid) */	img.centered {	display: block;	margin-left: auto;	margin-right: auto;	}	img.alignright {	padding: 4px;	margin: 0 0 2px 7px;	display: inline;	}img.alignleft {	padding: 4px;	margin: 0 7px 2px 0;	display: inline;	}.alignright {	float: right;	}	.alignleft {	float: left	}	.aligncenter {	text-align: center;	margin: 10px 0 10px 0;	}/* End Images */hr {	display: none;	}a img {	border: none;	}/* Begin Menu */#navlinks { 	width: 760px;	}			#sectionlinks {	font-size : 8.5pt;	font-family : Verdana, Arial, Helvetica, sans-serif;	line-height : 11px;	position: absolute;	left: 50%;	top: 282px; /* alter this to change the position of the menu bar*/	width: 760px; /* alter this to change the width of the menu area */	margin: 0 0 0 -380px; /* il valore con meno mi dice quanto bordo dare sulla sx */	padding: 0px;	text-align: left;	}	#sectionlinks li {	display: inline;	margin: 0;	padding: 0;	/* Internet Explorer fix - just uncomment the line below */	/* height: 25px; */ 	}#sectionlinks a {	padding: 5px 7px; /* il 7 e' la distanza fra una voce e l'altra nel menu */ 	height: 20px; 	text-decoration: none;	color: #FFFFFF;	}/* End Menu */
