body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #fcc;
	margin: 0;
	color: #000;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F3c;
}

#container {
	width: 100%;
}

#head {
	width: 100%;
	height:120px;
	margin-top: 20px;
	background: #f9c;
	border-top: 1px solid #c69;
	border-bottom: 1px solid #c69;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#inhead {
	position: relative;
	width: 900px;;
	margin-right: auto;
	margin-left: auto;
	padding-left: 40px;
}
#txthead {
	position: relative;
	float: left;
	width: 200px;;
	margin-left: 30px;
	padding-left: 10px;
	margin-top: 14px;
	border-left: 1px solid #fff;
	color: #fff;
	font-size: 12px;
}
#sidebar {
	float: left;
	width: 120px;
	height: 220px;
	background: #ffffe7 url(images/menu.gif) bottom no-repeat;
}
#navigation {
	position: relative;
	float: left;
	width: 134px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11pt;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom-width: 1px solid #fcc;

}
#navigation a {
	color: #c9c;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #fcc;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #fcc;
}
#footer {
	clear: both;
	width: 100%;
	background: #f9c;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #c69;
	border-bottom: 1px solid #c69;	
	height: 18px;
	text-align: center;
	color: #ffffe7;
	font-size: 11px;
	padding-top: 1px;
}

#page-content {
	position: relative;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#index {
	float: right;
	width: 600px;
	height: 400px;
	text-align: left;
	margin-top:20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background: url(images/index.gif) no-repeat;
	color: #F3C;
	font-size: 12px;
}
#index2 {
	float: left;
	width: 290px;
	text-align: justify;
	padding-right: 10px;
}
#sono {
	float: right;
	width: 600px;
	height: 400px;
	text-align: left;
	margin-top:20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background: url(images/sono.gif) no-repeat;
	color: #F3C;
	font-size: 12px;
}
#studio {
	float: right;
	width: 600px;
	height: 400px;
	text-align: left;
	margin-top:20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background: url(images/studio.gif) no-repeat;
	color: #F3C;
	font-size: 12px;
}
#servizi {
	float: right;
	width: 600px;
	height: 400px;
	text-align: left;
	margin-top:20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background: url(images/servizi.gif) no-repeat;
	color: #F3C;
	font-size: 11px;
}
#dove {
	float: right;
	width: 600px;
	height: 400px;
	text-align: left;
	margin-top:20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background: url(images/dove.gif) no-repeat;
	color: #F3C;
	font-size: 12px;
}
#dove a {
	color: #F39;
	font-size: 12px;
	text-decoration: none;
}
#contatti {
	float: right;
	width: 600px;
	height: 400px;
	text-align: left;
	margin-top:20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background: url(images/contatti.gif) no-repeat;
	color: #F3C;
	font-size: 12px;
}
#contatti a {
	color: #F39;
	font-size: 12px;
	text-decoration: none;
}

