body {
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}

#bgarte {
	margin: 0px;
	background: url(../img/top_bg_bk.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}

p {
	line-height: 17px;
	margin: 11px 0 10px 0;
	padding: 0px;
}

h2 {
	color: #9f9f9f;
	margin:0px;
	padding:0px;
	font-size: 15px;
}

ul {
	font-size: 10px;
	margin:0;
	padding:0;
	list-style: none;
}

a {
	color: #9abb11;
}

a:hover {
	text-decoration: none;
}

blockquote{
	background: #F7FDE3;
	color: #606060;
	padding: 10px;
}


/**** Index & footer***/

#indexcontent{
       margin-left: auto;
       margin-right: auto;
       width: 600px;
	   height: 600px;
}

#indexleft{
	   margin-top:180px;
	   width: 260px;
	   position:absolute;
	  }

#indexright{
	   margin-top:180px;
	   margin-left:350px;
	   width: 260px;
	   position:absolute;
	  }

#footer {
	margin-left: auto;
    margin-right: auto;
	margin-top:-80px;
	text-align: center;
	border-top: dotted 1px gray;
	width:600px;
}




/**** Main Container ***/


#wrap {
       margin-left: auto;
       margin-right: auto;
       width: 730px;
	   height: 600px;
}


/**** Top ***/


#top {
	width: 100%;
	height: 88px;
	color: #676b4a;
	overflow:hidden;
}

#top h2 {
	color: White;
	letter-spacing: 3px;
	font-size: 2.4em;
	font-weight: normal;
	position: relative;
	margin: 0px;
	top:33px;
	display:block;
	float:left;
	background: url(../img/barretta.jpg) no-repeat;
	padding-left: 10px;
}

#top h2 a {
	color: white;
	text-decoration: none;
}

#top h2 a:hover {
        color: #ffffff;
}


/**** Main Menu ***/


#menu {
	display: block;
	float:right;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	white-space: nowrap;
}

#menu li a {
	display: block;
	height: 88px;
	width: 50px;
	border:none;
}

* html #menu a {width:1%;}

#menu li a:hover {
	background: url(../img/bg_menu.jpg);
}

#menu li a.current {
	letter-spacing: 1px;
	color: #fff;
	background: url(../img/bg_menu.jpg);
}

#menu li a.current:hover {
	color: #fff;
}


/**** Content Container ***/


#content {
	margin-top:250px;
	height:270px;
	width:700px;
	margin-left:25%;
}

#content h2 {
	margin: 0;
	padding: 10px 0 10px 0;
}


/**** Content ***/


#left ul {
	padding: 15px 0 15px 35px;
	margin:0;
}

#left li {
	margin-bottom:5px;
}

#left {
	position:absolute;
	width: 390px;
	float:left;
}

#leftright {
	position:absolute;
	width: 390px;
	float:right;
	padding-left:390px;
	}


/**** Sidebar ***/


#right {
	width: 315px;
	height: 400px;
	float: right;
	display:block;
	margin-top: 10px;

}

#right .box {
	width: 24em;/*280px*/
	height: 220px;
	overflow-y: none;
	background: #F6F9FB;
	padding:10px 10px 10px 10px;
	float: right;
}


#right .box h2 {
	font-size: 1.1em;
	margin: 0px 0 0px 0;
	padding:0px 0 5px 0;
}

#right .box a {
	margin: 10px 0 10px 0;
	color:  #676b4a;
	font-size: 10px;
}

#right .box a:hover {
	margin: 10px 0 10px 0;
	color: #000000;
	font-size: 10px;
}


#right .box p {
	margin: 5px 0 10px 0;
	line-height: 15px;
}

#right .box ul {
	padding: 0 0 7px 20px;
	margin:10px 0 10px 0;
}

#right .box li {
	margin-top:5px;
}

#nav{ list-style: none; margin: 2.0em 0; width: 25em; float: right;}
#nav li{ padding: 0; margin: 0; }
#nav a{
	display: block;
	height: 2.0em;
	padding: 0.3em 0.3em 0.3em 0.8em;
	border-bottom: 2px; /*solid #1a1a1a*/
	border-top: 2px; /*solid #1a1a1a*/
	color:  #676b4a;
	background-color: #F7F9FB;
	font-weight: bold;
	text-decoration: none;
	}

#nav a:hover{
	color: #000000;
	background-color: #fff;
	font-weight: bold;
	}	

/**** Clear Div ***/


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}




/*** lightbox per immagini***/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	