﻿/*stili per il layout fisso con background*/
html,body{margin: 0;padding:0}
body{font-family: Georgia, Verdana, arial;
font-size: 12px;
text-align:center; 
background-image:url(images/bg.gif);
background-repeat:repeat;
background-color: White;
}

div#container{width:984px; 
	height:540px;
margin:0 auto;
border-width: 0 1px; 
border-style:solid; 
border-color: #ccc;

}

div#container2{
text-align: left
}

/*stili specifici per il layout*/
div#navigation{float: left;
	margin-top: 68px;
width:350px;
height: 317px;
background-color:Transparent;
margin-left: 0px;
}

div#extra{ 
width:984px;
padding: 0px;
height: 183px;
background-color: Black;
float:left;
margin-top:0px;
}

div#extra2{ 
width:984px;
padding: 0px;
height: 50px;
background-color: Transparent;
margin-top:0px;
color: White;
font-family:Verdana,Helvetica, Times New Roman;
}

div#extra3{ 
width:984px;
padding: 0px;
height: 50px;
background-color: Gray;
float:left;
margin-top:10px;
color: White;
}

div#content{margin: 0px 150px 0 0px; width:984px; height:540px; text-align:left; 
background-color: White; color: GrayText;
}
div#footer{clear:both; 
text-align:center; 
padding: 5px 0;
background-color: Black;
color: White;
}
h1
{
	color:White;
}

h2
{
	margin-left: 40px;
	font-family:Verdana,Helvetica, Times New Roman;
}
h1
{
	margin-left: 40px;
	font-family:Verdana,Helvetica, Times New Roman;
}
h3
{
	margin-left: 40px;
	font-family:Verdana,Helvetica, Times New Roman;
}

h4
{
	margin-left: 40px;
	font-family:Verdana,Helvetica, Times New Roman;
	font-weight: bold;
	color: Black;
}

a
{
	margin-left:20px;
	border-top-style: none; 
	font-family:Verdana, Helvetica, Arial, Sans-Serif; 
	border-right-style: none; 
	border-left-style: none; 
	border-bottom-style: none; 
	color:White;
	font-size: 12px; 
	font-weight: normal; 
	vertical-align: middle; 
	text-align: center; 
	text-decoration: none;
}
p
{
	margin-left: 40px;
	margin-right: 100px;
	height:320px;
	color: Black;
	font-family: Verdana, Helvetica, Times New Roman;
}
li
{
	margin-bottom:5px;
}
label
{
	font-weight:bold;
	color: Black;
	font-family: Verdana, Helvetica, Times New Roman;
}
