﻿html
{
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
}
body
{
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	color: #000000;
	font-size: 16Px;
	font-family: Georgia, "New Century Schoolbook" , Times, serif;
	background-color: #FFFFFF;
	background-image: url('images/bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

table.pageframe
{
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
}

td.content
{
	height: 100%;
	vertical-align: top;
}
div.content
{
	width:100%;
}
table.content
{
	width:100%;
	padding-top: 5px;
}



news
{
	width:50%;	
}





td.events
{
	width:50%;	
}





.textparagraph
{
	text-align:justify;
}


.sezione
{
	font-weight:bold;
	font-size:30px;
	/*background-image: url(loghino.png);
	background-repeat: no-repeat;
	padding-left: 25px;*/
	color: #F6AB0C;
}


li
{
	list-style-image: url(loghino.png);
}



div.logo
{
	padding-top:3px;
	text-align:center;
}
img.logo
{
	border: solid 0px white;
	padding: 0px;
}



div.menubar
{
	text-align:center;
	border-top: solid 5px #F6AB0C;
	padding-top: 0;
}
a.menubar
{
	text-decoration: none;
	font-weight: bolder;
}
a.menubar:link
{
	color: #F6AB0C;
}
a.menubar:visited
{
	color: #F6AB0C;
}
a.menubar:hover
{	
	color: #FFFFFF;
	background-color:#F6AB0C;	
}




div.footer
{
	text-align:center;
	border-top: solid 5px #F6AB0C;
}
a.footer
{
	text-decoration: none;
	font-weight: none;
}
a.footer:link
{
	color: #F6AB0C;
}
a.footer:visited
{
	color: #F6AB0C;
}
