/* CSS Document */
html , body {
	margin: 0;
	padding: 0;
	text-align:center;
	background-color:#000000 url(../img/sfondo.jpg);
	font-family: "Tahoma",Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
body {
	background:#000000 url(../img/sfondo.jpg);	
}

div {
	margin: 0;
	padding: 0;
}

div#box-splash{
    margin-top:10%;
}
div#box-home {
	width: 900px;
	margin: 0 auto;	
}

div#header {
	height: 239px;
	background: url(../img/header.jpg) no-repeat;
	text-align:left;	
}

div#content {
	min-height: 462px;
	height: auto !important;
	height: 462px;
	background: url(../img/content.jpg) no-repeat;
	text-align:left;
		
}
div#content-home {
	min-height: 462px;
	height: auto !important;
	height: 462px;
	background: url(../img/content-home.jpg) no-repeat;
	text-align:left;
		
}
div#content-aboutme {
	min-height: 462px;
	height: auto !important;
	height: 462px;
	background: url(../img/content-about.jpg) no-repeat;
	text-align:left;
		
}
div#content-graphics {
	min-height: 462px;
	height: auto !important;
	height: 462px;
	background: url(../img/content-graphics.jpg) no-repeat;
	text-align:left;
		
}
div#content-contact {
	min-height: 462px;
	height: auto !important;
	height: 462px;
	background: url(../img/content-contact.jpg) no-repeat;
	text-align:left;
		
}
div#content-news {
	min-height: 462px;
	height: auto !important;
	height: 462px;
	background: url(../img/content-news.jpg) no-repeat;
	text-align:left;
		
}
div#menu{
	margin-left:280px;
	height: 40px;
	text-align:left;
		
}
div#pag{
	margin-left:280px;
	height: 410px;
	text-align:left;	
	width:575px;
	overflow:auto;
	scrollbar-shadow-color: #3A3629;
	scrollbar-3dlight-color:#615A44; 
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#615A44; 
	scrollbar-darkshadow-color: #3A3629;
	scrollbar-base-color:#3A3629;
}

div#home{
	margin-left:280px;
	height: 410px;
	text-align:left;	
	width:575px;

}




div#content-splash-ven {
	height: 540px;
	background: url(../img/sfondo-splash-ven.jpg) repeat-y top fixed;
	
	text-align:left;
	scrollbar-shadow-color: #96AEBE;
	scrollbar-3dlight-color:#96AEBE; 
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#165577; 
	scrollbar-darkshadow-color: #165577;
	scrollbar-base-color:#003C5B;
	overflow: auto;	
}


div#footer {
	height: 45px;
	text-align:center;
	background-color:#60A6CF;	
}

div#gal{
	height:105px;
	width:105px;
	background-color:#FFFFFF;
	padding:5px;
	margin:5px;
	float:left;
		 
}
.center {
	text-align:center;
}
.noborder{
	border: none;
	margin:0;
	padding:0;
}

a.link-testo:link, a.link-testo:visited {
	color: #ffffff;
	font-family: "Tahoma",Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	padding:0;
	margin:0;
	font-weight: bold;
	text-decoration:none;
} 

a.link-testo:hover, a.link-testo:active {
	color: #999999;
	text-decoration:underline;
}



p {
	color: #ffffff;
	font-family: "Tahoma",Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding:0 15px 0 17px;
	margin:0;
	text-align:justify;
}

p.splash-pag{
	font-size: 13px;
	line-height: 21px;
	padding:0 10px;
}
p.ven-pag{
	font-size: 11px;
	line-height: 21px;
	padding:0 10px;
}

p.ven-lav{
	font-size: 11px;
	padding:5px 10px;
}


h1 {
	color: #ffffff;
	font-family: "Tahoma",Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	margin:10px 0 0 0;
	padding:0 30px;
} 

 

h2 {
	color: #ffffff;
	font-family: "Tahoma",Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin:0;
	padding:3px 16px;
	background-color:#60A6CF;
} 
h3 {
	color: #ffffff;
	font-family: "Tahoma",Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	margin:15px 0 0 8px;
	padding:0 4px;
} 

table#news{}
table#news td{
	border-bottom:dotted #FFFFFF 2px;
}

table {
	margin:0;
	padding:0;
	border:none;
	border-collapse:collapse;
}

td {
	color: #ffffff;
	font-family: "Tahoma",Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	margin:0;
	padding:0;
}

table#table-pag {
	height:100%;
	width:100%;
}



