body {
	font-family: Courier, "Courier New", monospace;
	color: #697083;
	margin: 0;
	background-color: #20373b;
	word-spacing: normal;
}

body img, a:link, a:visited, a:hover {
	border:  none;
	text-decoration: none;
	outline: 0 none;
}

#shadow {
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	width: 950px; height: 100%;
	padding: 0 50px;
	margin: 0 auto;
}

#wrap {
	background-image: url(../images/marebg.jpg);
	background-attachment: fixed;
	background-position: center top;
	width: 100%; height: 100%;
	padding: 0;
	margin: 0;
}

#top {
	background-image: url(../images/logomare.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 260px;
	width: 100%;
	margin: 0; padding: 0;
}

#board { 
      margin: 0;
      width: 100%;
}

#goindex {
	width: 400px;
	height: 250px;
	margin: 0; padding: 0;
	float: left;
}

/**************navigation**************/

#wrap #top ul {
	float: right;
	margin: 160px 0 0 0;
}

#wrap #top ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
}

#wrap #top ul li a{
	font-size: 16px;
	color: #4a677b;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	padding: 0 7px 10px 7px; 
}

#wrap #top ul li a:hover {
	color: #fff;
	text-shadow: -1px -1px 0 #222;
}

#wrap #top ul li #home:hover {
	background-image: url(../images/homeline.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
}

#wrap #top ul li #pre:hover {
	background-image: url(../images/preline.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
}

#wrap #top ul li #opere_menu:hover {
	background-image: url(../images/homeline.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
}

#wrap #top ul li #diario_menu:hover {
	background-image: url(../images/diarioline.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
}

#wrap #top ul li #contatti_menu:hover {
	background-image: url(../images/contattiline.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
}

/**************nav fine**************/

/**************index**************/

#mainfoto {
	width: 584px;
	margin: 0 auto;
}

#board #mainfoto a img {
	text-align: center;
	margin: 70px 0 30px 0;
	padding: 10px;
	background-color: #FFF;
	border: thin solid #CCC;
}

/**************index fine**************/

/**************contatti**************/
#board p #contatti {
	margin: 0 0 220px 0;
	position: relative;
	top: 100px;
	left: 242px;
}


/**************diario**************/
#diario {
	width: 500px;
	padding: 15px;
	margin: 50px auto 30px auto;
	background-image: url(../images/alberobg.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

#opendiario {
	width: 500px;
	height: 646px;
	background-color: #000;
	margin: 50px auto 30px auto;
}


#opendiario p {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	width: 430px;
	margin: 0 auto;
	padding: 80px 0 0 0;
}

#opendiario h3 {
	font-size: 18px;
	color: #fff;
	text-align: center;
	width: 430px;
	margin: 0 auto -50px auto;
	padding: 80px 0 0 0;
}

#opendiario #next {
	text-align: center;
}

#opendiario #next #pre { margin-right: 320px; }



/**************diario**************/

#footer {
	font-size: 12px;
	line-height: 14px;
	color: #375061;
	text-align: center;
	margin: 0;
	padding: 30px 0;
}

#footer a {color: #375061;}

#footer a:hover { color: #fff; }



