body{
	font-family: Arial, sans-serif;
	background-color: #00347A;
}

a{
	color: #023478;
}

a:hover{
	color: white;
	background-color: #023478;
}

div#content{
	width: 960px;
    height:1400px;
	margin: 0 auto;
	background-color: white;
	padding-bottom: 10px;
}

img#header{
	margin-bottom: 0;
}

div#text{
	width: 960px;
	background: url("/images/index/background.gif") repeat-y center;
	position: relative;
	padding-bottom: 25px;
	margin-top: 0;
    height:1400px;
}

div#left{
	width: 540px;
	padding: 5px 15px;
	margin-top: 0;
}

div#right{
	position: absolute;
	top: 0;
	right: 3px;
	width: 387px;
	margin-top: 0;

}

div.title{
	font-size: 20px;
	margin: 5px 0;
	font-weight: bold;
	color: #023478;
}

p.text{
	text-align: justify;
	font-size: 13px;
	margin-top: 0;
}

div#beach{
	width: 505px;
	margin: 3px auto;
	margin-bottom: 18px;
}

div#italia{
	width: 359px;
	margin: 20px auto;
}

div#italia a:hover{
	background: transparent;
}

div.title_right{
	font-size: 18px;
	margin: 5px 0;
	font-weight: bold;
	margin-left: 15px;
	color: #023478;
}

div#right p.text{
	margin-left: 15px;
	margin-right: 15px;
}

div#player{
	width: 348px;
	margin: 20px auto;
}

div#player a:hover{
	background: transparent;
}

div.small{
	margin-left: 15px;
	font-size: 15px;
	font-weight: bold;
}

ul li{
	margin-left: 2px;
	font-weight: bold;
	font-size: 15px;
	margin-right: 15px;
}

ul.video li{
	list-style-image: url("/images/index/list.gif");
}