/* CSS Document */

html,body
	{
	background-color: #fff;
	}
div#navigation, div#footer, div#menutop
	{
	display: none;
	}
p
	{
	color: #000;
	}
p a
	{
	color: #000;
	text-decoration: underline;
	}
/* container */
div#container
	{
	width: 100%;
	background: none;
	}
/* header */
div#header
	{
	height: auto;
	background: none;
	}
div#header h1
	{
	line-height: auto;
	color: #000
	}
/* content */
div#content
	{
	float: left;
	width: 100%;
	}
div#content h1
	{
	background-color: transparent;
	border-top: 3px solid #666;
	border-bottom: 3px solid #666;
	color: #000;
	font-size: 12pt;
	}
/* anteprime home */
div#anteprime a
	{
	color: #000;
	}
/* galleria */
div#galleria a
	{
	color: #000;
	}
/* links */
div#links h2
	{
	font-size: 12pt;
	}
/* teorie */
div#teorie h2, div#anteprime h2
	{
	margin: 40px 10px 20px;
	padding: 3px;	
	font-size: 100.01%;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	color: #666;
	text-align: center;
	}
div#teorie h3
	{
	font-size: 12pt;
	background-color: transparent;
	border-bottom: 2px solid #666;
	color: #000;
	}
/* comitato */
div.tbliscritti table th
	{
	background-color: transparent;
	border-bottom: 2px solid #666;
	color: #000;
	text-align: left;
	}
div.tbliscritti table td
	{
	background-color: transparent;
	border-bottom: 2px solid #666;
	color: #000;
	text-align: left;
	}
/* form */
div#pulsanti input.button 
	{
	background-color: #fff;
	color: #333;
	}