@import url(_reset.css);
* {
	margin: 0;
	padding: 0;
}

#wrapper{
	width:800px;
	height:1500px;
	margin:0 auto;
	background:url(img_pages/eventi/wrapper_eventi.png) top no-repeat;
}

body {
	background: #470715;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#header{
	margin:auto;
	width:600px;
	height:200px;
	border:#c9a310 2px solid;
}
#content {
	margin-left:100px;
	margin-top:35px;
	border-top:#470715 1px solid;
    float:left;
	width: 600px;
	height:450px;
}

#content h1 {
	margin-left:10px;
	margin-top:10px;
	font-family:"Times New Roman", Times, serif;
	color:#470715;
	font-size:22px;
	
}
#content h2{
	margin-left:10px;
	margin-top:20px;
}
#content h2 a{
	font-family:"Times New Roman", Times, serif;
	color:#470715;
	font-size:14px;
	font-weight:bold;
	
}

#linkont{
	margin-top:40px;
}

#content p {
	margin-left:10px;
	margin-top:20px;
	font-family:"Times New Roman", Times, serif;
	color:#470715;
	font-size:14px;
	
}

#content p a{
color:#470715;
font-weight:bold;
}

#centerImage {
margin-top: 30px;
margin-left: auto;
margin-right: auto;
border:#c9a310 1px solid ;
width: 300px;
height: 400px;

}

#desc {
	text-align:center;
	margin-top: 15px;
	letter-spacing:-1px;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#470715;
}

#thumbsmenu {
	margin-top: 40px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	text-align: center;
}

#thumbsmenu a img {
	margin-left:10px;
	border: 1px solid #c9a310;
}

#thumbsmenu a:hover img {
	border: 1px solid #470715;
}


#menu ul li {
	display:inline;
	list-style: none;
	line-height: normal;
	float: left;
	list-style: none;
}

ul {
}


a {
	height:40px;
	width:100px;
	text-decoration: none;
	color: #000;
}

#menu {
	margin:auto;
	margin-top:20px;
	width:700px;
}


#menu a {
	display: block;
	font-weight: bold;
}

#home_li {
background:url(header/menu/home_in.png);
}
#chisono_li {
background:url(header/menu/chi_sono_in.png);
}
#opere_li {
background:url(header/menu/opere_in.png);
}

#tecnica_li {
background:url(header/menu/tecnica_in.png);
}

#eventi_li {
background:url(header/menu/eventi_in.png);
}

#contatti_li {
background:url(header/menu/contatti_in.png);
}

#links_li {
background:url(header/menu/links_ac.png);
}

#content_info{
	float:left;
	margin-top:50px;
	width:600px;
	height:250px;

}

#footer {
}