/*****************
COMMON STYLE
*****************/
*{
	padding:0px;
	border:0px;
	margin:0px;
	text-align: center;
}
/*****************
MAIN LAYOUT SECTION
******************/
/*body {
	background-color: #FF6600;
}*/
#container{
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bkg.jpg);
}
#menubar {
	float: left;
	width: ;
	margin-right: ;
	z-index: 1;
}
#creditsbar {
	position: absolute;
	height: 22px;
	width: 478px;
	z-index: 10;
}
#menu {
	width: 178px;
	height: 555px;
	top: 22px;
	position: relative;
}
#banner {
	margin-bottom: ;
	float: left;
	z-index: 1;
}
#fotobar {
	height: 315px;
	width: 752px;
	background-color: #FF6600;
	overflow: hidden;	
}
#slidebar {
	height: 18px;
	width: 752px;
	background-image: url(../images/pixel_slide.jpg);
}
#content {
	margin-top: 17px;
	width: 752px;
	float: left;
}
#viewbox {
 	width: 450px;	
	margin-top: 10px; 
	float: left;
}
#imgbox {
 	//position:absolute;
 	margin-left: -150 px;
	width: 302 px;
	height: 200 px;	
	margin-top: 0 px; 

}
#footer {
 	position: relative;
	clear: both;
	height: 22px;
	text-align: right;
}
#linee {
	clear: both;
	top: 5px;
}
/*****************
BOX SECTION
*****************/

#creditsbar img , #footer img{
	position: absolute;
	height: 22px;
	width: 22px;
	left: 0;
}
#disegno {
	margin-top:100px;
}
ul {
 	margin-top: 20px;
 	margin-left: 20px;
	list-style-type: none;
	text-align: left;
}
ul li {
	text-align: left;	
}

#viewbox .body{
 	margin-right:35px;
 	margin-bottom: 5px;
}
#linee .line_red {
	width: 302px;
	background-color: #cd4526;
	height: 5px;
	font-size: 2px;
	margin: 0 auto 0 628px;
}
#footer .credits {
	text-align: left;
	padding-left: 25px;
}
