﻿/*

	calabressio

*/

#header /* OK */
{
position: relative;
width: 100%;
height: 100px;
/*background: #2B2B2B url('img/sfondi/carbon.png') repeat-x;*/
/*background: #2B2B2B;*/
background: url('img/sfondi/head.png') no-repeat;
margin-bottom: 2px;
}

#headercontent /* OK */
{
position: absolute;
bottom: 0px;
right: 0px;
padding: 15px 20px;
}

/*
#headercontent h1
{
font-weight: normal;
color: #fff;
font-size: 2.5em;
}
*/

#headercontent h2 /* OK */
{
font-weight: normal;
color: #aaa;
font-size: 1.0em;
}

#headerpic /* OK */
{
position: relative;
height: 109px;
/*height: 200px;*/
background: #fff url('img/hdrpic.jpg') no-repeat;
/*background: #fff url('img/header.png') no-repeat;*/
margin-bottom: 2px;
}

#logo /* OK */
{
position: relative;
height: 100px;
background: url('img/logo.png') no-repeat;
}