/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	
	/* OPTIONAL BACKGROUND IMAGE
	
	background-image:url(images/backgrounds/main.jpg);
	background-position:center;
	background-repeat:repeat-y;
	
	*/
}

a {
	color:#999999;
}

a:hover {
	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:100
	%;
	color:#000000;
	font-weight:normal;
}

/* THE AREA THAT CONTAINS THE STONE IMAGE AND THE WEBSITE TITLE */

#title {
	margin:0 auto 0 auto;
	text-align:center;
	margin-bottom:25px;
}

#title p {
	font-variant:small-caps;
	letter-spacing:2px;
}

/* PROPERTIES OF THE HEADER IMAGE */

#title img {
	border:none;
}

/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */

#container {

	/*background-image:url(images/sottosfondo.gif);
	background-repeat:repeat-y; 
	background-position:right; */
	width:600px;
	margin:0 auto 0 auto;
	
		
	}

/* THE SIDEBAR WITHIN THE CONTAINER */

#sidebar {
	width:200px;
	float:right;
	margin-right:8px;
	
}

#sidebar h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:right;
	font-size:200%;
	color:#626477;
	border-bottom:1px dashed #aacafa;
	
	
}

#sidebar p {
	line-height:20px;
}


/* THE MENU */

#menu {
	background-image:url(images/sottomenu.gif);
	background-repeat:repeat-y;
	text-align:right;
	margin-top:5px;
	margin-bottom:5px;
}

#menu a {
	color:#000000;
	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:#1878E2;
	background-image:url(images/backgrounds/a_hover.jpg);
}


/* THE AREA NEXT TO THE SIDEBAR */

#immaginehome {
	margin-top:0px;
	width:340px;
	height:205px:
	}
	
#immaginedirettivo{
	margin-right:10px;
	margin-top:0px;
	width:140px;
	height:240px;
	float:left;
}

#immaginefoto{
	margin-right:10px;
	margin-top:0px;
	width:105px;
	height:150px;
	float:left;
}

#videoyoutube{
	margin-right:10px;
	margin-top:0px;
	width:340px;
	height:244px;
	float:left;
}


#didascalia{
	margin-right:10px;
	margin-top:5px;
	width:140px;
	height:50px;
	text-align:right;
	color:#57a4ca;
	}

#didascaliafoto{
	margin-right:10px;
	margin-top:5px;
	width:90px;
	height:50px;
	text-align:right;
	color:#57a4ca;
	}
	
#didascaliavideo{
	margin-right:10px;
	margin-top:5px;
	width:340px;
	height:50px;
	text-align:right;
	color:#57a4ca;
	}
	


#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:200%;
	color:#57a4ca;
	border-bottom:1px dashed #aacafa;
	padding-top:15px !important;
	padding-top:0;
	background-image:url(images/pul.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#content p {
	line-height:20px;
	text-indent:15px;
}

#content ol,ul {
	line-height:25px;
}

#content li {
	list-style-image:url(images/backgrounds/li.gif);
}

/* THE FOOTER */

#footer {
	width:580px;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
	border-top:1px dashed #cccccc;
}

