/*******
* BODY *
********/
body {
	background: #F5F5DC url(../images/header.png) no-repeat;
	color: #666666;
	font-family: sans-serif;
	font-size: 12pt;
	text-align: center;
}

/*
#sfondo {
	background: url(../images/sfondo.png) no-repeat;
	position: fixed;
	margin-top: 140px;
	z-index:-1;
}
*/



#corpo {
	width: 950px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;

	text-align: left;
}



/*********
* HEADER *
**********/
#header {
	width: 950px;
	height: 80px;
	float:left;
}



/*******
* MENU *
********/
#menu {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}

#menu a {
	color: #1E60FF;
	font-size: 18pt;
	text-decoration: none;
	margin: 0px 10px;

	font-weight: bold;
	font-family: "sawasdee", sans-serif;
}

#menu a:hover {
	color: #808080;
}



/*******************
* COLONNA SINISTRA *
********************/
#colonna_sx {
	width: 600px;
	float: left;
	margin-top: 70px;
	border: 1px dashed #87CEEB;
	padding: 15px;
	line-height: 130%;
}

#colonna_sx h1 {
	line-height: 90%;
}



/*****************
* COLONNA DESTRA *
******************/
#colonna_dx {
	width: 250px;
	float: left;
	margin-top: 40px;
	margin-left: 30px;
	margin-right: 0px;
	padding: 15px;

	font-size: 11pt;
	line-height: 130%;
}

#colonna_dx h1 {
	color: #1E60FF;
	text-align: center;
}

#colonna_dx h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#colonna_dx h3 {
	font-family: monospace;
	font-size: 8pt;

	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}



/*********
* FOOTER *
**********/
#footer {
	text-align: center;
	padding: 15px;
	clear: both;
}

#footer img {
	border: 0px;
	vertical-align: middle;
}

#footer p {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}



/********
* ALTRO *
*********/
h1 {
	color: #1E60FF;
	font-family: "sawasdee", serif;
}

h2 {
	color: #1E60FF;
}

p {
	margin-bottom: 15px;
}

a {
	color: #1E60FF;
}

a:visited {
	color: #000080;
}

ul li {
	list-style-image: url('../images/bulb.png');
	margin: 0px;
}



/****************************************************
* CLASSE PER LA VISUALIZZAZIONE DI EVENTUALI ERRORI *
*****************************************************/
.errore {
	color: #DC143C;
	background-color: #FFD700;
	padding: 10px;
	font-family: monospace;
}

.errore code {
	text-decoration: underline;
}
