body {
	margin-top: 5%;
	margin-left: 15%;
	background: #E6E1CF;
	
}

.main-heading {
	background: url('images/Banner_02.jpg') no-repeat;
	height: 200px;
	padding: 0;
}

.main-heading-title {
	background: #FFFFFF;
	color: #444;
	font: 400% Georgia;
	width: 50%;
	height: 75px;
	padding: 0 1% 0 1%;
	text-align: center;
	vertical-align: middle;
}

.main-heading-caption {
	background: #d2d2d2;
	color: #eee;
	font: 10pt Verdana;
	width: 50%;
	padding: 0 1% 0 1%;
	text-align: center;
	vertical-align: middle;
}

.nav {
	background-color: #d2d2d2;
	color: #ffffff;
	font: 12pt Georgia;
	padding: 5px;
	float: left;
	width: 740px;
}

.nav a {
	color: #efefbf;
	text-decoration: none;
	padding:2px;
	display: inline;
	border-left: 2px solid #d2d2d2;
	border-bottom: 2px solid #d2d2d2;


}

.nav a:hover {
	background: #efef;
	color: #444;
	border-left: 2px solid #ffffff;
		border-bottom: 2px solid #ffffff;
}

.content-wrapper {
	background: #ffffff;
	color: #444;
	font: 12pt Georgia;
	float: left;
	width: 750px;
	
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
}

/*finestra preincipale*/
.content-column-1 {
	float: left;
	width: 530px;
	font-size: 11pt;
	display: table-cell;
	margin-bottom: 1em;
	line-height: 2em;
	background: url('images/lighthouse_left.jpg') no-repeat;

	background-position:   left 0%;
	padding-left:5px; padding-right:15px; padding-top:5px; padding-bottom:0 


}

content-column-1 a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #C82B2B;

	

}


.content-column-1 a:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 0px none;

} 

/*finestra laterale*/
.content-column-2 {
	float: right;
	width: 190px;
	padding: 5px 5px 0 5px;
	font-size: 10pt;
	color: #000;
	line-height: 1.5em;
background: url('images/sky_left_02.jpg') repeat-x;

	

}

.content-column-2 a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #E6E1CF;
}

.content-column-2 a:hover{
	color: #8f8f8f;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 0px none;
	



}

/*.content-column-2 img{
	border: 2px solid #000;
	

}
*/

.article-image {
	float: left;
	margin: 5px;
	border: 2px solid #000;
}

p {
	margin-top: 0;
}

/* h1, h2 ecc sono le finestrelle dei titoli dei paragrafi*/
h1 {
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 190px;
	text-align: right;
	font-size: 14pt;
	border-bottom: 1px solid #000;
	
}

h2 {
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 190px;
	text-align: right;
	font-size: 13pt;
	border-bottom: 1px solid #000;
}

h3 {
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 190px;
	text-align: right;
	font-size: 12pt;
	border-bottom: 1px solid #000;
}

h4 {
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 190px;
	text-align: right;
	font-size: 11pt;
	border-bottom: 1px solid #000;
}


h5 {
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 190px;
	text-align: right;
	font-size: 10pt;
	border-bottom: 1px solid #000;
}


h6 {
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 190px;
	text-align: right;
	font-size: 8pt;
	border-bottom: 1px solid #000;
}

.footer {
	clear:both;
	width: 740px;
	background-color: #d2d2d2;
	color: #ffffff;
	text-align: center;
	padding: 5px;
}

.footer a{
	color: #d2d2d2;
	text-decoration: none;
	border-bottom: 1px solid #efefbf;
}

.footer a:hover{
	color: #fff;
	text-decoration: none;
	border-bottom: 0px none;
}

.seperator {
	padding-bottom: 1em;
	border-bottom: 1px solid #d2d2d2;
}