@charset "utf-8";
/* CSS Document */


/* standard elements */
html {
	min-height: 100%;
}
html, body, form, fieldset, div, span, table, tr, td, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	margin: 0;
	padding: 0;
}
a {
	color: #666666;
}
a:hover {
	color: #000000;
}

body {
	padding-left: 90px;
	background-image: url(immagini/body.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
p {
	padding-bottom: 1.2em;
}
h1 {
	color: #666;
	font-size: 3em;
	margin: 0px;
}
h2 {
	color: #666;
	font-size: 1.4em;
	margin: 0px;
}
h3 {
	color: #666;
	margin: 0px;
	font-size: 1.2em;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.player {
	border: 2px solid #CCCCCC;
	width: 448px;
}
.clearer {
	clear: both;
	font-size: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* structure */
#container {
	font-size: 1.3em;
}
/* content */
#content {
	position:relative;
	left: 220px;
	top: 0px;
	width: auto;
	padding-top: 50px;
	margin-right: 230px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
#content {
	background-repeat: no-repeat;
}
/* navigation */
#navigation {
	left: 0px;
	position: absolute;
	float:left;
	top: 0px;
	width: 210px;
	padding-top: 350px;
	background-color: #FFFFFF;
	background-image: url(immagini/sfondo_sx.gif);
	background-repeat: no-repeat;
	padding-left: 100px;
	font-size: 1em;
	font-weight: bold;
}
/* footer */
#footer {
	border-top: 1px dashed #333;
	color: #666;
	font: normal 0.9em sans-serif;
	width:auto;
	padding: 0px 10px
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}
#footer .left, #footer .right {
	padding: 10px 0;
}
#footer .right a {
	color: #777;
}
.style1 {color: #006699}
