body{
	background: #29281e url(img/background.jpg) no-repeat top;
	margin: 0;
	text-align: center;
	padding: 0;
}
/*---------------------------------------------------------------------------*/
img{ border: 0; margin: 0; padding: 0; }

#bottom-content{
	height: 63px;
	/*border: 1px solid white;*/
	margin: 0px 138px 0px 153px;
}

#top-content{
	/*width: 698px;*/
	height: 28px;
	/*border: 1px solid green;*/
	margin: 0px 138px 0px 153px;
}

#center-content{
	height: 402px;
	width: 698px;
	/*border: 1px solid red;*/
	margin: 0px 138px 0px 153px;
	text-align: left;
	overflow: auto;
	color: #90876d;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#container{
	width: 989px;
	height: 754px;
	background: yellow;
	margin: 0 auto 0 auto;
	background: url(img/background-container.jpg);
}

#empty-top{
	height: 180px;
	width: 989px;
	position: relative;
}
/*------------MENU-----------*/
#menu{
	display:block;
	height:30px;
	width: 259px;
	margin:0;
	padding: 0;
	position: absolute;
	top: 104px;
	right: 158px;
}
#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu li {
	float:left;
	margin:0px;
	display:block;
	width:60px;
	height: 30px;
	background: red;
}

#menu li.index{
	background: green;
	width: 60px;
	height: 30px;
	background: url(img/home_button.jpg);
}

#menu li.gallery{
	background: green;
	width: 60px;
	height: 30px;
	background: url(img/gallery_button.jpg);
}

#menu li.bio{
	background: url(img/bio_button.jpg);
	width: 37px;
	height: 30px;
	background-repeat: no-repeat;
}

#menu li.link{
	background: url(img/link_button.jpg) no-repeat;
	width: 42px;
	height: 30px;
}

#menu li.contact{
	background: green;
	width: 60px;
	height: 30px;
	background: url(img/contact_button.jpg);
}


#menu a {
	display:block;
	width:60px;
	height:30px;
	text-decoration:none;
	overflow:hidden;
	white-space: nowrap;
	text-indent: -500px;
}

/*
a.index {
	background: url(img/home_button.jpg);
}
a.gallery {
	background: url(img/gallery_button.jpg);
}
a.bio {
	background: url(img/bio_button.jpg);
}
a.link {
	background: url(img/link_button.jpg);
}
a.contact {
	background: url(img/contact_button.jpg);
}*/
/*---------------------------------------------------------------*/

#img-home{
	width: 345px;
	height: 402px;
	float: left;
}

#news-side{
	width: 350px;
	height: 402px;
	float: right;
	
}

#news-side h1{
	margin: 0 0 0 10px;
	padding: 0;
	background: url(img/titolo-news.jpg);
	width: 325px;
	height: 55px;
	overflow: hidden;
	text-indent: -800px;
}
#news-side p{
	color: #766f5d;
	padding: 0 5px 0 5px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#news-side hr{
	width: 50px;
	height: 50px;
	background-image: url(img/break-news.gif);
}
/*#news-box{*/
#mycustomscroll{
margin: 10px 10px 10px 30px;
	/*margin: 10px;*/
	height: 327px;
	overflow: auto;
	position: relative;
	padding: 0;
	/*background: gray;*/
}
#data-news{
	color: #766f5d;
	font: 9px "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 5px;
}
#tit-news{
}
p{
	margin:0;
	padding: 0;
	margin-left: 17px;
	margin-right: 17px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:focus {
	color: #90876d;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #635d4d;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	
}
p.testo_link{
	margin:0;
	padding: 0;
	color: #90876d;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

