a:link {color: #333434; text-decoration: underline;}
a:visited {color: #333434; text-decoration: underline;}
a:link:hover {color: #d78a07;}
a:visited:hover {color: #d78a07;}

H1,H2,H3,H4,H5,H6
	{
		color:#d78a07;
	}

html,body
	{
		font-family: "Trebuchet MS", Geneva, Verdana, Arial;
		background-color: #000000;
		color:#333434;
		font-size:14px;
		letter-spacing: 0px;
		text-align : center;
		margin: 0;
		padding: 0;
		bottom: 0;
		margin-bottom: 0;
	}
	
img
	{
		border: 0px;
	}
	
#main
	{
		
	}

#container
	{	
         height: auto !important;
		 position:absolute;
		 left: 50%; 
		 top: 0;
		 width: 798px;
		 height: 900px;;
		 margin-left: -399px; /* half of the width */
		 background-color: #ffffff;
		 padding: 0;
		 min-height: 900px;
	}
	
#header
	{
		width: 798px;
		height: 201px;
		float: left;
		position: relative;
		background-image:url(images/header.jpg);

	}
	
#footer
	{
		font-size:10px;
		width: 100%;
		position: relative;
		float: left;
		text-align: center;
		bottom: 0px;
	}
	
.boxNews
	{
		width: 726px;
		position: relative;
		float: left;
		left: 34px;
		margin-top: 23px;
		border-width: 1px;
		border-style: solid;	
		border-color: #CCCCCC;


		background-color: #f1f1f1;
	}
	
.boxTitle
	{
		width: 572px;
		left: 4px;
		position: relative;
		float: left;
		text-align: left;	


		font-weight: bold;
		color: #333333;
	}
	
.boxData
	{
		width: 150px;
		position: relative;
		float: left;
		text-align: right;
		font-size:11px;


		font-weight: bold;
		color: #333333;
	}
	
.boxContent
	{
		width: 712px;
		left: 4px;
		position: relative;
		float: left;
		text-align: center;


	}

.boxFooter
	{
		width: 100%;
		height: 4px;
		background-image: ();
		position: relative;
		float: left;
	}
	
.imgNews
	{
		position: relative;
		float: left;
		border: 0;
		padding: 4px;
	}
	
/*NAVIGAZIONE*/
#nav 
	{
		position: relative;
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		height: 42px;
		display: inline;
		overflow: hidden;
		width: 798px;
	}
	
#nav li 
	{
		margin: 0; 
		padding: 0;
		display: inline;
		list-style-type: none;
	}

#nav a 
	{
		float: left;
		padding: 42px 0 0 0;
		overflow: hidden;
		height: 0px ; 
		height /**/:42px; /* per quello schifo di IE5/Win */
	}
	
	
#nav a:hover 
	{
		background-position: 0 -42px;
	}

#nav a:active, #nav a.selected 
	{
		background-position: 0 -42px;
	}
	
#tleft a  
	{
		width: 228px;
		background: url(images/menuleft.jpg) top left no-repeat;
		cursor: default;
	}
	
#tnews a  
	{
		width: 81px;
		background: url(images/news.jpg) top left no-repeat;
	}
	
#tissues a  
	{
		width: 99px;
		background: url(images/issues.jpg) top left no-repeat;
	}
	
#tinfo a  
	{
		width: 79px;
		background: url(images/info.jpg) top left no-repeat;
	}
	
#tjoinus a  
	{
		width: 99px;
		background: url(images/joinus.jpg) top left no-repeat;
	}
	
#tcontacts a  
	{
		width: 118px;
		background: url(images/contacts.jpg) top left no-repeat;
	}
	
#tlinks a  
	{
		width: 94px;
		background: url(images/links.jpg) top left no-repeat;
	}
	
/*FINE NAVIGAZIONE*/

.innertable
{
	padding: 0px;
	margin: 30px;
	width: 700px;
	height: 360px;
	vertical-align: top;
	border-collapse: collapse;
	border-style: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}