/* A BIG IDEA :: by Payal Dhar (http://writeside.net/) 
Feel free to use or modify, but do keep the credit.*/

body {
	padding: 0;
	margin: 0;
	color: #454456;
	text-align: center;
	font: 1em Arial, Helvetica, sans-serif;
	background-color: #E5E4D0;
	background-image: url(images/fregio.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

/*Style for the page header */
#header	{
	position: relative;
	margin: 20px auto auto 220px;
	font-size: 5em;
	color: #777688;
	width: 750px;
} 
#navigazione	{
	position: relative;
	margin: 20px auto auto 220px;
	font-size: 13px;
	color: #8A8253;
	width: 750px;
	background-color: #E1DCBF;
	text-align: right;
}

#navigazione a, a:link	{
	margin:0;
	font-size: 110%;
	color: #B57115;
	}

#navigazione a:hover	{
	color: #EFE9ED;
	text-decoration: none;
	background-color: #935013;
}

/* Styles for the text area */
#text {
	position: relative;
	padding: 0;
	width: 750px;
	text-align: left;
	line-height: 1.25em;
	background-image: url(images/giustizia.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 20px auto auto 290px;
	
	}

a, a:link	{
	color: #B57115;
	text-decoration: none;
	display: inline;
	padding-top: 0;
	padding-right: 5;
	padding-bottom: 0;
	padding-left: 5;
	font-size: 90%;
	}
	
a:hover	{
	color: #3333FF;
	text-decoration: underline;
	}
	
p {
	margin: 0;
	padding: 5px;
	padding-left: 20px;
	
}

h1	{
	color: #898556;
	padding: 5px;
	margin: 20px 0;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #948845;
	font-family: Garamond, serif;
	font-size: 2em;
	filter: Shadow(Color=1, Direction=2);
	}
	
h2	{
	font:1.25em Garamond, serif;
	color: #777688;
	margin: 0;
	padding: 20px;
	}

/* Style for the footer */
#footer	{
	padding: 2px;
	font-size: 0.8em;
	width: 750px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 220px;
	}
.boxhome {
	background-color: #EFEDDE;
	border: 1px dashed #E1DDC2;
}

