body
{	
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-image: url('../../../../images/public/template/sfondo_globale.jpg');
}

div#header
{
	background-image: url('../../../../images/public/template/intestazione.jpg');
	height: 137px;
}

div#container 
{
	width: 780px;
	left: 50%;
	margin-left: 390px;
	background-color: #6A3A07;
	float: left;
	left: 50%;
	margin-left: -391px;
	position: absolute;	
	border-left: 1px #996633 solid;
	border-right: 1px #996633 solid;
}

div#container_error
{
	width: 500px;
	left: 50%;
	margin-left: 391px;
	background-color: #6A3A07;
	float: left;
	left: 50%;
	margin-left: -250px;
	position: absolute;
	background-color: #444444;
	margin-top: 100px;
	font-size: 14px;
	border: 1px solid #000000;
	padding: 10px;
	text-align: center;
}

div#container_error h1
{
	color: #ffffff;	
}

div#container_error a
{
	color: #ffff00;	
}

div#container_error a:hover
{
	color: #ff0000;	
}

div#menu
{
	background-image: url('../../../../images/public/template/sfondo_menu.jpg');
	height: 33px;
	line-height: 36px;
}


h1
{
	padding: 0;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0;
	margin-bottom: -6px;
	font-size: 19px;
	color: #FFB000;	
	height: 39px;
}

h1.pageTitle
{
	margin-bottom: 10px;
	font-size: 21px;
	color: #FFB660;
}

div#menu_links
{
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	text-transform: uppercase;
	color: #94929A;
	position: absolute;
	top: 136px;
	left: 270px;
	width: 510px;
}

div#data
{
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFFs;
	position: absolute;
	top: 135px;
	left: 5px;
	width: 265px;
	text-align: left;
}

div#menu_links a
{
	color: #000000;
	text-decoration: none;
}

div#menu_links a:hover 
{
	color: #5E4635;
	text-decoration: none;
}

div#footer
{
	background-color: #996633;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 11px;
}


#page_content 
{
	background-color: #F8E7D3 !important;
	padding: 0.3em 0.3em 0.3em 0.3em;
	color: #920303;
}


.inner_content 
{
	// margin: 0.3em 0.3em 0.3em 0.3em;
}

.limiter
{
	// width: 270px !important;
}

.add_margin 
{
	// margin-top: 10px;
}


