﻿div#main
{
    background-color:#CCC;
}
div#center-left
{
    display: inline;
    float: left;
    width: 196px;
    height:271px;
    padding: 0;
    background-color:#FFF;
    text-align:center;
}
div#center-center
{
    display: inline;
    float: left;
    width: 588px;
    height:271px;
    padding: 0;
}
div#center-right
{
    display: inline;
    float: left;
    width: 196px;
    height:271px;
    padding: 0;
    background-color:#FFF;
}
div#subfooter
{
    width: 970px;
    height:30px;
    background-color:#CCCCCC;
    font-size:10px;
    padding-left:10px;
}
div#footer
{
    clear:both;
    width: 980px;
    height:30px;
    background-color: #CCC;
}
div#footer_left
{
    display: inline;
    float: left;
    width: 560px;
    margin-top:10px;
    margin-left:10px;
    padding-bottom:8px;
}
div#footer_right
{
    display: inline;
    float: left;
    width: 400px;
    margin-top:10px;
    text-align:right;
    margin-right:10px;
    padding-bottom:8px;
}
div#multibox
{
    width:100%;overflow:auto;
    clear:both;
    background:url("../immagini/sfondi/multicolor.gif") repeat-y;
}
h1
{
    color:#C50078;
}
h2
{
    color:#C50078;
}

a
{
    color: #333;
}
a:hover
{
    color: #333;
}

.button2 {
	color:#FFF;
	font-weight:bold;
	width:auto;
	padding:3px;
	border:1px solid #EAEAEA;
	background-color:#505BA1;
}
.button4 {
	color:#FFF;
	font-weight:bold;
	width:auto;
	padding:3px;
	border:1px solid #EAEAEA;
	background-color:#77AD1A;
}
input:hover, input:focus, textarea:hover, textarea:focus {
	border-color:#505BA1;
}
input#submit:hover {
	border-color:#505BA1;
}
