/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;

}

a:link, a:visited
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    color: #003399;
    text-decoration: none;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.2em;
    text-align: justify;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000000;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
    color: #245691;
}

h3
{
    font-size: 1.2em;
    color: #245691;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}


.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
    min-height: 3500px;

}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 223px;
    background-image: url('../img/LayGranSasso.jpg');
}

.header h1
{
    font-size: 1.3em;
    color: #FFFFFF;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 0px;
    letter-spacing: 0.05em;
}

.SiteMapPath
{
    height:20px;
    padding: 0px 0px 0px 10px;
    background-color: #C0D3E2;
}

.main
{
    float:left; 
    margin: 0px;
    padding: 0px 20px 0px 20px;
    min-height: 420px;

    width:600px;
}



----------------------------------------------------------*/



.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    height:180px;
    margin-top:-5px;
}

