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

#wrapper{
	width:800px;
	height:1200px;
	margin:0 auto;
	background:url(img_pages/chi%20sono/wrapper_short.png) top no-repeat;
	position:relative;
}

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

#content h1{
}
#menu ul li {
	display:inline;
	list-style: none;
	line-height: normal;
	float: left;
	width:100px;
	height:40px;
}

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 {
height:41px;
background:url(header/menu/home_ac.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_in.png);
}

#content_info{
	clear:both;
	margin:auto;
	margin-top:50px;
	width:600px;
	height:150px;

}

#portrait{
	height:350px;
	width:350px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	border:#c9a310 2px solid;
}

#Bdavid{
	float: left;
	height:250px;
	width:250px;
	margin-top:20px;
	margin-left:88px;
	border:#c9a310 2px solid;

}


#footer {
}