/* --------------------- */	
/* ------ GENERAL ------ */
/* --------------------- */	

html, body {
	color: #000;
	font-family: helvetica, arial sans-serif;
	font-size: 14px;
}

#wrapper {
}

/* ------------------ */	
/* ----- HEADER ----- */
/* ------------------ */	

#header-content {
	display: none;
}
	
/* ------------------- */		
/* ----- CONTENT ----- */
/* ------------------- */	

#content {
	font-size: 12px;
	line-height: 18px;
}

.firstalinea {font-weight: bold;}
.hiddenspan {display: none;}

/* -------------------- */	
/* --- LEFT CONTENT --- */
/* -------------------- */
	
#left-content h1 {
	font-size: 20px;
	margin: 0 0 15px 0;	
}
	
#left-content h2 {
	font-size: 16px;
	margin: 25px 0 10px 0;	
}

/* --------------------- */	
/* --- RIGHT CONTENT --- */
/* --------------------- */	
#right-content {
	display:none;
}

/* ------------------ */	
/* ----- FOOTER ----- */
/* ------------------ */	
#footer {
	display: none;
}

/* -------------------- */	
/* ----- META NAV ----- */
/* -------------------- */	
#meta-nav {
	display: none;
}
