html {
	overflow-y: scroll;
	scrollbar-face-color:#CFD9CE;
	scrollbar-highlight-color:#CFD9CE;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#CFD9CE;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#CFD9CE;
}
/* CSS Document */

.Stile17 {color: #FFFFFF}
.Stile20 {color: #FFFFFF}
.Stile21 {
	font-size: 14px;
	font-weight: bold;
}
.Stile22 {
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF
}
body {
	background-color:#CFD9CE;
	background-attachment:fixed;
	background-repeat:no-repeat;
	margin:13px;
	font-family: Arial, Verdana, Courier New, Courier, mono;
	font-size:11px;
	color:#7A7979;
	
	/* OPTIONAL BACKGROUND IMAGE
	
	background-image:url(images/backgrounds/main.jpg);
	background-position:center;
	background-repeat:repeat-y;
	
	*/
}
.wrap {
position:relative;
width:710px;
margin:0 auto;
padding:0 0 0 0;
text-align:center;
background: #ffffff url(images/logo.gif) no-repeat;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}
a {
	color:#5b8d58;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
}

textarea,input,submit {
	background-color:#eeeeee;
	color:#666666;
	padding:5px;
	border:none;
	margin:3px;
}

h1 {
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:200%;
	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:0px;
}

#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 {
	width:700px;
	margin:0 auto 0 auto;
}

/* THE SIDEBAR WITHIN THE CONTAINER */

#sidebar {
	width:215px;
	float:right;
	background: #FFDD00;
	margin:0 auto;
    padding:0 0 0 0;
}

#sidebar h1 {
	font-family: Arial, Verdana;
	text-align:right;
	font-size:200%;
	color:#FFFFFF;
	text-align: center;
	border-bottom:1px dashed #eeeeee;
}

#sidebar p {
	line-height:20px;
}


/* THE 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:#cccccc;
	background-image:url(images/backgrounds/a_hover.png);
}


/* THE AREA NEXT TO THE SIDEBAR */

#content {
	margin-right:220px;
	padding-right:10px;
	padding-left:20px;
	border-right:1px solid #cccccc;
	background-image:url(images/backgrounds/content.jpg);
	background-position:right;
	background-repeat:repeat-y;

}
#content h1 {
	font-family:Courier New, Courier, mono;
	text-align:right;
	font-size:200%;
	color:#FFDD00;
    padding-top:15px !important;
	padding-top:0;
	background-image:url(images/home.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#content h2 {
	font-family:Courier New, Courier, mono;
	text-align:right;
	font-size:200%;
	color:#FFDD00;
    padding-top:15px !important;
	padding-top:0;
	background-image:url(images/programma.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#content h3 {
	font-family:Courier New, Courier, mono;
	text-align:right;
	font-size:200%;
	color:#FFDD00;
    padding-top:15px !important;
	padding-top:0;
	background-image:url(images/archivio.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#content h4 {
	font-family:Courier New, Courier, mono;
	text-align:right;
	font-size:200%;
	color:#FFDD00;
    padding-top:15px !important;
	padding-top:0;
	background-image:url(images/luoghi.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#content h5 {
	font-family:Courier New, Courier, mono;
	text-align:right;
	font-size:200%;
	color:#FFDD00;
    padding-top:15px !important;
	padding-top:0;
	background-image:url(images/direzione.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#content h6 {
	font-family:Courier New, Courier, mono;
	text-align:right;
	font-size:200%;
	color:#FFDD00;
    padding-top:15px !important;
	padding-top:0;
	background-image:url(images/video.png);
	background-position:bottom 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:690px;
	margin:0 auto 0 auto;
	margin-top: 20px;
	padding:10px;
	text-align:center;
	background-image:url(images/footer.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	border-top:1px dashed #cccccc;
}

