body {
	margin: 0px 0 0 0;
	padding: 0;
	background: #FFFFFF  url(../images/faceSfondo/sfondo.jpg) no-repeat center top;
	font: 100% "Trebuchet MS", Verdana, Arial;
	color: #C0C0C0;
}



h2 {
	margin: 0;
	padding: 0;
	letter-spacing: 0px;
	color: #000000;
}

p, ul, ol, blockquote {
	margin-top: 0;
	line-height: normal;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

#col1{
	width: 200px;
	height: 199px;
	float: left;
}

#colblog{
   display:block;
   overflow: hidden;
}


/* Menu */
/*
#menu {
	width: 900px;
	height: 30px;
	/*margin: 0;*/
/*	font-size: 14px;
    border-color: white;
    border: solid;
    border-width: 1px;
	margin: 0px auto 0px;
}


/*
#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: auto;
	height: 20px;
	padding: 7px 1px 0 1px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: x-small;
	font-weight: bold;
	color: #C0C0C0;
	margin-right: 10px;
}

#menu a:hover {
	color: #cd0000;
}

#menu .active a {
	color: #cd0000;
}

       */


/* Header */

#header {
	/*width: 900px;*/
	height: 100px;
	/*background: /*url(../images/bannerTop.png) no-repeat center;   */
	/*background-position: center;*/
	/*background-repeat: no-repeat;*/
	overflow: hidden;
    /*margin: 0;
    border-color: white;
    border: solid;
    border-width: 1px;*/
	
	}

#header * {
	text-decoration: none;
	text-align: left;
	color: #ffffff;
}

#header h1 {
	padding-top: 0px;
	font-size: 3em;
}

#header h2 {
	font-size: 1.2em;
}


/* Content */

#content {
	width: 920px;
	margin: 0 auto;
	/*height: 100%;*/
	margin-bottom: 0px;
	background:  url(../images/centrale911x1px.png) repeat-y ;
	/*border:#C0C0C0;
    border-color: white;
    border: solid;
    border-width: 1px;*/
	
}



#colOne {
	float: right;
	width: 200px;
	font-size: 12px;
	margin-right: 10px;
}

#colTwo {
	float: left;
	width: 620px;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 10px;
	min-height: 500px;

}

#testo {
	width: 620px;
	font-size: 12px;
	margin-top: 10px;
	text-align: justify;
	color: black;
}

#titolo {
	width: 620px;
	margin-top: 35px;
	font-size: 16px;
	font-weight: bold;
	height: auto;
	color:#666666;
}


/* Footer */

#footer {
	margin: 0 auto;
	height: 43px;
	width: 920px;
	padding: 4px 0 0 0;
	background:  url(../images/centrale911x1px.png) repeat-y;
	/*background-color: #000000;*/
	font-size: 9px;
}

#footer * {
	color: #00416b;
	
}

#footer p {
	text-align: center;
	font-size: x-small;
}

