/*layout */

body {
	font-family:"Comic Sans MS", Arial, Geneva;
	background-color: #000;
	background-image:url(../immagini/wrapper.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-size: 100%;
	color:#000;
	margin:0;
}

#wrapper {
	height:auto!important;
	width: 100%;
}

#header {
	width:960px;
	margin:0 auto;
	height:155px;
}

#menu {
	width:960px;
	margin:0 auto;
	height:60px;
}

#container {
	position:relative;
	width:920px;
	margin:0 auto;
	padding:20px;
	min-height:400px;
	background-image:url(../immagini/container.png);
	background-position: top center;
	background-repeat:repeat-y;
	}
	
#left {
	position:relative;
	margin-right:270px;
	width:600px;
	min-height:400px;
}

#right {
	float: right;
	padding: 0px;
	width: 300px;
}

#footer {
	clear:both;
	width: 100%;
	margin-top:25px;
	text-align:center;
}

img {
	border:none;
}

/*menu */
#nav {
	float: left;
	width: 650px;
	margin:0 auto;
	padding:0 20px 0 0;
	list-style:none;
}

#nav li {
	float: left;
	margin:0;
	padding:0 2px 0 0;
}

#nav img {
	border:0;
}

#nav a {
	display:block;
}

#facebook {
	float:right;
	margin-right: 20px;
}

body#home #b-home a, #b-home a:hover {
	background:url(../immagini/pulsante_home2.png) top left repeat-x;
}

#b-home a{
	background:url(../immagini/pulsante_home.png) top left repeat-x;
}

body#bacheca #b-bacheca a, #b-bacheca a:hover {
	background:url(../immagini/pulsante_bacheca2.png) top left repeat-x;
}

#b-bacheca a {
	background:url(../immagini/pulsante_bacheca.png) top left repeat-x;
}

body#gallery #b-gallery a, #b-gallery a:hover {
	background:url(../immagini/pulsante_gallery2.png) top left repeat-x;
}

#b-gallery a {
	background:url(../immagini/pulsante_gallery.png) top left repeat-x;
}

body#mani #b-mani a, #b-mani a:hover {
	background:url(../immagini/pulsante_mani2.png) top left repeat-x;
}

#b-mani a {
	background:url(../immagini/pulsante_mani.png) top left repeat-x;
}
