/* created dwebonline.it ::: Project aiadilazzaro.it */

body {
	background-color: #E1E1E1;
	font-size: 13px;
	font-family: "Bookman Old Style", "Book Antiqua";
	color: #4D6185;
	text-align: center;
	margin: 0px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
	text-align: center;
}
a, a:link, a:visited {
	color: #4D6185;
	text-decoration: none;
}
a:hover {
	color: #4D6185;
	text-decoration: underline;
}
/* div struttura */

#header {
	margin-top: 10px;
	width: 720px
	height: 100px;
}
#container {
	background-color: #e5efce;
}
#navbar {
	clear: both;
	background-color: #4a5f5f;
	color: #ffffff;
	height: 22px
}
#content {
	clear: both;
	background-color: #e5efce;
}
#footer {
	clear: both;
	background-color: #A6112F;
	color: #ffffff;
	height: auto;
}

/* struttura div content */

#leftcol {
	float: left;
	margin-left: 90px;
	height: auto;
	width: 200px;
	background-color: #e5efce;
	border-right: 1px dashed #4a5f5f;
	vertical-align: text-bottom;
}
#central {
	float: left;
	width: 400px;
	background-color: #e5efce;
	padding: 2px;
	text-align: justify;
}

/* Definizione delle classi */
.imgdecorative {
	padding: 6px;
	background: #F0F0F0;
	border: 2px solid #E1E1E1;
	margin: 10px;
}

/* Definizione dei links */
#navbar a, a:link a:visited {
	color: #ffffff;
	text-decoration: none;
}
#navbar a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#footer a, a:link a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Definizione delle tabelle */
table {
	border: 1px solid #006699;
}
tr {
	border: 1px solid #CCCCCC;
}
td {
	border: 1px solid #CCCCCC;
	width: auto;
}
