@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

body {
	background-color: #666;
	text-align: center;
}


.main {
	font-size: 12px;
	margin-right: 25%;
	margin-left: 25%;
	height: auto;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	border: thin solid #333;
	background-color: #F60;
	font-weight: bolder;
	background-repeat: repeat-x;
	background-position: top;
	color: #FFF;
	text-align: left;
	background-image: url(images/gradient.png);
}
 ul {
	font-weight:bold;
	list-style-image:url(arrow%20box%20right16.png);
	color: #FFF;
}
li {
	font-weight:bold;
	margin-left:16px;
	padding-left: 16px;
	color: #F60;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #C63;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	font-style: oblique;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}
.liner{
	height: 1px;
	margin-bottom: 8px;
	background-position: left;
	background-repeat: no-repeat;
	margin-top: 4px;
	background-color: #900;
	}
.liner2{
	height: 1px;
	margin-bottom: 8px;
	background-color: #600;
	background-position: center;
	margin-top: 8px;
	}

#slideshow {
	position:relative;
	height:360px;
	float: left;
	width: 480px;
	margin-left: 8px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

.header {
	height: 128px;
	width: 800px;
	float: left;
}
.header img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

 a:link {
	line-height:normal;
	text-decoration:none;
	color: #F60;
}
a:visited {
	text-decoration:none;
	color: #FC0;
}
a:hover {
	text-decoration: none;
	color: #F60;

}
 a:active {
	text-decoration: none;
	font-size: 12px;
}

.button {
	height: auto;
	width: auto;
	float: left;
}

.logo {
	height: auto;
	width: auto;
	float: left;
}



.rightbar {
	height: 360px;
	width: 286px;
	float: left;
	background-color: #FF0;
	overflow: auto;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	background-position: top;
}
.rightbar img{
	margin-right: 8%;
	margin-left: 8%;
	}
.footer {
	background-image: url(images/gridpattern.gif);
	width: 800px;
	text-align: center;
	height: auto;
	padding-top: 2%;
	padding-bottom: 2%;
	color: #333;
	clear: both;
}

.central {
	float: left;
	height: auto;
	width: 766px;
	margin: 8px;
	padding: 8px;
	background-image: url(images/gradient.png);
	background-position: top;
	background-repeat: repeat-x;
}

.central .column {
	width: 220px;
	height: auto;
	float: left;
	margin-right: 8px;
	padding-right: 8px;
	padding-left: 8px;
	margin-left: 8px;
	font-size: 16px;
}
.central .columnsingle {
	width: auto;
	height: auto;
	border: thin none #CCC;
}

.central .columnsingle a:link {
	line-height:normal;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
}
.central .columnsingle a:visited {
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
}
.central .columnsingle a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #F90;
}
.central .columnsingle a:active {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
}
.central .columnsingle img {
	margin: 8px;
	border: 1px solid #FFF;
}
.tabella {
	height: 1px;
	margin-bottom: 8px;
	background-position: center;
	margin-top: 8px;
}
#calendar {
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
