html{
min-height:100%;
height:100%;
}

body {
margin: 0;
padding: 0;
background-color: #fff;
font: normal 13px/20px Arial, Helvetica, sans-serif;
text-align: center;
color: #333;
}

h1 {
text-shadow:#fff 0px 1px 0, #ccc 0 -1px 0;
}

h2{
	font-size:16px;
	margin:5px 0;
	color: #666666;
}

img {
border: 0;
}

a {color: #999999;}
a:hover {text-decoration: none;}

#wrapper {
	margin: 0 auto;
	height: 500px;
	width: 720px;

}

#content {
	text-align:left;
	width: 370px;
	margin: 0 auto;
	padding: 40px 0 30px;
	float: left;
}
#content-b {
	text-align:right;
	width: 340px;
	margin: 0 auto;
	padding: 40px 0 30px;
	float: right;
}



/* Footer */

#footer-wrapper {
	overflow: hidden;
	padding: 30px 0px;
	background: #313131;
}

#footer {
	clear: both;
	height: 123px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg-mappa.jpg);
}

#footer p {
	margin: 0;
	padding: 30px 0px 0px 0px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}


#three-columns {
	overflow: hidden;
	width: 950px;
	margin: 0px auto 0px auto;
	padding: 20px 0px 30px 0px;
}

#three-columns ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#three-columns li {
	padding: 4px 20px 6px 20px;
	border-bottom: 1px dashed #B9B9B9;
}

#three-columns h2 {
	padding: 0px 0px 20px 20px;
	font-size: 26px;
	color: #FFFFFF;
	font-weight: lighter;	
}

#column1 {
	float: left;
	width: 280px;
	margin-right: 55px;
	text-align: left;
}

#column2 {
	float: left;
	width: 280px;
	text-align: left;
}

#column3 {
	float: right;
	width: 280px;
	text-align: left;
	
}

#column1 a, #column2 a, #column3 a {
	font-size: 14px;
	text-decoration: none;
	color: #CCCCCC;
}

#credit {
	height: 500px;
	background: #222222;
	font-family: Arial, Helvetica, sans-serif;
}

#credit p {
	margin: 0;
	padding: 30px 0px 0px 0px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
}
