/*******************/
/* CSS OF TEMPLATE */
/*******************/


/* Aspetto body */
body{
	background-repeat:repeat;
	background-color:#f0f0f0;
	font-family:Georgia, Helvetica, Arial;
	font-size:12px;
	margin:0px 0px 0px 0px;
	height:100%;
	background-image: url(../images/bg.gif);
}

a{
	color:#666;
	text-decoration:none;
		font-family:Georgia, Helvetica, Arial;
	font-size:12px;
	}
	
a:link{
	color:#ea6173;
	text-decoration:none;
		font-family:Georgia, Helvetica, Arial;
	font-size:12px;
	}
	
a:hover{
	color:#0CF;
	text-decoration:none;
	font-family:Georgia, Helvetica, Arial;
	font-size:12px;
	}

a:visited{
	color:#0CF;
	text-decoration:none;
	font-family:Georgia, Helvetica, Arial;
	font-size:12px;
	}


img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
	
}
	
	
	


#wrapper{
	width: 850px;
	margin-left:auto;
	background-color:#f0f0f0;
	margin-right: auto;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;	
}

#header{
	width:810px;
}

#menutop{
width:810px;
}



#slideshow {
	height:180px;
	width:800px;
	padding-top: 35px;
	padding-left: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}



#content {
	width: 721px;
	font-family:Georgia, Helvetica, Arial;
	font-size:12px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
 }
 
#footer {
		width: 810px;
 }

