/* Foglio di stile www.aspencampofelice.it (c) k di Carolina Fagioli */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #c1eae5;
	color: #000;
	font-family: Arial, sans serif;
	font-size: 11px;
}

h1 {
	font-size: 140%;
	margin: 0 0 0 20px;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 120%;
}

p {

}

a {
	color: #000;
	font-weight: bold;
}

/* Definizioni dei Box */

div#contenitore {
	height: 500px;
	width: 674px;
	margin: 0 0 70px -385px; 
	padding: 160px 0 0px 0;
	position: absolute;
	left: 50%;
	border: 2px solid #637f87;
	border-width: 0 2px 0 2px;
    background: #d7f6ff url("../immagini/luciano.jpg") left bottom no-repeat;
}

body>div#contenitore {
	height: auto;
	min-height: 500px;
}

div#fondo {
	position: absolute;
	bottom: -25px;
	left: -2px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div#intestazione {
	position: absolute;
	top: 0;
	left: 0;
	height: 155px;
	/*background-image: url("../immagini/banner.gif");
	background-repeat: no-repeat;
	background-position: 85% 18%;*/
	margin: 0 115px 0 0;
	z-index: 5;
}

div.pulitore {
	clear: both;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

div#colonnasx {
	margin-right: 120px;
	margin-left: 40px;
	text-align: justify;
}

div#colonnadx {
	position: absolute;
	right: -70px;
	top: 0px;
	width: 175px;
	background: url("../immagini/col_dx.jpg") 93% 0 no-repeat;
	margin: 0;
	padding: 0;
	z-index: 1;
}

div#scia {
	position: absolute;
	left: 100px;
	top: 10%;
	width: 175px;
	height: 90%;
	margin: 0;
	padding: 0;
	background-image: url("../immagini/scia_dx.png");
	background-repeat: repeat-y;
	z-index: 1;
}

div#collegamenti {
	margin: 0;
	padding: 220px 0 0 0;
	/*background-image: url("../immagini/sito_sci.png");
	background-repeat: no-repeat;*/
	background-position: 70% 0;
	z-index: 10;
}

div#collegamenti a:link, div#collegamenti a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

div#collegamenti a:active, div#collegamenti a:hover {
	color: #f96611;
	text-decoration: none;
	font-weight: normal;
}

img#noi {
	border: 0;
	float: right;
	margin: 5px 10px;
}

div#collegamenti ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}

div#collegamenti h2 {
	margin: 0 0 0 100px;
	padding: 2px;
	font-size: 100%;
	background-color: #000;
	color: #f96611;
	text-align: right;
	letter-spacing: 0.12em;
}

div#collegamenti li {
	background-color: #000;
	color: #fff;
	margin: 10px 0 0 20px;
	padding: 2px;
}

ul.spazio {
	height: 300px;
}

img.dx {
	border: 1px solid #637f87;
	float: right;
	margin: 5px 10px;
	width: 200px;
	height: 150px;
}

img.sx {
	border: 1px solid #637f87;
	float: left;
	margin: 5px 10px;
	width: 200px;
	height: 150px;
}