﻿body 
{
    font-family: Arial, Helvetica, sans-serif;
    margin: auto;
    text-align: center;
    width: 900px;
    padding: 0;
    background: #191919;
    color: #AAAAAA;
}

h1
{
    font-size: 38pt;
    font-weight:bold;
    font-variant: small-caps;
    padding: 35px 0px 0px 20px;
}

h2
{
    font-size: 16pt;
    font-variant: small-caps;
    font-weight:bold;
}

p
{
    padding-left: 20px;
}


#header
{
    height: 200px;
    width:900px;
    background-position:right;
    background-image: url('images/TorinoGrille.png');
    background-repeat:no-repeat;
    background-color: #000000;
    color: #AAAAAA;
    text-align: left;
}

#navigation
{
    background-color: #333033;
    color: #888888;
    height: 25px;
    width: 900px;
}
#navigation ul
{
    list-style-type: none;
}
#navigation li
{
    float: left;
}
#navigation a
{
    padding-right: 90px;
    text-decoration: none;
    font-size: 18px;
    color: #888888;
}

#navigation ul a
{
    transition: color 700ms;
    -moz-transition: color 700ms;
    -webkit-transition: color 700ms;
    -o-transition: color 700ms;
}

#navigation ul a:hover
{
    color: #EEEEEE;
}

img
{
    margin-right:50px;
    margin-left:50px;
}

#content
{
    width: 900px;
    padding:20px 0 20px 0;
    background-color: #000000;
    color: #AAAAAA;
    text-align: left;
}

#footer
{
    margin:0px;
    width:900px;
    text-align: center;
    color: #555555;
    background-color:#333033
}