/*
	FileName ....... : Layout1Col.css
	TemplateName ... : Atmosfera 2
	Copyright ...... : 2012, ObjectWeb Srl - Tutti i diritti riservati
	Version ........ : 1.0.0
	Note ........... : CSS per layout a 1 colonna (Content)
*/



/* Layout a 1 colonna
------------------------------------------------------------------------------------------------- */
div#content {
   clear: both;
	margin: 0 10px;
   width: 960px;
}

div#utility {
   display: none;
}

div#sidebar {
   display: none;
}
/* ---------------------------------------------------------------------------------------------- */
