

/* STANDARD TAGS */
body {
	background-color: #FFF2C3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0px 0px 20px 0px;
	color: #555555;
	line-height: 16px;
	background-image: url(../images/bkg.gif);
	}
h1, h2, h3 {
	font: Georgia, Arial, Helvetica, sans-serif;
	}
h1 {
	font: bold 18px;
	color: #660000;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 5px 10px;
	border-bottom: 3px solid #f5e1b4;
	}
h2 {
	font: bold 16px;
	color: #660000;
	margin: 6px 0px 6px 0px;
	padding: 0px 0px 3px 10px;
	font-style: italic;
	}
h3 {
	font: bold 14px;
	color: #DAA870;
	margin: 6px 0px 6px 0px;
	padding: 0px;
	}
p {
	padding: 0px 0px 5px 0px;
	margin: 0;
	}
a:link, a:visited {
	color: #660000;
	text-decoration: none;
	}
a:hover, a:visited:hover {
	color: #555555;
	font-style: italic;
	}
ul {
	margin: 0;
	padding: 10px 0px 10px 20px;
	}
ul li {
	list-style: none;
	line-height: 120%;
	text-indent: 10px;
	background: url(images/bull1.gif) left no-repeat;
	}
img {
	border: none;
	}
blockquote {
	margin: 15px 30px 15px 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}



/* STRUCTURE CLASSES */
#mainDiv {
	position: relative;
	width: 750px;
	height: auto;
	text-align: left;	/* align left to fix the previous IE css bug */
	margin: 5px auto 5px auto;		/* 5px margin top/bottom, auto margin for left/right */
	text-align: left; 	/* ripristinato allineamento del testo */
	background-color: #FFF2C3;
}

#header {
	clear: both;
	background-image: url("../images/header.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	height: 205px;
}

#content {
	float: left;
	width: 540px;
	padding: 5px 10px 0 5px;
	text-align: justify;
	border-right: 3px solid #f5e1b4;
 	overflow: hidden;
}
#content p img {
	float: left;
	padding: 3px 5px 5px 0;
}

#rightBox {
	margin: 0px; 
	padding: 0px;
	float: right;
	width: 130px;
	background-color: #FFF2C3;
	margin: 0;
	text-align: left;
	color: #A53822;
}
#rightBox h2 {
	font: bold 12px Georgia, Arial, Helvetica, sans-serif;
	padding: 10px 0px 10px 0px;
	margin: 0;
}
#rightBox ul {
	margin: 0;
	padding: 0px 0px 10px 0px;
}

#footer {
	position: relative;
	clear: both;
 	width: 745px;	 
	margin: 0px 0px 0px 0px;
	background-color: #FFF2C3;
	height: 20px;
	text-align: center;
	padding: 10px 0 10px 0;
	border-top: 3px solid #f5e1b4;
}


/* NAVIGATION CLASSES */
#navigation
{
	float: left; 
	width: 100%;
	margin: 0px 0px 20px 0px;
	}
#navigation ul { 
	margin: 0; 
	padding: 0; 
	float: left; 
	margin-left: 50px; 
	margin-right: 50px; 
	}
#navigation li { 
	float: left; 
	list-style-type: none; 
	}
#navigation a
{
	float: left;
	display: block;
	padding: 5px 10px 5px; 
	border-bottom: 3px solid #f5e1b4;
}
#navigation a:link, #navigation a:visited 
{ 
	color: #660000; 
	}
#navigation a:hover, #navigation a:active 
{ 
	color: #555555; 
	border-bottom-color: #555555; 
	}
#navigation li#active a 
{ 
	color: #990000; 
	border-bottom-color: #990000; 
	}


/* GENERIC CLASSES */
.imgborder {
	border: 1px solid #000000;
	}
.hr {
	background: url("images/hr.gif") bottom repeat-x;
	border: none;
	margin: 5px 0px 5px 0;
	padding: 0;
	height: 2px;
	font-size: 0px;
	}
.imgleft {
	float: left;
	padding: 0px 10px 10px 0px;
	}	
.imgright {
	float: right;
	padding: 0px 0px 10px 10px;
	}
.thumbs {
	margin: 2px;
	}

/* useful small classes */
.width100 	{ width: 100%; } 
.width75 		{ width: 75%; } 
.width50 		{ width: 50%; } 
.floatLeft 	{ float: left; } 
.floatRight { float: right; } 
.alignLeft 	{ text-align: left; } 
.alignRight { text-align: right; } 

