/*
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
COPYRIGHTS DBS Digital Business Solutions s.r.l.

According to the law, it is forbidden to disclose, reproduce or however
use this document and any data herein contained for any use without
previous written authorization by DBS Digital Business Solutions s.r.l.

°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°

#Configuration Control Record

============================
Project Name:	acquaincomune.org
Project Code:	CSA
Unit Name:		styles_layout
Unit Code:		NA
File Name:		styles_layout.css
============================


#ABSTRACT
========
acquaincomune.org site layout stylesheet

#History (identifier;date;author;change)
=======
0;07-feb-2007 11.57.00;lE;Creation
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°

*/

/* STILI SITO */

#site_content {
	width: 770px;
	border: 0;
	margin: 0 auto;
	padding: 0;
}

#site_content_background {
	width: 770px;
	border: 0;
	margin: 0 auto;
	padding: 0;
	background-image: url(http://www.acquaincomune.org/images/background_page.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

/* STILI HEADER PAGINA */

#header {
	border: 0;
	margin: 0;
	padding: 40px 0 0 20px;
	height: 160px;
	background-image: url(http://www.acquaincomune.org/images/background_header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.header_left {
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
}

.header_right {
	float: right;
	border: 0;
	margin: 0;
	padding: 0 20px 0 0;
}

.header_image {
	margin: 0;
	padding: 0;
}

/* STILI BODY */

#main_body {
	float: left;
	width: 770px;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-image: url(http://www.acquaincomune.org/images/background_page.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

#body_left {
	float: left;
	width: 180px;
	border: 0;
	margin: 0;
	padding: 0 10px 0 20px;
}

#body_centre {
	float: left;
	width: 230px;
	border: 0;
	margin: 0;
	padding: 0;
}

#body_right {
	float: left;
	width: 240px;
	border: 0;
	margin: 0;
	padding: 0 20px 0 10px;
}

#body_left_and_centre {
	float: left;
	width: 460px;
	border: 0;
	margin: 0;
	padding: 0 20px 0 20px;
}

#body_centre_and_right {
	float: left;
	width: 520px;				/* Max width: 520px */
	border: 0;
	margin: 0;
	padding: 0 20px 0 20px;
}

#body_height {
	float: left;
	width: 100%;
	height: 20px;
	border: 0;
	margin: 0;
	padding: 0;
}

/* STILI FOOTER */

#footer {
	float: left;
	width: 770px;
	height: 100px;
	border: 0;
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 40px;
	background-image: url(http://www.acquaincomune.org/images/background_footer.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
}

#footer ul {
	border: 0;
	margin: 0;
	padding: 0;
}

#footer li {
	display: inline;
	float: none;
	list-style-type: none;
	vertical-align: middle;
}

.disclaimer {
	color: #ffffff;
	border: 0;
	margin: 0;
	padding: 10px 20px 0 20px;
	line-height: 40px;
	text-align: right;
}

.disclaimer_left {
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 20px;
	vertical-align: middle;
	color: #ffffff;
}

.disclaimer_right {
	float: right;
	padding: 0;
	line-height: 20px;	
	vertical-align: middle;
	color: #ffffff;
}

#footer li a, a:visited {
	color: #ffffff;
}

#footer li a:hover {
	color: #ffffff;
	text-decoration: underline;
}