html, body {
	width:100%;
	height: 100%;
	font-family: Arial, san-serif;
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
	padding: 0;
	text-align: justify;
	font-size: 12px;
}
h3{
	margin: 0;
	padding: 0;
	text-align: left;
}

td { }
img{
	border: none;
	/*display: block;*/
}

ul.lista{
	margin-top: 3px;
}
li.lista{
	margin-left: 0px;
	font-size: 12px;
	text-align: left;
}

div#box{
	width: 780px;
	height: 418px;
	border: 1px solid #001f5f;
}
.main{
	width: 100%;
	height: 100%;
}

div#title{
	height:75px;
	background: url(../img/cornice.gif) repeat-x bottom;
	margin-bottom:16px;
}

div#text h3{
	padding-top: 40px;
}

div#text{
	margin-left: 350px;
	height: 300px;
}

div#scroll {
	float: left;
	width: 382px;
	overflow: hidden;
	height: 300px;
}
div#scroll a{
	color: yellow;
	text-decoration: none;
}
div#scroll a:visited{
	color: yellow;
	text-decoration: none;
}
div#scroll a:link{
	color: yellow;
	text-decoration: none;
}
div#scroll a:hover{
	color: yellow;
	text-decoration: underline;
}

div#left{
	float: left;
	width: 328px;
	background: url(../img/column.jpg) no-repeat right white;
	height: 418px;
}

div#logo{
	margin-top: 123px;
	background: url(../img/logo.gif) 23px top no-repeat;
	min-height: 95px;
	padding-top: 87px;
}

.invisible{
	visibility: hidden;
}

#arrow{
	float: right;
	margin-right: 15px;
}
