
body 
{ 

	margin				: 0;
	background			: #632C05;
	font-family			: Garamond, Georgia, serif; 
	font-size			: 16px;
	color				: #000;	
	text-align			: center;
}

h1,
h2,
h3,
h4,
p
{
	margin				: 5px 0;
	padding				: 0;
}

div
{
	margin				: 0;
	padding				: 0;
}

.display_none,
hr
{
	display				: none;
}	

a:link,
a:visited
{
	border				: 0;
	color				: #913E18;
	font-weight			: bold;
	text-decoration			: none;
}

a:hover
{
	color				: #AE6335;
}

img
{
	border				: 0;
	margin				: 0;
	padding				: 0;
}

.clear
{
	clear 				: both;
	font-size			: 1px;
	line-height			: 0px;
}

#div_contenitore
{
	width				: 780px;
	background			: #DFCDBB;
	margin				: auto;

}

#div_contenitore_header
{
	width				: 780px;
	height				: 337px;
}

#div_contenitore_corpo
{
}

#div_col_sx
{
	float				: left;
	width				: 195px;
	border				: 0;
	margin				: 0;
	padding				: 0;
}

#div_col_dx
{
	float				: right;
	width				: 560px;
	margin-right			: 9px;
	text-align			: left;
}

#div_col_dx p
{
	text-align			: justify;
	color				: #523B26;
	line-height			: 22px;
}

#div_col_dx h2
{
	font-size			: 20px;
	color				: #632C05;
}

#div_contenitore_footer
{
	font-size			: 16px;
	padding				: 15px;	
}

#div_contenitore_footer a:link,
#div_contenitore_footer a:visited
{
	color				: #000;
	font-weight			: normal;
}

#div_contenitore_footer a:hover
{
	color				: #913E18;
	font-weight			: normal;
}

#div_contenitore_footer small.menu_footer
{
	font-family			: Arial, sans-serif;
	font-size			: 11px;
}

#div_contenitore_footer small.menu_footer span.selected
{
	color				: #913E18;
	font-weight			: bold;
	text-decoration		: underline;
}
#display_none
{
	display:none;
}