body {
	margin:0;
	padding:0;
	top:0;
	left:0;
	text-align:center;
	background-color:black;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
	color:#FFFF00;
}

a:hover {
	color:orange;
	text-decoration:none;
}

div h3 {
	color:#FFFF00;
	font-size:15px;
}

#content {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	text-align:justify;
}

#head {
	width:700px;
	height:155px;
	background-image:url('test/slices/images/heading.jpg');	
}

#head img {
	margin-top:27px;
	margin-left: 32px;
}

#menu {
	width:700px;
	height:60px;
	background-image:url('images/1menu_ft.jpg');
	text-align:center;
	padding:0;
}

#head2 {
	width:700px;
	height:286px;
	margin-top:10px;
	background-image:url('images/head2.jpg');
	background-position:center;
	background-repeat:no-repeat;

}

.head2_2 {
	float:left;
	width:340px;
	height:286px;
	padding-left:5px;
	padding-right:5px;
}

.head2_2 img {
	padding-left:3px; 
	padding-top:27px;
	width:333px;
	height:250px;
}

.articolo {
	background-image:url('images/articolo.jpg');
	width:680px;
	height:165px;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	font-size:12px;
}

.articolo img {
	margin-right:5px;
	margin-left:5px;
}

.articolo h3 {
	padding-top:5px;
	margin:0;
	margin-bottom: 10px !important;
	font-size:15px;
	float:left;
}

.articolo h3+span {
	margin-top: 7px; 
	color:orange; 
	font-weight:bolder; 
	font-size:13px; 
	float:right;
}

.articolo p.primop {
	margin-top:0;
	padding-top:0;
}

#articolo_int {
	margin-top:10px;
	width:700px;
	position:relative;
}

#art_cont {
	background-image:url('images/art_cont.jpg');
	background-repeat:repeat-y;
	width:670px;
	position:relative;
	padding-left:15px;
	padding-right:15px;
	margin:0;
}

#articolo_int #art_cont p {
	margin:0;
	font-size:12px !important;
}

#articolo_int #art_cont img {
	margin-left:10px;
	margin-right:10px;
}

#articolo_int #art_head h3 {
	padding-top:5px;
}

#art_foot {
	background-image:url('images/art_foot.jpg');
	position:relative; 
	bottom:0; 
	height:25px; 
	width:700px; 
	margin-top:0;
}

#art_head {
	background-image:url('images/art_head.jpg');
	position:relative; 
	top:0; 
	height:35px; 
	width:700px; 
}

#art_head h3 {
	text-align:center;
	padding-top:2px;
}

#foot {
	background-image:url('images/menu_ft.jpg');
	width:700px;
	height:60px;
	margin-top: 10px;
line-height:30px;
	font-size:x-small;
	text-align:center;
	color:#CCCCCC;
}

#foot ul {
	list-style: none;
border:0;
padding:0;
margin:0;
}

#foot ul li {
text-align:center;
}

#foot ul li img {
	border:none;
}

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



#menu ul li {	
	width: 90px;
	height: 35px;
	margin-top:15px;
	margin-left: 5px;
	list-style-type:none;
	display:block;
	float:left;
	}

	

 #menu ul li a {	
 	background-image:url('images/menu2.jpg');
	background-position:center;
	background-repeat:no-repeat;
	display: block;
	line-height:35px;
	text-decoration:none;
	font-size:small;
	color:white;
	}
	
 #menu ul li a:hover {	
  	background-image:url('images/menu.jpg');
	background-position:center;
	background-repeat:no-repeat;
	}


#gallery {
	width: 700px;
	height:550px;
	margin-top:10px;
}

#gallery ul {
	padding:0;
	margin:0;
}

#gallery ul li {
  	background-image:url('images/img.jpg');
	background-position:center;
	background-repeat:no-repeat;
	width:230px;
	height:170px;
	list-style-type:none;
	display:block;
	float:left;
	margin-left:2px;
	margin-top:2px;
}

#gallery ul li img{
	width:210px;
	margin-left:10px;
	height:150px;
	margin-top:8.5px;
	border:none;
}

div.modgal {
	float:left;
	margin-left:10px;
}

.hidd {
	display: none;
}

