/* CSS Document */
body {
    background: #ECECEC; 
    margin: 0;
    padding: 0;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
	background-image: url(../i/bg_bn.jpg);
	background-repeat: repeat-x;
}
a {
    color: #B6200B;
    text-decoration: none;
}
a:hover {
    background: #000;
    color: #fff;
}

#main {
	width: 545px; 
	margin: 0 auto;
	margin-top: 6px;
	background-color: #FFFFFF;
	border: 4px solid black;
}

#header {
	width: 545px;
	height: 300px;
	background-color: #FFFFFF;
	background-image: url(../i/strel08_header.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#bio {
	width: 545px;
	height: 66px;
	background-color: #FFFFFF;
	background-image: url(../i/3_4cose_tab.jpg);
	background-repeat: no-repeat;
	text-align: right;	
	clear: both;
}
#lavori {
	width: 545px;
	height: 61px;
	background-color: #FFFFFF;
	background-image: url(../i/lavori_tab.jpg);
	background-repeat: no-repeat;
	text-align: right;
	clear: both;
}

/* ---- Navigation --------------------------------------------*/	

#menu1 {
	width: 545px;
	height: 65px;
	background: url(../i/menu1_bg.png) no-repeat top center;
	}
		
#menu1 ul {
	border: 0;
	margin: 0;
	padding: 0px;
	list-style-type: none;
	}
#menu1 ul li {
	float: left;
	width: 33px;
	padding: 6px;
	margin: 5px 0px 0px 40px;
	text-align: center;
}
	
#menu1 ul li a {
	display: inline;
	padding: 2px;
	color: #fff;
	background: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font: normal 11px verdana, arial, sans-serif;
	}
	
#menu1 ul li a:hover {
	color: #fff;
	background: #B6200B;
	}
	
#menu1 ul li a.end {width: 80px;}

#menu2 {
	width: 520px;
	height: 350px;
	background: url(../i/menu2_bg.png) no-repeat top center;
	margin: 15px 5px 10px 25px;
	}
	
#thumbnail{
	padding: 5px 5px 6px 5px;
	background-color: #fff;
	border: 1px solid #B6200B;
	float: left;	
	text-align: bottom right;
	margin-right: 5px;
	margin-bottom: 6px;
	}	


/* ---- End Navigation ---------------------------------------------------*/

#tenaglie {
	width: 545px;
	height: 186px;
	background-color: #FFFFFF;
	background-image: url(../i/tenaglioni_stripe.png);
	background-repeat: no-repeat;
	clear: both;
	}

#testo {
	width: 400px;
	background: url(../i/text_bg.png) repeat-y; top left;
	margin: 0px 0px 10px 55px;
	text-align: left;
	}	

#archivio {
	width: 440px;
	height: 47px;
	background: url(../i/key_BG.png) no-repeat top left;
	margin: 0px 5px 10px 25px;
	text-align: right;
	}

#footer {
 	clear: both;
 	height: 25px;
 	padding-top: 20px;
 	color: #333333;
 	text-align: center;
 	margin-bottom: 5px;
 	width: 545px; 
	margin: 0 auto;
 }
 .titolo1 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
 .titolo2 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #B6200B;
}