
body 		{
					margin				:	0;
					padding				:	0;
					background			:	#333;
					color				:	#FFF;
					font-family			:	Arial, Helvetica, sans-serif;
					font-size			:	12px;
					text-align			:	center;
}

h3			{
					font-size			:	14px;
					line-height			: 	18px;
					margin				:	0px;
					padding				:	0px;
					text-align			:	left;
					color				:	orange;
					margin-bottom		:	10px;

}


p 			{
					font-size			:	12px;
					line-height			: 	18px;
					margin				:	0px;
					padding				:	0px;
					text-align			:	left;
					margin-bottom		:	10px;
}


#srl 		{
					color				:	#CCC;
					font-size			:	11px;
}


.cb 			{ 			
					clear				:	both; 
}

a				{
					color				:	#fe9007;
					text-decoration		:	none;
					font-weight			:	bold;
}


#pagina 		{
					text-align			:	center;
					width				:	780px;
					margin				:	0 auto;
					background			:	#333;
}

#f5-logopic 	{
					float				:	left;
					text-align			:	center;
					width				:	200px;
					height				:	120px;
}

#riferimenti	{
					float				:	left;
					text-align			:	left;
					width				:	400px;
					height				:	120px;
}

#f5-banda		{
					background-color	:	#FE9007;
					border-top			:	2px solid #000;
					border-bottom		:	2px solid #000;
					height				:	30px;
}

#contenuto		{
					padding				:	0px;
}

#galleria		{

					width				:	650px;
					height				:	490px;
					overflow			:	auto;
					margin				:	0 auto;
					border				:	1px solid #999;
					background-color	:	white;
					padding				:	10px;
}

#galleria img 	{
					margin				: 5px 5px;
}


