/* PER LO STAFF DI POLOHOLDING */

/* ATTENZIONE!!NON MODIFICARE NIENTE A LIVELLO DI MISURE 
   E'INVECE POSSIBILE CAMBIARE I COLORI SENZA RISCHIARE
   DI COMPROMETTERE IL LAYOUT    */




/* AREA PAGINA,LINK E FONT GENERALI */

body {
	background-color:#ffffff;
	margin:0 10px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#545454;
	
	/* CODICE PER INSERIRE UNA BACKGROUND IMAGE
	
	background-image:url(images/backgrounds/main.jpg);
	background-position:center;
	background-repeat:repeat-y;
	
	*/
}

a {
	color:#999999;
}

a:hover {
	color:#0076b8;
	text-decoration:none;
}

textarea,input,submit {
	background-color:#eeeeee;
	color:#666666;
	padding:5px;
	border:none;
	margin:3px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	color:#000000;
	font-weight:normal;
}
img{
margin:0;
padding:0;
border:none;
}
/* AREA TITOLO */

#title {
	margin:0 auto 0 auto;
	text-align:center;
	margin-bottom:2px;

}

#title p {
	font-variant:small-caps;
	letter-spacing:2px;
}
#bordo {
width:600px;
	margin:0 auto 0 auto;
	text-align:center;

border-bottom:1px dashed #eeeeee;
}
/* PROPRIETA' DELL'IMMAGINE DI TESTA */

#title img {
	border:none;
}

/* AREA DEL CONTENITORE DELLA PAGINA */

#container {
	width:600px;
	margin:0 auto 0 auto;
}

/* BARRA LATERALE */

#sidebar {
	width:200px;
	float:right;
}

#sidebar h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:right;
	font-size:150%;
	color:#0076b8;
	border-bottom:1px dashed #eeeeee;
}

#sidebar p {
	line-height:20px;
}


/* MENU */

#menu {
	text-align:right;
}

#menu a {
	color:#999999;
	background-image:url(images/backgrounds/a.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:15px;
	text-decoration:none;
}

#menu a:hover {
	color:#0076b8;
	background-image:url(images/backgrounds/a_hover.jpg);
}


/* AREA CONTENT */

#content {
	margin-right:220px;
	padding-right:20px;
	border-right:1px solid #cccccc;
	background-image:url(images/backgrounds/content.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

#content h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:left;
	font-size:150%;
	color:#0076b8;
	border-bottom:1px dashed #eeeeee;
	padding-top:15px ;
	padding-top:0;

}



#content p {
	line-height:20px;
	text-indent:15px;
}

#content ol,ul {
	line-height:25px;
}

#content li {
	list-style-image:url(images/backgrounds/li.gif);
}

/* AREA FOOTER */

#footer {
	width:580px;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
	border-top:1px dashed #cccccc;
}


