/*
'
'**************************************
' Visuddhi - http://visuddhi.com
' Copyright (c) 2006 - Visuddhi
' All right reserved. 
'**************************************
'
*/

html, body {
	height: 99%;
}
body { 
	font-family: verdana;
	background-color:#000000;
	
}
img { 
	border: 0;
}
td { 
	vertical-align: top;
}
div.header { 
	margin:0px auto 0px auto;
	padding: 0px;
	width: 940px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	font-variant: small-caps;
	color: #555;
	background: #eee url('Galerie/images/sfondo.gif') repeat-x;
	border: 1px solid #ddd;
}

div.footer {
  margin: 20px;
  text-align: center;
  color:#ffffff;
  font-size:10px;
}

div#flashcontent {
	width:950px;
	height:80%;
	margin: 0px auto 0px auto;
}

/* menu */

#menu2 {

	width: 942px;
	background-color:#999999;
	border: 0px solid #ccc;
	margin: 0px auto 0px auto;
	height:16px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;	}
#menu2 li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;

	}	
	
#menu2 li a:link, #menu2 li a:visited  {
	color: #ffffff;
	padding: 10px;

	}
	
 #menu2 li a:hover,{
	color: #000000;
	background-color:#EA5D8C;


	}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.nopadding {
	padding:0px;
	}