
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-position: center top;
	font-family: oranienbaumregular, Helvetica, sans-serif;
}


p { 
	margin:0;
	padding:0;
}

td {
	font-family: oranienbaumregular, Helvetica, sans-serif;
	text-align: justify;
	clip:  rect(   );
	text-transform: uppercase;
	color: #57595b;
}

#logo{
	font-family: oranienbaumregular, Helvetica, sans-serif;
	position: relative;
	width:970px;
	margin:0 auto;	
	/*clear: both;*/
}

#header{
	position: relative;
	height:297px;
	margin:0 auto;
	background-image:  url(grafica/sfondo_yacht.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/*clear: both;*/
}

#content {
	font-family: oranienbaumregular, Helvetica, sans-serif;
	position: relative;
	width:950px;
	margin:0 auto;	
	/*clear: both;*/
	height:820px;
}
#sinistra {
	font-family: oranienbaumregular, Helvetica, sans-serif;
	float:left;
	width:460px;
	height:auto;
	text-align: right;
	margin:0 auto;
	/*clear: both;*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #008bcf;
	border-right-color: #008bcf;
	border-bottom-color: #008bcf;
	border-left-color: #008bcf;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	position: relative;
	/*clear: both;*/
}
#destra {
	font-family: oranienbaumregular, Helvetica, sans-serif;
	float:left;
	width:460px;
	margin:0 auto;	
	/*clear: both;*/
	height:auto;
	position: relative;
	
}

#descrizione {
	font-family: oranienbaumregular, Helvetica, sans-serif;
	float:left;
	width:950px;
	margin:0 auto;	
	/*clear: both;*/
	height:auto;
	position: relative;
}
#credits{
	position: relative;
	display:block;
	margin:0 auto;
	background-color: #42576e;
	/*clear: both;*/
}
#footer {
	position: relative;
	display:block;
	margin:0 auto;
	background-color: #008bcf;
	/*clear: both;*/

}

@font-face {
    font-family: 'oranienbaumregular';
    src: url('font/oranienbaum_1-webfont.eot');
    src: url('font/oranienbaum_1-webfont-1.eot') format('embedded-opentype'),
         url('font/oranienbaum_1-webfont.woff') format('woff'),
         url('font/oranienbaum_1-webfont.ttf') format('truetype'),
         url('font/oranienbaum_1-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

#footer a, #credits a  { color:#FFF;
}

a{
color: #008bcf;
text-decoration:none;
}
a:hover{
text-decoration: underline;
}