/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	background-color: #5C7E94;
	line-height: 20px;
}

h1 {
	font-size: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-weight: lighter;
}

h2 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	font-weight: normal;
	line-height: 20px;
	padding-bottom: 8px;
}

h3 {
	font-size: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF6600;
	font-weight: lighter;
}





#wrapper {
	margin: 0px;
	padding: 0px;
	background-image: url(immagini/img_index.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 600px;
}

/* Header */

#header {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	vertical-align: bottom;
	padding-top: 450px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header a {
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF;
	padding: 5px;
	border: 1px dotted transparent;
	text-decoration: none;
	}
	
#header a:hover {
	color: #FF6600;
	border: 1px dotted #FF6600;
	}	



#footer {
	height: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	font-size: 11px;
}

#footer p {
	margin: 0;
	line-height: normal;
	text-align: center;
	color: #C1DDED;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

