body {
	font: 12px Helvetica, Arial, sans-serif;
	color: #111;
	background: #000 url(images/bg-body.jpg) no-repeat left top;
}
h2, h3, h4, h5, h6 {
	color: #A83A10;
	padding: 0;
	margin: 0;
}
p {
	line-height: 1.5em;
}
label {
	width: 120px;
	float: left;
}
a {
	background-color: #A83A10;
	color: white;
	padding: 1px;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	background-color: #ccc;
	color: #A83A10;
}
input.button {
	margin-left: 120px;
	display: block;
}
#wrapper {
	margin: 93px 0 0 125px;
	width: 740px;
	height: 520px;
	border: 0 solid #111;
	background: white;
}
#header h1 {
	position: absolute;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 220px;
	height: 119px;
	background: transparent url(images/header.png) no-repeat left top;
}
#header h1 a {
	width: 220px;
	height: 119px;
	display: block;
	background: transparent url(images/header.png) no-repeat left top;
}
#content {
	float: right;
	padding: 0;
	margin: 0;
	width: 520px;
	background: white;
	border-left: 0 solid #111;
	}
#biografia #wrapper {
	height: 150em;
}
#mostre #wrapper {
	height: 70em;
}
#content .inner {
	padding: 5px 10px;
	margin: 0;
	}
#content img {
	padding: 0;
	margin: 0 0 10px 10px;
	float: right;
	border: 0 solid black;
	}
#sidebar
{
	padding: 0;
	float: left;
	width: 215px;
	background: transparent;
}
#sidebar ul
{
	padding: 140px 0 0 0;
	margin: 0;
	list-style: none;
	width: 215px;
}
#sidebar li {
	margin: 0;
	padding: 0;
}
#sidebar ul li a {
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	width: 215px;
	height: 35px;

}
a#hp {
	background: url(images/menu-home.png) 0 0 no-repeat;
}
a#gall {
	background: url(images/menu-gall.png) 0 0 no-repeat;
}
a#mos {
	background: url(images/menu-mos.png) 0 0 no-repeat;
}
a#bio {
	background: url(images/menu-bio.png) 0 0 no-repeat;
}
a#cont {
	background: url(images/menu-cont.png) 0 0 no-repeat;
}
a#hp:hover {
	background: url(images/menu-home.png) 0 -60px no-repeat;
}
a#gall:hover {
	background: url(images/menu-gall.png) 0 -60px no-repeat;
}
a#mos:hover {
	background: url(images/menu-mos.png) 0 -60px no-repeat;
}
a#bio:hover {
	background: url(images/menu-bio.png) 0 -60px no-repeat;
}
a#cont:hover {
	background: url(images/menu-cont.png) 0 -60px no-repeat;
}
#home a#hp {
	background: url(images/menu-home.png) 0 -60px no-repeat;
}
#galleria a#gall {
	background: url(images/menu-gall.png) 0 -60px no-repeat;
}
#mostre a#mos {
	background: url(images/menu-mos.png) 0 -60px no-repeat;
}
#biografia a#bio {
	background: url(images/menu-bio.png) 0 -60px no-repeat;
}
#contatti a#cont {
	background: url(images/menu-cont.png) 0 -60px no-repeat;
}

