body {
	background : #41100c url(images/bg.jpg) no-repeat center top;
	background-attachment : fixed;
	padding : 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin : 0 auto auto auto;
	color : #fff;
}
body#index {
	background : #1f1f1f;
	background-attachment : fixed;
	padding : 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin : 0 auto auto auto;
	color : #fff;
}
img {
	border : none;
}
a {
	text-decoration : underline;
	color: #fff;
}
p {
	text-align : justify;
	line-height : 15px;
	padding : 5px 0 5px 0;
	font-size : 11px;
	margin : 0;
}
#main_container {
	width : 902px;
	height : auto;
	margin : auto;
	padding : 0;
/**	background : url(images/top_menu_bg.png) repeat-x center; */
  
}

#header {
	width : 902px;
	height : 109px;
	margin : auto;
}
.logo {
	padding : 15px 0 0 0;
	float : left;
	width: 220px;
}
#intro {
	position : absolute;
	left : 12%;
	top : 0;
	width : 934px;
	height : 541px;
	z-index : 1;
}
#entra {
	position : absolute;
	left : 388px;
	top : 373px;
	width : 151px;
	height : 87px;
	z-index : 2;
}
#menu_tab {
	width : 470px;
	float : left;
	padding : 0;
}
ul.menu {
	list-style-type : none;
	display : block;
	width : 470px;
	margin : auto;
	padding : 65px 0 0 0;
	background : none;
}
ul.menu li {
	display : inline;
	font-size : 13px;
	font-weight : bold;
	line-height : 28px;
}
ul.menu li.divider {
	display : block;
	float : left;
	width : 1px;
	height : 31px;
	padding : 0;
	margin : 0;
	background : url(images/divider.gif) no-repeat center;
}
a.nav:link, a.nav:visited {
	display : block;
	float : left;
	padding : 0;
	margin : 0;
	width : auto;
	margin : 0 14px 0 14px;
	text-align : center;
	text-decoration : none;
	
}
a.nav_selected:link, a.nav_selected:visited {
	display : block;
	float : left;
	padding : 0;
	margin : 0;
	width : auto;
	margin : 0 14px 0 14px;
	text-align : center;
	text-decoration : none;
	color : #b6362e;
}
a.nav:hover {
	color : #b6362e;
	text-decoration : none;
}
.search_tab {
	float : left;
	width : 200px;
	padding : 70px 0 0 0;
}
input.search {
	font-size : 10px;
	width : 150px;
	height : 20px;
	border : none;
	float : left;
	background-color : #890800;
	color : #d7d7d7;
	padding : 0 0 0 5px;
}
input.search_bt {
	float : left;
	padding : 0 0 0 5px;
}
.left_sidebar {
	width : 180px;
	float : left;
}

#main_content {
	width : 902px;
	clear : both;
	height : auto;
	margin : 20px 0 0 100px;
	
}
#center_content {
	width : 700px;
	float : left;
	height : auto;
	padding : 10px 0 30px 30px;
	border-left : 1px dashed #534846;
}
.title {
	clear : both;
	padding : 5px 0 10px 0;
	color : #ffffff;
	border-bottom : 1px dotted #fff;
	font-family : "Monotype Corsiva", Corsiva, "Lucida Handwriting", "Script MT Bold", "Brush Script MT", "Comic Sans MS", "Comic Sans", cursive;
	font-size : 20px;
}
.title a {
	color : #df6195;
	text-decoration : underline;
}

p.paragrafi {
	font-size : 13px;
	width : 95%;
	float : left;
	padding : 5px 10px 0 0;
	line-height : 17px;

}
p.paragrafi span {
	font-family : "Monotype Corsiva", Corsiva, "Lucida Handwriting", "Script MT Bold", "Brush Script MT", "Comic Sans MS", "Comic Sans", cursive;
	font-size : 20px;
	border-bottom : 1px dotted #fff;
}

.clear {
	clear : both;
}

#map {
width:240px;
color: #000;
float: right;
}

#indirizzo {
float: left;
}


#map{
	width: 400px; 
	height: 450px
	
}
#footer {
	width : auto;
	clear : both;
	padding : 15px 0 10px 0;
	margin : 20px 0 0 0;
	height : 60px;
	border-top : 1px solid #3a0f17;
	text-align : center;
	color : #73363c;
}
.left_footer {
	float : left;
	padding : 5px 0 0 10px;
	width: 100px;
}
.center_footer {
	color : #fff;
	float : left;
	padding : 10px 0 0 160px;
	width: 400px;
}
#footer a {
	text-decoration : none;
}
#footer a:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
.gallery{
	padding: 0 0 0 60px;
	width: 600px;
	overflow:auto
}
.gallery a {
	font-family:Verdana,Helvetica,sans-serif;
	font-size:10px;
	font-style:normal;
	line-height:1.4em;
	display:block;
	width:112px;
	height:119px;
	text-align:center;
	float:left;
	overflow:hidden;
	margin:15px;
	padding:1px;
	padding-top:5px;
	text-decoration:none;
	color:#666666;
	background-image:url("engine/images/back.png");
	opacity:0.87;
}

.gallery a:hover {
	opacity:1
}

/* fix ie png transparency isn't supporting alpha chanel */
.gallery a img {
	filter:alpha(opacity=87)
}

.gallery a:hover img {
	filter:alpha(opacity=100)
}

.gallery a img{
	border: none;
	height:100px;
	width:100px;

