/* Facondini Angelo */
body	
	{
 	background: url(img/background.png);
	background-repeat: repeat;
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#top
	{
	background: url(img/top.png);
	width: 950px;
	height: 235px; 
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
 
#central
	{
	margin:auto;
	width: 950px;
	background: url(img/central.png);
	background-repeat: repeat-y;
	} 


#left
	{
	width: 305px;
	float:left;
	text-align: left;
	color: rgb(102,20,0);
	font-family: verdana, trebuchet ms, sans-serif;
	font-size: 16px;
 	padding: 0px 0px 0px 22px; 
	} 

#right
	{
	margin-left: 305px;
	font-family: verdana, trebuchet ms, sans-serif;
	font-size: 12px;
	color: rgb(102,20,0);
	text-align: left;
 	padding: 0px 65px 0px 25px; 
	}
	

#bottom
	{
	width: 950px;
	height: 102px; 
	background:  url(img/botton.png);
	} 

#img
	{
	width: 550px;
	padding: 20px;
	} 

#sidebar
	{
	font-family: verdana, trebuchet ms, sans-serif;
	font-size: 11px;
	} 

#testo
	{
	padding: 15px; 
	}
h2	
	{
	font-family: verdana, trebuchet ms, sans-serif;
	font-size: 14px;
	font-weight:bolt;
	} 

li	
	{
	font-family: verdana, trebuchet ms, sans-serif;
	font-size: 12px;
	color: rgb(102,20,0);
	text-align: left;
	margin:3px; 
	}

/*table
	{

	font-family: verdana, trebuchet ms, sans-serif;
	font-size: 11px;
	padding: 0px;
 	border-left: solid rgb(100,120,125) 1px; 
	border-right: solid rgb(100,120,125) 5px;
	border-bottom: solid rgb(90,100,100) 5px;
 	border-top: solid rgb(90,100,100) 1px; 
	}*/


	
a:link    { color: rgb(102,20,0); }
a:visited { color: rgb(102,20,0); }
a:active  { color: rgb(102,20,0); }
 


