/*** GENERALE ***/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #5a4a42;
	text-align: center;
	background: #dcdad9;
}

img {
	border: none;
}

.clear {
	clear: both;
	margin: 0;
}

h1 {
	color: #5a4a42;
	font: 24px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-indent: -500em;
}

h2 {
	color: #5a4a42;
	font: 18px Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
	text-indent: -500em;
}

h3 {
	color: #5a4a42;
	font: 18px Arial, Helvetica, sans-serif;
	margin: 15px 0 15px 0;
	padding: 0;
	
}

a, a:visited {
	text-decoration: none;
	color: #9a8579;
}

a:hover {
	text-decoration: none;
	color: #5a4a42;
}

div#logo {
	margin: 0 auto;
	padding: 30px 0 0 0;
	text-align: center;
}


/* CLASSI GENERALI */

.italic												{font-style: italic !important;}

.bold												{font-weight: bold !important;}

.underline											{text-decoration: underline !important;}

.uppercase											{text-transform: uppercase !important;}

.capitalize											{text-transform: capitalize !important;}

.lowercase											{text-transform: lowercase !important;}

.center												{text-align: center !important;}

.justify											{text-align: justify !important;}					

.textHiddenForImg									{display: none;}
