body {
	color: gray;
	background: white;
	font-family: sans-serif;
	font-size: 11px;
}

h1 {
	margin: 0;
	font-size: 100px;
	line-height: 80px;
	font-weight: bold;
	font-variant: small-caps;
	color: white;
	border-left: 260px solid Darkorange;
}

h2 {
	font-size: 11px;
	color: lightgray;
	border-left: 260px solid white;
}

h3 {
	font-size: 18px;
	color: lightgray;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: Darkorange;
}

a:visited {
	text-decoration: none;
	color: Darkorange;
}

a:hover {
	
}

.delicious-posts {font-size: 14px;}
.delicious-posts ul, .delicious-posts li, .delicious-banner {margin-right: 20px; padding-bottom: 20px;}
.delicious-post {}
.delicious-odd {}
.delicious-banner a {}
.delicious-posts a:hover { }
.delicious-posts a { color: Darkorange; font-weight: bold; text-decoration: none; display: block;}
.delicious-post a {}


div {
	
}

#pagina {
	width: 980px;
	margin: 0 0 0 20px;
}

#sopra {
	text-align: left;
	font-size: 9px;
}

#intestazione {
	background-image: url('estate-b.png');
	background-repeat: no-repeat;
	background-position: right;
	background-color: Darkorange;
}

#intestazione a:link {
	color: Yellow;
}

#intestazione a:visited {
	color: Yellow;
}

#contenitore {
	
}

#sinistra {
	float: left;
	width: 240px;
	background-color: yellow;
}

#centro {
	float:left;
	width: 550px;
	height: 1600px;
}

#destra {
	float:right;
	width: 180px;
}

#sotto {
	clear: both;
	text-align: center;
}

#piede {
	text-align: center;
	font-size: 9px;	
}

#chisiamo {
	margin-bottom: 20px;
	background-color: #eee;
}

#contatti {
	margin-bottom: 20px;
	background-color: #eee;
}

.link {
	color: Darkorange;
}

.simbolo {
	color: Darkorange;
	font-size: 140px;
	margin-top: 80px;
}

.mini {
	color: yellow;
	font-size: 40px;
	font-weight: bold;
	font-variant: small-caps;
}

.descrizione {
	color: gray;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}

form {padding: 0;margin: 0;}

label {}

input,textarea,select {color: gray;background: white;border: 1px solid lightgray;}

input:focus,input:hover,textarea:focus,textarea:hover,select:focus,select:hover {color: #000;background: Yellow;border: 1px solid lightgray;}

input.noBorder,input:focus.noBorder,input:hover.noBorder {padding: 0;border: 0;}

input.button {cursor: pointer;color: white;background: lightgray;border: 1px solid gray;}

input.radio {background: none;border: 0px;}

