/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
}
#sfondo{  
    position: fixed;
top: 0;
left: 0;
width: 100%;
min-width: 1024px;
z-index: -9999;  
} 

#a:link {  
	color: #075199;
	text-decoration: none;
	font-weight: bold;
}
#a:visited {  
	color: #075199;
	text-decoration: none;
	font-weight: bold;
}
#a:hover {  
	color: #075199;
	text-decoration:underline;
	font-weight: bold;
}

#container{
	background-color: #FFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#container a:link {  
	color: #075199;
	text-decoration: none;
	font-weight: bold;
}
#container a:visited {  
	color: #075199;
	text-decoration: none;
	font-weight: bold;
}
#container a:hover {  
	color: #075199;
	text-decoration:underline;
	font-weight: bold;
}

#header{
	height: 174px;
	margin:0px;
	padding:0px;
	background-image:url(../images/layout/header.jpg);
	background-repeat:no-repeat;
}

#logo{
	width:179px;
	float:left;
	padding:86px 0px 0px 30px;
}

#content{
	height:403px;
}

#content2{
	background-color: #FFF;
}

#contenuto{
	background-color: #FFF;
	padding:0px;
}

#left{
	background-color: #FFF;
	width:168px;
	height:335px;
	padding:68px 0px 0px 34px;
	float:left;
}

#right{
	background-color: #FFF;
	width:598px;
	float:right;
}

#bottom{
	height:92px;
	background-image:url(../images/layout/bottom.gif);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}

#bottom_top{
	height:54px;
	padding:13px 0px 0px 0px;
	text-align:center;
	color:#5F2D32;
}
#bottom_top p{
	padding:0px;
}

#bottom_down{
	height:25px;
}

#footer{
	padding:16px 0px 0px 0px;
	height:30px;
	background-color:#FFFFFF;
	text-align:center;
	color:#5F2D32;
}

#footer a:link {  
	color: #075199;
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited {  
	color: #075199;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {  
	color: #075199;
	text-decoration:underline;
	font-weight: bold;
}

h1{
	color:#5F2D32;
	font-size:16px;
	text-align:center;
	padding: 0px 0px 5px 0px;
}
