* {
	margin: 0;
	padding: 0;
}

body {
	font: 62.5% Verdana, Arial, Sans-Serif;
	color: #303030;
	background: #E0E0E0 url("pics/bk_m.gif") fixed repeat-x;
}

ul {
	list-style-type: none;
}


/* left */
#left {
	color: #303030;
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 280px; 
	height: 100%; 
	overflow: auto; 
	background: #E0E0E0 url("pics/bk_l.gif") fixed no-repeat;
}

body > #left {
	position: fixed;
}


/* menu */
#menu {
	font-weight: normal;
	text-align: right;
	width: 200px;
	margin: 192px 0 0 0;
}



#menu ul {
	font-size: 1.6em;
	font-weight: bold;
	display: block;
}

#menu li {
	color: #606060;
	background: inherit;
	padding: 0px 0;
}

#menu ul a {
	color:#606060;
	background: inherit;
	text-decoration: none;
}

#menu ul a:hover {
	color: #87170F;
	text-decoration: none;
	background: inherit;
}

#menu li.now {
	color: #87170F;
	background: inherit;
}

#menu li li {
	font-size: 0.5em;
	font-weight: normal;
	padding: 0;
}

#menu li li.now {
	color:#87170F;
	background: inherit;
}

#menu li li a {
	color: #606060;
	text-decoration: none;
	background: inherit;
}

#menu li li a:hover {
	color: #87170F;
	background: inherit;
	padding: 0 4px 0 0;
}

/* menu2 */
#menu {
	font-weight: normal;
	text-align: right;
	width: 200px;
	margin: 198px 0 0 0;
}



#menu2 ul {
	font-size: 1.6em;
	font-weight: bold;
	display: block;
}

#menu2 li {
	color: #606060;
	background: inherit;
	padding: 0px 0;
}

#menu2 ul a {
	color:#606060;
	background: inherit;
	text-decoration: none;
}

#menu2 ul a:hover {
	color: #87170F;
	text-decoration: none;
	background: inherit;
}

#menu2 li.now {
	color: #87170F;
	background: inherit;
}

#menu2 li li {
	font-size: 0.5em;
	font-weight: normal;
	padding: 0;
}

#menu2 li li.now {
	color:#87170F;
	background: inherit;
}

#menu2 li li a {
	color: #606060;
	text-decoration: none;
	background: inherit;
}

#menu2 li li a:hover {
	color: #87170F;
	background: inherit;
	padding: 0 4px 0 0;
}



/* main */
#header {
	color: inherit;
	height: 100px;
	width: 560px;
	background: #D6D6D6 url("pics/header.jpg");
	margin: 0 0 0 280px;
}


#main {
	color: inherit;
	width: 520px;
	padding: 1px 20px 1px 20px;
	margin: 0 0 0 280px; 
	background: #FAFAFA;
}

#main p {
	margin: 0 0 20px 0;
	font-size: 1.2em;
	line-height: 1.5em;
}

#main h3 {
	color: #87170F;
	font-weight: normal;
	font-size: 1.8em;
	letter-spacing: -1px;
	background: inherit;
	margin: 30px 0 10px 0;
}

#main a {
	color: #87170F; 
	text-decoration: none;
	background: inherit;
}

#main a:hover {
	color: #303030;
	text-decoration: underline;
	background: inherit;
}

#main img {
	color: inherit;
	background: #FFF;
	margin: 0 0 20px 8px;
	border: 1px solid #D0D0D0;
	padding: 1px;
}


#footer {
	color: inherit;
	text-align: center;
	width: 560px;
	margin: 0 0 0 280px; 
	padding: 10px 0 10px 0;
	background: #D3D3D3;
}

#footer p {
	margin: 4px 0 0 0;
}

#footer a {
	color: #87170F; 
	text-decoration: none;
	background: inherit;
}

#footer a:hover {
	color: #303030;
	text-decoration: underline;
	background: inherit;
}

#agenzie p {
	background: #F5EDEC;
	border-top: 1px solid #E7D1CF;
	border-bottom: 1px solid #E7D1CF;
	padding: 6px 40px;
}